@mavogel/awscdk-rootmail 0.0.334 → 0.0.335
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +2 -4
- package/CLAUDE.md +14 -30
- package/cdk.json +0 -1
- package/lib/rootmail.js +1 -1
- package/lib/ses-receive.js +1 -1
- package/package.json +1 -10
- package/lib/index-cli-synth.d.ts +0 -1
- package/lib/index-cli-synth.js +0 -68
- package/lib/scripts/publish-assets.d.ts +0 -1
- package/lib/scripts/publish-assets.js +0 -39
- package/node_modules/async-retry/LICENSE.md +0 -21
- package/node_modules/async-retry/README.md +0 -53
- package/node_modules/async-retry/lib/index.js +0 -61
- package/node_modules/async-retry/package.json +0 -55
- package/node_modules/asynckit/LICENSE +0 -21
- package/node_modules/asynckit/README.md +0 -233
- package/node_modules/asynckit/bench.js +0 -76
- package/node_modules/asynckit/index.js +0 -6
- package/node_modules/asynckit/lib/abort.js +0 -29
- package/node_modules/asynckit/lib/async.js +0 -34
- package/node_modules/asynckit/lib/defer.js +0 -26
- package/node_modules/asynckit/lib/iterate.js +0 -75
- package/node_modules/asynckit/lib/readable_asynckit.js +0 -91
- package/node_modules/asynckit/lib/readable_parallel.js +0 -25
- package/node_modules/asynckit/lib/readable_serial.js +0 -25
- package/node_modules/asynckit/lib/readable_serial_ordered.js +0 -29
- package/node_modules/asynckit/lib/state.js +0 -37
- package/node_modules/asynckit/lib/streamify.js +0 -141
- package/node_modules/asynckit/lib/terminator.js +0 -29
- package/node_modules/asynckit/package.json +0 -63
- package/node_modules/asynckit/parallel.js +0 -43
- package/node_modules/asynckit/serial.js +0 -17
- package/node_modules/asynckit/serialOrdered.js +0 -75
- package/node_modules/asynckit/stream.js +0 -21
- package/node_modules/axios/CHANGELOG.md +0 -1416
- package/node_modules/axios/LICENSE +0 -7
- package/node_modules/axios/MIGRATION_GUIDE.md +0 -877
- package/node_modules/axios/README.md +0 -2019
- package/node_modules/axios/dist/axios.js +0 -4494
- package/node_modules/axios/dist/axios.js.map +0 -1
- package/node_modules/axios/dist/axios.min.js +0 -5
- package/node_modules/axios/dist/axios.min.js.map +0 -1
- package/node_modules/axios/dist/browser/axios.cjs +0 -4273
- package/node_modules/axios/dist/browser/axios.cjs.map +0 -1
- package/node_modules/axios/dist/esm/axios.js +0 -4293
- package/node_modules/axios/dist/esm/axios.js.map +0 -1
- package/node_modules/axios/dist/esm/axios.min.js +0 -3
- package/node_modules/axios/dist/esm/axios.min.js.map +0 -1
- package/node_modules/axios/dist/node/axios.cjs +0 -4811
- package/node_modules/axios/dist/node/axios.cjs.map +0 -1
- package/node_modules/axios/index.d.cts +0 -716
- package/node_modules/axios/index.d.ts +0 -810
- package/node_modules/axios/index.js +0 -43
- package/node_modules/axios/lib/adapters/README.md +0 -36
- package/node_modules/axios/lib/adapters/adapters.js +0 -130
- package/node_modules/axios/lib/adapters/fetch.js +0 -338
- package/node_modules/axios/lib/adapters/http.js +0 -954
- package/node_modules/axios/lib/adapters/xhr.js +0 -222
- package/node_modules/axios/lib/axios.js +0 -89
- package/node_modules/axios/lib/cancel/CancelToken.js +0 -135
- package/node_modules/axios/lib/cancel/CanceledError.js +0 -22
- package/node_modules/axios/lib/cancel/isCancel.js +0 -5
- package/node_modules/axios/lib/core/Axios.js +0 -277
- package/node_modules/axios/lib/core/AxiosError.js +0 -90
- package/node_modules/axios/lib/core/AxiosHeaders.js +0 -378
- package/node_modules/axios/lib/core/InterceptorManager.js +0 -72
- package/node_modules/axios/lib/core/README.md +0 -8
- package/node_modules/axios/lib/core/buildFullPath.js +0 -22
- package/node_modules/axios/lib/core/dispatchRequest.js +0 -77
- package/node_modules/axios/lib/core/mergeConfig.js +0 -107
- package/node_modules/axios/lib/core/settle.js +0 -31
- package/node_modules/axios/lib/core/transformData.js +0 -28
- package/node_modules/axios/lib/defaults/index.js +0 -172
- package/node_modules/axios/lib/defaults/transitional.js +0 -8
- package/node_modules/axios/lib/env/README.md +0 -3
- package/node_modules/axios/lib/env/classes/FormData.js +0 -2
- package/node_modules/axios/lib/env/data.js +0 -1
- package/node_modules/axios/lib/helpers/AxiosTransformStream.js +0 -156
- package/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +0 -62
- package/node_modules/axios/lib/helpers/HttpStatusCode.js +0 -77
- package/node_modules/axios/lib/helpers/README.md +0 -7
- package/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js +0 -29
- package/node_modules/axios/lib/helpers/bind.js +0 -14
- package/node_modules/axios/lib/helpers/buildURL.js +0 -66
- package/node_modules/axios/lib/helpers/callbackify.js +0 -18
- package/node_modules/axios/lib/helpers/combineURLs.js +0 -15
- package/node_modules/axios/lib/helpers/composeSignals.js +0 -56
- package/node_modules/axios/lib/helpers/cookies.js +0 -48
- package/node_modules/axios/lib/helpers/deprecatedMethod.js +0 -31
- package/node_modules/axios/lib/helpers/estimateDataURLDecodedBytes.js +0 -73
- package/node_modules/axios/lib/helpers/formDataToJSON.js +0 -95
- package/node_modules/axios/lib/helpers/formDataToStream.js +0 -118
- package/node_modules/axios/lib/helpers/fromDataURI.js +0 -53
- package/node_modules/axios/lib/helpers/isAbsoluteURL.js +0 -19
- package/node_modules/axios/lib/helpers/isAxiosError.js +0 -14
- package/node_modules/axios/lib/helpers/isURLSameOrigin.js +0 -16
- package/node_modules/axios/lib/helpers/null.js +0 -2
- package/node_modules/axios/lib/helpers/parseHeaders.js +0 -69
- package/node_modules/axios/lib/helpers/parseProtocol.js +0 -6
- package/node_modules/axios/lib/helpers/progressEventReducer.js +0 -51
- package/node_modules/axios/lib/helpers/readBlob.js +0 -15
- package/node_modules/axios/lib/helpers/resolveConfig.js +0 -70
- package/node_modules/axios/lib/helpers/shouldBypassProxy.js +0 -106
- package/node_modules/axios/lib/helpers/speedometer.js +0 -55
- package/node_modules/axios/lib/helpers/spread.js +0 -28
- package/node_modules/axios/lib/helpers/throttle.js +0 -44
- package/node_modules/axios/lib/helpers/toFormData.js +0 -241
- package/node_modules/axios/lib/helpers/toURLEncodedForm.js +0 -19
- package/node_modules/axios/lib/helpers/trackStream.js +0 -89
- package/node_modules/axios/lib/helpers/validator.js +0 -110
- package/node_modules/axios/lib/platform/browser/classes/Blob.js +0 -3
- package/node_modules/axios/lib/platform/browser/classes/FormData.js +0 -3
- package/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js +0 -4
- package/node_modules/axios/lib/platform/browser/index.js +0 -13
- package/node_modules/axios/lib/platform/common/utils.js +0 -52
- package/node_modules/axios/lib/platform/index.js +0 -7
- package/node_modules/axios/lib/platform/node/classes/FormData.js +0 -3
- package/node_modules/axios/lib/platform/node/classes/URLSearchParams.js +0 -4
- package/node_modules/axios/lib/platform/node/index.js +0 -37
- package/node_modules/axios/lib/utils.js +0 -919
- package/node_modules/axios/package.json +0 -190
- package/node_modules/call-bind-apply-helpers/.eslintrc +0 -17
- package/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +0 -12
- package/node_modules/call-bind-apply-helpers/.nycrc +0 -9
- package/node_modules/call-bind-apply-helpers/CHANGELOG.md +0 -30
- package/node_modules/call-bind-apply-helpers/LICENSE +0 -21
- package/node_modules/call-bind-apply-helpers/README.md +0 -62
- package/node_modules/call-bind-apply-helpers/actualApply.d.ts +0 -1
- package/node_modules/call-bind-apply-helpers/actualApply.js +0 -10
- package/node_modules/call-bind-apply-helpers/applyBind.d.ts +0 -19
- package/node_modules/call-bind-apply-helpers/applyBind.js +0 -10
- package/node_modules/call-bind-apply-helpers/functionApply.d.ts +0 -1
- package/node_modules/call-bind-apply-helpers/functionApply.js +0 -4
- package/node_modules/call-bind-apply-helpers/functionCall.d.ts +0 -1
- package/node_modules/call-bind-apply-helpers/functionCall.js +0 -4
- package/node_modules/call-bind-apply-helpers/index.d.ts +0 -64
- package/node_modules/call-bind-apply-helpers/index.js +0 -15
- package/node_modules/call-bind-apply-helpers/package.json +0 -85
- package/node_modules/call-bind-apply-helpers/reflectApply.d.ts +0 -3
- package/node_modules/call-bind-apply-helpers/reflectApply.js +0 -4
- package/node_modules/call-bind-apply-helpers/test/index.js +0 -63
- package/node_modules/call-bind-apply-helpers/tsconfig.json +0 -9
- package/node_modules/combined-stream/License +0 -19
- package/node_modules/combined-stream/Readme.md +0 -138
- package/node_modules/combined-stream/lib/combined_stream.js +0 -208
- package/node_modules/combined-stream/package.json +0 -25
- package/node_modules/delayed-stream/.npmignore +0 -1
- package/node_modules/delayed-stream/License +0 -19
- package/node_modules/delayed-stream/Makefile +0 -7
- package/node_modules/delayed-stream/Readme.md +0 -141
- package/node_modules/delayed-stream/lib/delayed_stream.js +0 -107
- package/node_modules/delayed-stream/package.json +0 -27
- package/node_modules/dunder-proto/.eslintrc +0 -5
- package/node_modules/dunder-proto/.github/FUNDING.yml +0 -12
- package/node_modules/dunder-proto/.nycrc +0 -13
- package/node_modules/dunder-proto/CHANGELOG.md +0 -24
- package/node_modules/dunder-proto/LICENSE +0 -21
- package/node_modules/dunder-proto/README.md +0 -54
- package/node_modules/dunder-proto/get.d.ts +0 -5
- package/node_modules/dunder-proto/get.js +0 -30
- package/node_modules/dunder-proto/package.json +0 -76
- package/node_modules/dunder-proto/set.d.ts +0 -5
- package/node_modules/dunder-proto/set.js +0 -35
- package/node_modules/dunder-proto/test/get.js +0 -34
- package/node_modules/dunder-proto/test/index.js +0 -4
- package/node_modules/dunder-proto/test/set.js +0 -50
- package/node_modules/dunder-proto/tsconfig.json +0 -9
- package/node_modules/es-define-property/.eslintrc +0 -13
- package/node_modules/es-define-property/.github/FUNDING.yml +0 -12
- package/node_modules/es-define-property/.nycrc +0 -9
- package/node_modules/es-define-property/CHANGELOG.md +0 -29
- package/node_modules/es-define-property/LICENSE +0 -21
- package/node_modules/es-define-property/README.md +0 -49
- package/node_modules/es-define-property/index.d.ts +0 -3
- package/node_modules/es-define-property/index.js +0 -14
- package/node_modules/es-define-property/package.json +0 -81
- package/node_modules/es-define-property/test/index.js +0 -56
- package/node_modules/es-define-property/tsconfig.json +0 -10
- package/node_modules/es-errors/.eslintrc +0 -5
- package/node_modules/es-errors/.github/FUNDING.yml +0 -12
- package/node_modules/es-errors/CHANGELOG.md +0 -40
- package/node_modules/es-errors/LICENSE +0 -21
- package/node_modules/es-errors/README.md +0 -55
- package/node_modules/es-errors/eval.d.ts +0 -3
- package/node_modules/es-errors/eval.js +0 -4
- package/node_modules/es-errors/index.d.ts +0 -3
- package/node_modules/es-errors/index.js +0 -4
- package/node_modules/es-errors/package.json +0 -80
- package/node_modules/es-errors/range.d.ts +0 -3
- package/node_modules/es-errors/range.js +0 -4
- package/node_modules/es-errors/ref.d.ts +0 -3
- package/node_modules/es-errors/ref.js +0 -4
- package/node_modules/es-errors/syntax.d.ts +0 -3
- package/node_modules/es-errors/syntax.js +0 -4
- package/node_modules/es-errors/test/index.js +0 -19
- package/node_modules/es-errors/tsconfig.json +0 -49
- package/node_modules/es-errors/type.d.ts +0 -3
- package/node_modules/es-errors/type.js +0 -4
- package/node_modules/es-errors/uri.d.ts +0 -3
- package/node_modules/es-errors/uri.js +0 -4
- package/node_modules/es-object-atoms/.eslintrc +0 -16
- package/node_modules/es-object-atoms/.github/FUNDING.yml +0 -12
- package/node_modules/es-object-atoms/CHANGELOG.md +0 -37
- package/node_modules/es-object-atoms/LICENSE +0 -21
- package/node_modules/es-object-atoms/README.md +0 -63
- package/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +0 -3
- package/node_modules/es-object-atoms/RequireObjectCoercible.js +0 -11
- package/node_modules/es-object-atoms/ToObject.d.ts +0 -7
- package/node_modules/es-object-atoms/ToObject.js +0 -10
- package/node_modules/es-object-atoms/index.d.ts +0 -3
- package/node_modules/es-object-atoms/index.js +0 -4
- package/node_modules/es-object-atoms/isObject.d.ts +0 -3
- package/node_modules/es-object-atoms/isObject.js +0 -6
- package/node_modules/es-object-atoms/package.json +0 -80
- package/node_modules/es-object-atoms/test/index.js +0 -38
- package/node_modules/es-object-atoms/tsconfig.json +0 -6
- package/node_modules/es-set-tostringtag/.eslintrc +0 -13
- package/node_modules/es-set-tostringtag/.nycrc +0 -9
- package/node_modules/es-set-tostringtag/CHANGELOG.md +0 -67
- package/node_modules/es-set-tostringtag/LICENSE +0 -21
- package/node_modules/es-set-tostringtag/README.md +0 -53
- package/node_modules/es-set-tostringtag/index.d.ts +0 -10
- package/node_modules/es-set-tostringtag/index.js +0 -35
- package/node_modules/es-set-tostringtag/package.json +0 -78
- package/node_modules/es-set-tostringtag/test/index.js +0 -85
- package/node_modules/es-set-tostringtag/tsconfig.json +0 -9
- package/node_modules/follow-redirects/LICENSE +0 -18
- package/node_modules/follow-redirects/README.md +0 -155
- package/node_modules/follow-redirects/debug.js +0 -15
- package/node_modules/follow-redirects/http.js +0 -1
- package/node_modules/follow-redirects/https.js +0 -1
- package/node_modules/follow-redirects/index.js +0 -686
- package/node_modules/follow-redirects/package.json +0 -58
- package/node_modules/form-data/CHANGELOG.md +0 -659
- package/node_modules/form-data/License +0 -19
- package/node_modules/form-data/README.md +0 -355
- package/node_modules/form-data/index.d.ts +0 -62
- package/node_modules/form-data/lib/browser.js +0 -4
- package/node_modules/form-data/lib/form_data.js +0 -494
- package/node_modules/form-data/lib/populate.js +0 -10
- package/node_modules/form-data/package.json +0 -82
- package/node_modules/function-bind/.eslintrc +0 -21
- package/node_modules/function-bind/.github/FUNDING.yml +0 -12
- package/node_modules/function-bind/.github/SECURITY.md +0 -3
- package/node_modules/function-bind/.nycrc +0 -13
- package/node_modules/function-bind/CHANGELOG.md +0 -136
- package/node_modules/function-bind/LICENSE +0 -20
- package/node_modules/function-bind/README.md +0 -46
- package/node_modules/function-bind/implementation.js +0 -84
- package/node_modules/function-bind/index.js +0 -5
- package/node_modules/function-bind/package.json +0 -87
- package/node_modules/function-bind/test/.eslintrc +0 -9
- package/node_modules/function-bind/test/index.js +0 -252
- package/node_modules/get-intrinsic/.eslintrc +0 -42
- package/node_modules/get-intrinsic/.github/FUNDING.yml +0 -12
- package/node_modules/get-intrinsic/.nycrc +0 -9
- package/node_modules/get-intrinsic/CHANGELOG.md +0 -186
- package/node_modules/get-intrinsic/LICENSE +0 -21
- package/node_modules/get-intrinsic/README.md +0 -71
- package/node_modules/get-intrinsic/index.js +0 -378
- package/node_modules/get-intrinsic/package.json +0 -97
- package/node_modules/get-intrinsic/test/GetIntrinsic.js +0 -274
- package/node_modules/get-proto/.eslintrc +0 -10
- package/node_modules/get-proto/.github/FUNDING.yml +0 -12
- package/node_modules/get-proto/.nycrc +0 -9
- package/node_modules/get-proto/CHANGELOG.md +0 -21
- package/node_modules/get-proto/LICENSE +0 -21
- package/node_modules/get-proto/Object.getPrototypeOf.d.ts +0 -5
- package/node_modules/get-proto/Object.getPrototypeOf.js +0 -6
- package/node_modules/get-proto/README.md +0 -50
- package/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +0 -3
- package/node_modules/get-proto/Reflect.getPrototypeOf.js +0 -4
- package/node_modules/get-proto/index.d.ts +0 -5
- package/node_modules/get-proto/index.js +0 -27
- package/node_modules/get-proto/package.json +0 -81
- package/node_modules/get-proto/test/index.js +0 -68
- package/node_modules/get-proto/tsconfig.json +0 -9
- package/node_modules/gopd/.eslintrc +0 -16
- package/node_modules/gopd/.github/FUNDING.yml +0 -12
- package/node_modules/gopd/CHANGELOG.md +0 -45
- package/node_modules/gopd/LICENSE +0 -21
- package/node_modules/gopd/README.md +0 -40
- package/node_modules/gopd/gOPD.d.ts +0 -1
- package/node_modules/gopd/gOPD.js +0 -4
- package/node_modules/gopd/index.d.ts +0 -5
- package/node_modules/gopd/index.js +0 -15
- package/node_modules/gopd/package.json +0 -77
- package/node_modules/gopd/test/index.js +0 -36
- package/node_modules/gopd/tsconfig.json +0 -9
- package/node_modules/has-symbols/.eslintrc +0 -11
- package/node_modules/has-symbols/.github/FUNDING.yml +0 -12
- package/node_modules/has-symbols/.nycrc +0 -9
- package/node_modules/has-symbols/CHANGELOG.md +0 -91
- package/node_modules/has-symbols/LICENSE +0 -21
- package/node_modules/has-symbols/README.md +0 -46
- package/node_modules/has-symbols/index.d.ts +0 -3
- package/node_modules/has-symbols/index.js +0 -14
- package/node_modules/has-symbols/package.json +0 -111
- package/node_modules/has-symbols/shams.d.ts +0 -3
- package/node_modules/has-symbols/shams.js +0 -45
- package/node_modules/has-symbols/test/index.js +0 -22
- package/node_modules/has-symbols/test/shams/core-js.js +0 -29
- package/node_modules/has-symbols/test/shams/get-own-property-symbols.js +0 -29
- package/node_modules/has-symbols/test/tests.js +0 -58
- package/node_modules/has-symbols/tsconfig.json +0 -10
- package/node_modules/has-tostringtag/.eslintrc +0 -5
- package/node_modules/has-tostringtag/.github/FUNDING.yml +0 -12
- package/node_modules/has-tostringtag/.nycrc +0 -13
- package/node_modules/has-tostringtag/CHANGELOG.md +0 -42
- package/node_modules/has-tostringtag/LICENSE +0 -21
- package/node_modules/has-tostringtag/README.md +0 -46
- package/node_modules/has-tostringtag/index.d.ts +0 -3
- package/node_modules/has-tostringtag/index.js +0 -8
- package/node_modules/has-tostringtag/package.json +0 -108
- package/node_modules/has-tostringtag/shams.d.ts +0 -3
- package/node_modules/has-tostringtag/shams.js +0 -8
- package/node_modules/has-tostringtag/test/index.js +0 -21
- package/node_modules/has-tostringtag/test/shams/core-js.js +0 -31
- package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +0 -30
- package/node_modules/has-tostringtag/test/tests.js +0 -15
- package/node_modules/has-tostringtag/tsconfig.json +0 -49
- package/node_modules/hasown/.eslintrc +0 -5
- package/node_modules/hasown/.github/FUNDING.yml +0 -12
- package/node_modules/hasown/.nycrc +0 -13
- package/node_modules/hasown/CHANGELOG.md +0 -40
- package/node_modules/hasown/LICENSE +0 -21
- package/node_modules/hasown/README.md +0 -40
- package/node_modules/hasown/index.d.ts +0 -3
- package/node_modules/hasown/index.js +0 -8
- package/node_modules/hasown/package.json +0 -92
- package/node_modules/hasown/tsconfig.json +0 -6
- package/node_modules/math-intrinsics/.eslintrc +0 -16
- package/node_modules/math-intrinsics/.github/FUNDING.yml +0 -12
- package/node_modules/math-intrinsics/CHANGELOG.md +0 -24
- package/node_modules/math-intrinsics/LICENSE +0 -21
- package/node_modules/math-intrinsics/README.md +0 -50
- package/node_modules/math-intrinsics/abs.d.ts +0 -1
- package/node_modules/math-intrinsics/abs.js +0 -4
- package/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +0 -3
- package/node_modules/math-intrinsics/constants/maxArrayLength.js +0 -4
- package/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +0 -3
- package/node_modules/math-intrinsics/constants/maxSafeInteger.js +0 -5
- package/node_modules/math-intrinsics/constants/maxValue.d.ts +0 -3
- package/node_modules/math-intrinsics/constants/maxValue.js +0 -5
- package/node_modules/math-intrinsics/floor.d.ts +0 -1
- package/node_modules/math-intrinsics/floor.js +0 -4
- package/node_modules/math-intrinsics/isFinite.d.ts +0 -3
- package/node_modules/math-intrinsics/isFinite.js +0 -12
- package/node_modules/math-intrinsics/isInteger.d.ts +0 -3
- package/node_modules/math-intrinsics/isInteger.js +0 -16
- package/node_modules/math-intrinsics/isNaN.d.ts +0 -1
- package/node_modules/math-intrinsics/isNaN.js +0 -6
- package/node_modules/math-intrinsics/isNegativeZero.d.ts +0 -3
- package/node_modules/math-intrinsics/isNegativeZero.js +0 -6
- package/node_modules/math-intrinsics/max.d.ts +0 -1
- package/node_modules/math-intrinsics/max.js +0 -4
- package/node_modules/math-intrinsics/min.d.ts +0 -1
- package/node_modules/math-intrinsics/min.js +0 -4
- package/node_modules/math-intrinsics/mod.d.ts +0 -3
- package/node_modules/math-intrinsics/mod.js +0 -9
- package/node_modules/math-intrinsics/package.json +0 -86
- package/node_modules/math-intrinsics/pow.d.ts +0 -1
- package/node_modules/math-intrinsics/pow.js +0 -4
- package/node_modules/math-intrinsics/round.d.ts +0 -1
- package/node_modules/math-intrinsics/round.js +0 -4
- package/node_modules/math-intrinsics/sign.d.ts +0 -3
- package/node_modules/math-intrinsics/sign.js +0 -11
- package/node_modules/math-intrinsics/test/index.js +0 -192
- package/node_modules/math-intrinsics/tsconfig.json +0 -3
- package/node_modules/mime-db/HISTORY.md +0 -507
- package/node_modules/mime-db/LICENSE +0 -23
- package/node_modules/mime-db/README.md +0 -100
- package/node_modules/mime-db/db.json +0 -8519
- package/node_modules/mime-db/index.js +0 -12
- package/node_modules/mime-db/package.json +0 -60
- package/node_modules/mime-types/HISTORY.md +0 -397
- package/node_modules/mime-types/LICENSE +0 -23
- package/node_modules/mime-types/README.md +0 -113
- package/node_modules/mime-types/index.js +0 -188
- package/node_modules/mime-types/package.json +0 -44
- package/node_modules/proxy-from-env/LICENSE +0 -20
- package/node_modules/proxy-from-env/README.md +0 -163
- package/node_modules/proxy-from-env/index.cjs +0 -105
- package/node_modules/proxy-from-env/index.js +0 -103
- package/node_modules/proxy-from-env/package.json +0 -43
- package/node_modules/retry/License +0 -21
- package/node_modules/retry/README.md +0 -227
- package/node_modules/retry/example/dns.js +0 -31
- package/node_modules/retry/example/stop.js +0 -40
- package/node_modules/retry/index.js +0 -1
- package/node_modules/retry/lib/retry.js +0 -100
- package/node_modules/retry/lib/retry_operation.js +0 -162
- package/node_modules/retry/package.json +0 -36
|
@@ -1,141 +0,0 @@
|
|
|
1
|
-
var async = require('./async.js');
|
|
2
|
-
|
|
3
|
-
// API
|
|
4
|
-
module.exports = {
|
|
5
|
-
iterator: wrapIterator,
|
|
6
|
-
callback: wrapCallback
|
|
7
|
-
};
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* Wraps iterators with long signature
|
|
11
|
-
*
|
|
12
|
-
* @this ReadableAsyncKit#
|
|
13
|
-
* @param {function} iterator - function to wrap
|
|
14
|
-
* @returns {function} - wrapped function
|
|
15
|
-
*/
|
|
16
|
-
function wrapIterator(iterator)
|
|
17
|
-
{
|
|
18
|
-
var stream = this;
|
|
19
|
-
|
|
20
|
-
return function(item, key, cb)
|
|
21
|
-
{
|
|
22
|
-
var aborter
|
|
23
|
-
, wrappedCb = async(wrapIteratorCallback.call(stream, cb, key))
|
|
24
|
-
;
|
|
25
|
-
|
|
26
|
-
stream.jobs[key] = wrappedCb;
|
|
27
|
-
|
|
28
|
-
// it's either shortcut (item, cb)
|
|
29
|
-
if (iterator.length == 2)
|
|
30
|
-
{
|
|
31
|
-
aborter = iterator(item, wrappedCb);
|
|
32
|
-
}
|
|
33
|
-
// or long format (item, key, cb)
|
|
34
|
-
else
|
|
35
|
-
{
|
|
36
|
-
aborter = iterator(item, key, wrappedCb);
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
return aborter;
|
|
40
|
-
};
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
/**
|
|
44
|
-
* Wraps provided callback function
|
|
45
|
-
* allowing to execute snitch function before
|
|
46
|
-
* real callback
|
|
47
|
-
*
|
|
48
|
-
* @this ReadableAsyncKit#
|
|
49
|
-
* @param {function} callback - function to wrap
|
|
50
|
-
* @returns {function} - wrapped function
|
|
51
|
-
*/
|
|
52
|
-
function wrapCallback(callback)
|
|
53
|
-
{
|
|
54
|
-
var stream = this;
|
|
55
|
-
|
|
56
|
-
var wrapped = function(error, result)
|
|
57
|
-
{
|
|
58
|
-
return finisher.call(stream, error, result, callback);
|
|
59
|
-
};
|
|
60
|
-
|
|
61
|
-
return wrapped;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
/**
|
|
65
|
-
* Wraps provided iterator callback function
|
|
66
|
-
* makes sure snitch only called once,
|
|
67
|
-
* but passes secondary calls to the original callback
|
|
68
|
-
*
|
|
69
|
-
* @this ReadableAsyncKit#
|
|
70
|
-
* @param {function} callback - callback to wrap
|
|
71
|
-
* @param {number|string} key - iteration key
|
|
72
|
-
* @returns {function} wrapped callback
|
|
73
|
-
*/
|
|
74
|
-
function wrapIteratorCallback(callback, key)
|
|
75
|
-
{
|
|
76
|
-
var stream = this;
|
|
77
|
-
|
|
78
|
-
return function(error, output)
|
|
79
|
-
{
|
|
80
|
-
// don't repeat yourself
|
|
81
|
-
if (!(key in stream.jobs))
|
|
82
|
-
{
|
|
83
|
-
callback(error, output);
|
|
84
|
-
return;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
// clean up jobs
|
|
88
|
-
delete stream.jobs[key];
|
|
89
|
-
|
|
90
|
-
return streamer.call(stream, error, {key: key, value: output}, callback);
|
|
91
|
-
};
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
/**
|
|
95
|
-
* Stream wrapper for iterator callback
|
|
96
|
-
*
|
|
97
|
-
* @this ReadableAsyncKit#
|
|
98
|
-
* @param {mixed} error - error response
|
|
99
|
-
* @param {mixed} output - iterator output
|
|
100
|
-
* @param {function} callback - callback that expects iterator results
|
|
101
|
-
*/
|
|
102
|
-
function streamer(error, output, callback)
|
|
103
|
-
{
|
|
104
|
-
if (error && !this.error)
|
|
105
|
-
{
|
|
106
|
-
this.error = error;
|
|
107
|
-
this.pause();
|
|
108
|
-
this.emit('error', error);
|
|
109
|
-
// send back value only, as expected
|
|
110
|
-
callback(error, output && output.value);
|
|
111
|
-
return;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
// stream stuff
|
|
115
|
-
this.push(output);
|
|
116
|
-
|
|
117
|
-
// back to original track
|
|
118
|
-
// send back value only, as expected
|
|
119
|
-
callback(error, output && output.value);
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
/**
|
|
123
|
-
* Stream wrapper for finishing callback
|
|
124
|
-
*
|
|
125
|
-
* @this ReadableAsyncKit#
|
|
126
|
-
* @param {mixed} error - error response
|
|
127
|
-
* @param {mixed} output - iterator output
|
|
128
|
-
* @param {function} callback - callback that expects final results
|
|
129
|
-
*/
|
|
130
|
-
function finisher(error, output, callback)
|
|
131
|
-
{
|
|
132
|
-
// signal end of the stream
|
|
133
|
-
// only for successfully finished streams
|
|
134
|
-
if (!error)
|
|
135
|
-
{
|
|
136
|
-
this.push(null);
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
// back to original track
|
|
140
|
-
callback(error, output);
|
|
141
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
var abort = require('./abort.js')
|
|
2
|
-
, async = require('./async.js')
|
|
3
|
-
;
|
|
4
|
-
|
|
5
|
-
// API
|
|
6
|
-
module.exports = terminator;
|
|
7
|
-
|
|
8
|
-
/**
|
|
9
|
-
* Terminates jobs in the attached state context
|
|
10
|
-
*
|
|
11
|
-
* @this AsyncKitState#
|
|
12
|
-
* @param {function} callback - final callback to invoke after termination
|
|
13
|
-
*/
|
|
14
|
-
function terminator(callback)
|
|
15
|
-
{
|
|
16
|
-
if (!Object.keys(this.jobs).length)
|
|
17
|
-
{
|
|
18
|
-
return;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
// fast forward iteration index
|
|
22
|
-
this.index = this.size;
|
|
23
|
-
|
|
24
|
-
// abort jobs
|
|
25
|
-
abort(this);
|
|
26
|
-
|
|
27
|
-
// send back results we have so far
|
|
28
|
-
async(callback)(null, this.results);
|
|
29
|
-
}
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "asynckit",
|
|
3
|
-
"version": "0.4.0",
|
|
4
|
-
"description": "Minimal async jobs utility library, with streams support",
|
|
5
|
-
"main": "index.js",
|
|
6
|
-
"scripts": {
|
|
7
|
-
"clean": "rimraf coverage",
|
|
8
|
-
"lint": "eslint *.js lib/*.js test/*.js",
|
|
9
|
-
"test": "istanbul cover --reporter=json tape -- 'test/test-*.js' | tap-spec",
|
|
10
|
-
"win-test": "tape test/test-*.js",
|
|
11
|
-
"browser": "browserify -t browserify-istanbul test/lib/browserify_adjustment.js test/test-*.js | obake --coverage | tap-spec",
|
|
12
|
-
"report": "istanbul report",
|
|
13
|
-
"size": "browserify index.js | size-table asynckit",
|
|
14
|
-
"debug": "tape test/test-*.js"
|
|
15
|
-
},
|
|
16
|
-
"pre-commit": [
|
|
17
|
-
"clean",
|
|
18
|
-
"lint",
|
|
19
|
-
"test",
|
|
20
|
-
"browser",
|
|
21
|
-
"report",
|
|
22
|
-
"size"
|
|
23
|
-
],
|
|
24
|
-
"repository": {
|
|
25
|
-
"type": "git",
|
|
26
|
-
"url": "git+https://github.com/alexindigo/asynckit.git"
|
|
27
|
-
},
|
|
28
|
-
"keywords": [
|
|
29
|
-
"async",
|
|
30
|
-
"jobs",
|
|
31
|
-
"parallel",
|
|
32
|
-
"serial",
|
|
33
|
-
"iterator",
|
|
34
|
-
"array",
|
|
35
|
-
"object",
|
|
36
|
-
"stream",
|
|
37
|
-
"destroy",
|
|
38
|
-
"terminate",
|
|
39
|
-
"abort"
|
|
40
|
-
],
|
|
41
|
-
"author": "Alex Indigo <iam@alexindigo.com>",
|
|
42
|
-
"license": "MIT",
|
|
43
|
-
"bugs": {
|
|
44
|
-
"url": "https://github.com/alexindigo/asynckit/issues"
|
|
45
|
-
},
|
|
46
|
-
"homepage": "https://github.com/alexindigo/asynckit#readme",
|
|
47
|
-
"devDependencies": {
|
|
48
|
-
"browserify": "^13.0.0",
|
|
49
|
-
"browserify-istanbul": "^2.0.0",
|
|
50
|
-
"coveralls": "^2.11.9",
|
|
51
|
-
"eslint": "^2.9.0",
|
|
52
|
-
"istanbul": "^0.4.3",
|
|
53
|
-
"obake": "^0.1.2",
|
|
54
|
-
"phantomjs-prebuilt": "^2.1.7",
|
|
55
|
-
"pre-commit": "^1.1.3",
|
|
56
|
-
"reamde": "^1.1.0",
|
|
57
|
-
"rimraf": "^2.5.2",
|
|
58
|
-
"size-table": "^0.2.0",
|
|
59
|
-
"tap-spec": "^4.1.1",
|
|
60
|
-
"tape": "^4.5.1"
|
|
61
|
-
},
|
|
62
|
-
"dependencies": {}
|
|
63
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
var iterate = require('./lib/iterate.js')
|
|
2
|
-
, initState = require('./lib/state.js')
|
|
3
|
-
, terminator = require('./lib/terminator.js')
|
|
4
|
-
;
|
|
5
|
-
|
|
6
|
-
// Public API
|
|
7
|
-
module.exports = parallel;
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* Runs iterator over provided array elements in parallel
|
|
11
|
-
*
|
|
12
|
-
* @param {array|object} list - array or object (named list) to iterate over
|
|
13
|
-
* @param {function} iterator - iterator to run
|
|
14
|
-
* @param {function} callback - invoked when all elements processed
|
|
15
|
-
* @returns {function} - jobs terminator
|
|
16
|
-
*/
|
|
17
|
-
function parallel(list, iterator, callback)
|
|
18
|
-
{
|
|
19
|
-
var state = initState(list);
|
|
20
|
-
|
|
21
|
-
while (state.index < (state['keyedList'] || list).length)
|
|
22
|
-
{
|
|
23
|
-
iterate(list, iterator, state, function(error, result)
|
|
24
|
-
{
|
|
25
|
-
if (error)
|
|
26
|
-
{
|
|
27
|
-
callback(error, result);
|
|
28
|
-
return;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
// looks like it's the last one
|
|
32
|
-
if (Object.keys(state.jobs).length === 0)
|
|
33
|
-
{
|
|
34
|
-
callback(null, state.results);
|
|
35
|
-
return;
|
|
36
|
-
}
|
|
37
|
-
});
|
|
38
|
-
|
|
39
|
-
state.index++;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
return terminator.bind(state, callback);
|
|
43
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
var serialOrdered = require('./serialOrdered.js');
|
|
2
|
-
|
|
3
|
-
// Public API
|
|
4
|
-
module.exports = serial;
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* Runs iterator over provided array elements in series
|
|
8
|
-
*
|
|
9
|
-
* @param {array|object} list - array or object (named list) to iterate over
|
|
10
|
-
* @param {function} iterator - iterator to run
|
|
11
|
-
* @param {function} callback - invoked when all elements processed
|
|
12
|
-
* @returns {function} - jobs terminator
|
|
13
|
-
*/
|
|
14
|
-
function serial(list, iterator, callback)
|
|
15
|
-
{
|
|
16
|
-
return serialOrdered(list, iterator, null, callback);
|
|
17
|
-
}
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
var iterate = require('./lib/iterate.js')
|
|
2
|
-
, initState = require('./lib/state.js')
|
|
3
|
-
, terminator = require('./lib/terminator.js')
|
|
4
|
-
;
|
|
5
|
-
|
|
6
|
-
// Public API
|
|
7
|
-
module.exports = serialOrdered;
|
|
8
|
-
// sorting helpers
|
|
9
|
-
module.exports.ascending = ascending;
|
|
10
|
-
module.exports.descending = descending;
|
|
11
|
-
|
|
12
|
-
/**
|
|
13
|
-
* Runs iterator over provided sorted array elements in series
|
|
14
|
-
*
|
|
15
|
-
* @param {array|object} list - array or object (named list) to iterate over
|
|
16
|
-
* @param {function} iterator - iterator to run
|
|
17
|
-
* @param {function} sortMethod - custom sort function
|
|
18
|
-
* @param {function} callback - invoked when all elements processed
|
|
19
|
-
* @returns {function} - jobs terminator
|
|
20
|
-
*/
|
|
21
|
-
function serialOrdered(list, iterator, sortMethod, callback)
|
|
22
|
-
{
|
|
23
|
-
var state = initState(list, sortMethod);
|
|
24
|
-
|
|
25
|
-
iterate(list, iterator, state, function iteratorHandler(error, result)
|
|
26
|
-
{
|
|
27
|
-
if (error)
|
|
28
|
-
{
|
|
29
|
-
callback(error, result);
|
|
30
|
-
return;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
state.index++;
|
|
34
|
-
|
|
35
|
-
// are we there yet?
|
|
36
|
-
if (state.index < (state['keyedList'] || list).length)
|
|
37
|
-
{
|
|
38
|
-
iterate(list, iterator, state, iteratorHandler);
|
|
39
|
-
return;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
// done here
|
|
43
|
-
callback(null, state.results);
|
|
44
|
-
});
|
|
45
|
-
|
|
46
|
-
return terminator.bind(state, callback);
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
/*
|
|
50
|
-
* -- Sort methods
|
|
51
|
-
*/
|
|
52
|
-
|
|
53
|
-
/**
|
|
54
|
-
* sort helper to sort array elements in ascending order
|
|
55
|
-
*
|
|
56
|
-
* @param {mixed} a - an item to compare
|
|
57
|
-
* @param {mixed} b - an item to compare
|
|
58
|
-
* @returns {number} - comparison result
|
|
59
|
-
*/
|
|
60
|
-
function ascending(a, b)
|
|
61
|
-
{
|
|
62
|
-
return a < b ? -1 : a > b ? 1 : 0;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
/**
|
|
66
|
-
* sort helper to sort array elements in descending order
|
|
67
|
-
*
|
|
68
|
-
* @param {mixed} a - an item to compare
|
|
69
|
-
* @param {mixed} b - an item to compare
|
|
70
|
-
* @returns {number} - comparison result
|
|
71
|
-
*/
|
|
72
|
-
function descending(a, b)
|
|
73
|
-
{
|
|
74
|
-
return -1 * ascending(a, b);
|
|
75
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
var inherits = require('util').inherits
|
|
2
|
-
, Readable = require('stream').Readable
|
|
3
|
-
, ReadableAsyncKit = require('./lib/readable_asynckit.js')
|
|
4
|
-
, ReadableParallel = require('./lib/readable_parallel.js')
|
|
5
|
-
, ReadableSerial = require('./lib/readable_serial.js')
|
|
6
|
-
, ReadableSerialOrdered = require('./lib/readable_serial_ordered.js')
|
|
7
|
-
;
|
|
8
|
-
|
|
9
|
-
// API
|
|
10
|
-
module.exports =
|
|
11
|
-
{
|
|
12
|
-
parallel : ReadableParallel,
|
|
13
|
-
serial : ReadableSerial,
|
|
14
|
-
serialOrdered : ReadableSerialOrdered,
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
inherits(ReadableAsyncKit, Readable);
|
|
18
|
-
|
|
19
|
-
inherits(ReadableParallel, ReadableAsyncKit);
|
|
20
|
-
inherits(ReadableSerial, ReadableAsyncKit);
|
|
21
|
-
inherits(ReadableSerialOrdered, ReadableAsyncKit);
|