@dbmx/confy 0.0.77 → 0.0.80
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/esm/_virtual/browser.js +4 -0
- package/esm/_virtual/browser.js.map +1 -0
- package/esm/_virtual/index15.js +4 -0
- package/esm/_virtual/index15.js.map +1 -0
- package/esm/_virtual/index16.js +4 -0
- package/esm/_virtual/index16.js.map +1 -0
- package/esm/_virtual/index17.js +4 -0
- package/esm/_virtual/index17.js.map +1 -0
- package/esm/_virtual/index18.js +4 -0
- package/esm/_virtual/index18.js.map +1 -0
- package/esm/_virtual/node.js +4 -0
- package/esm/_virtual/node.js.map +1 -0
- package/esm/_virtual/serialOrdered.js +4 -0
- package/esm/_virtual/serialOrdered.js.map +1 -0
- package/esm/components/SelectMemberMenu/index.js +1 -1
- package/esm/ducks/utils.js +1 -1
- package/esm/forms/utils.js +2 -2
- package/esm/hooks/roles.js +1 -1
- package/esm/node_modules/asynckit/index.js +13 -0
- package/esm/node_modules/asynckit/index.js.map +1 -0
- package/esm/node_modules/asynckit/lib/abort.js +32 -0
- package/esm/node_modules/asynckit/lib/abort.js.map +1 -0
- package/esm/node_modules/asynckit/lib/async.js +39 -0
- package/esm/node_modules/asynckit/lib/async.js.map +1 -0
- package/esm/node_modules/asynckit/lib/defer.js +29 -0
- package/esm/node_modules/asynckit/lib/defer.js.map +1 -0
- package/esm/node_modules/asynckit/lib/iterate.js +81 -0
- package/esm/node_modules/asynckit/lib/iterate.js.map +1 -0
- package/esm/node_modules/asynckit/lib/state.js +40 -0
- package/esm/node_modules/asynckit/lib/state.js.map +1 -0
- package/esm/node_modules/asynckit/lib/terminator.js +35 -0
- package/esm/node_modules/asynckit/lib/terminator.js.map +1 -0
- package/esm/node_modules/asynckit/parallel.js +50 -0
- package/esm/node_modules/asynckit/parallel.js.map +1 -0
- package/esm/node_modules/asynckit/serial.js +22 -0
- package/esm/node_modules/asynckit/serial.js.map +1 -0
- package/esm/node_modules/asynckit/serialOrdered.js +85 -0
- package/esm/node_modules/asynckit/serialOrdered.js.map +1 -0
- package/esm/node_modules/axios/index.js +26 -0
- package/esm/node_modules/axios/index.js.map +1 -0
- package/esm/node_modules/axios/lib/adapters/adapters.js +133 -0
- package/esm/node_modules/axios/lib/adapters/adapters.js.map +1 -0
- package/esm/node_modules/axios/lib/adapters/fetch.js +331 -0
- package/esm/node_modules/axios/lib/adapters/fetch.js.map +1 -0
- package/esm/node_modules/axios/lib/adapters/http.js +945 -0
- package/esm/node_modules/axios/lib/adapters/http.js.map +1 -0
- package/esm/node_modules/axios/lib/adapters/xhr.js +225 -0
- package/esm/node_modules/axios/lib/adapters/xhr.js.map +1 -0
- package/esm/node_modules/axios/lib/axios.js +87 -0
- package/esm/node_modules/axios/lib/axios.js.map +1 -0
- package/esm/node_modules/axios/lib/cancel/CancelToken.js +134 -0
- package/esm/node_modules/axios/lib/cancel/CancelToken.js.map +1 -0
- package/esm/node_modules/axios/lib/cancel/CanceledError.js +21 -0
- package/esm/node_modules/axios/lib/cancel/CanceledError.js.map +1 -0
- package/esm/node_modules/axios/lib/cancel/isCancel.js +6 -0
- package/esm/node_modules/axios/lib/cancel/isCancel.js.map +1 -0
- package/esm/node_modules/axios/lib/core/Axios.js +260 -0
- package/esm/node_modules/axios/lib/core/Axios.js.map +1 -0
- package/esm/node_modules/axios/lib/core/AxiosError.js +89 -0
- package/esm/node_modules/axios/lib/core/AxiosError.js.map +1 -0
- package/esm/node_modules/axios/lib/core/AxiosHeaders.js +343 -0
- package/esm/node_modules/axios/lib/core/AxiosHeaders.js.map +1 -0
- package/esm/node_modules/axios/lib/core/InterceptorManager.js +71 -0
- package/esm/node_modules/axios/lib/core/InterceptorManager.js.map +1 -0
- package/esm/node_modules/axios/lib/core/buildFullPath.js +23 -0
- package/esm/node_modules/axios/lib/core/buildFullPath.js.map +1 -0
- package/esm/node_modules/axios/lib/core/dispatchRequest.js +78 -0
- package/esm/node_modules/axios/lib/core/dispatchRequest.js.map +1 -0
- package/esm/node_modules/axios/lib/core/mergeConfig.js +108 -0
- package/esm/node_modules/axios/lib/core/mergeConfig.js.map +1 -0
- package/esm/node_modules/axios/lib/core/settle.js +32 -0
- package/esm/node_modules/axios/lib/core/settle.js.map +1 -0
- package/esm/node_modules/axios/lib/core/transformData.js +29 -0
- package/esm/node_modules/axios/lib/core/transformData.js.map +1 -0
- package/esm/node_modules/axios/lib/defaults/index.js +171 -0
- package/esm/node_modules/axios/lib/defaults/index.js.map +1 -0
- package/esm/node_modules/axios/lib/defaults/transitional.js +9 -0
- package/esm/node_modules/axios/lib/defaults/transitional.js.map +1 -0
- package/esm/node_modules/axios/lib/env/data.js +4 -0
- package/esm/node_modules/axios/lib/env/data.js.map +1 -0
- package/esm/node_modules/axios/lib/helpers/AxiosTransformStream.js +155 -0
- package/esm/node_modules/axios/lib/helpers/AxiosTransformStream.js.map +1 -0
- package/esm/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +61 -0
- package/esm/node_modules/axios/lib/helpers/AxiosURLSearchParams.js.map +1 -0
- package/esm/node_modules/axios/lib/helpers/HttpStatusCode.js +78 -0
- package/esm/node_modules/axios/lib/helpers/HttpStatusCode.js.map +1 -0
- package/esm/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js +28 -0
- package/esm/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js.map +1 -0
- package/esm/node_modules/axios/lib/helpers/bind.js +15 -0
- package/esm/node_modules/axios/lib/helpers/bind.js.map +1 -0
- package/esm/node_modules/axios/lib/helpers/buildURL.js +67 -0
- package/esm/node_modules/axios/lib/helpers/buildURL.js.map +1 -0
- package/esm/node_modules/axios/lib/helpers/callbackify.js +19 -0
- package/esm/node_modules/axios/lib/helpers/callbackify.js.map +1 -0
- package/esm/node_modules/axios/lib/helpers/combineURLs.js +16 -0
- package/esm/node_modules/axios/lib/helpers/combineURLs.js.map +1 -0
- package/esm/node_modules/axios/lib/helpers/composeSignals.js +57 -0
- package/esm/node_modules/axios/lib/helpers/composeSignals.js.map +1 -0
- package/esm/node_modules/axios/lib/helpers/cookies.js +51 -0
- package/esm/node_modules/axios/lib/helpers/cookies.js.map +1 -0
- package/esm/node_modules/axios/lib/helpers/estimateDataURLDecodedBytes.js +76 -0
- package/esm/node_modules/axios/lib/helpers/estimateDataURLDecodedBytes.js.map +1 -0
- package/esm/node_modules/axios/lib/helpers/formDataToJSON.js +94 -0
- package/esm/node_modules/axios/lib/helpers/formDataToJSON.js.map +1 -0
- package/esm/node_modules/axios/lib/helpers/formDataToStream.js +119 -0
- package/esm/node_modules/axios/lib/helpers/formDataToStream.js.map +1 -0
- package/esm/node_modules/axios/lib/helpers/fromDataURI.js +54 -0
- package/esm/node_modules/axios/lib/helpers/fromDataURI.js.map +1 -0
- package/esm/node_modules/axios/lib/helpers/isAbsoluteURL.js +20 -0
- package/esm/node_modules/axios/lib/helpers/isAbsoluteURL.js.map +1 -0
- package/esm/node_modules/axios/lib/helpers/isAxiosError.js +15 -0
- package/esm/node_modules/axios/lib/helpers/isAxiosError.js.map +1 -0
- package/esm/node_modules/axios/lib/helpers/isURLSameOrigin.js +19 -0
- package/esm/node_modules/axios/lib/helpers/isURLSameOrigin.js.map +1 -0
- package/esm/node_modules/axios/lib/helpers/parseHeaders.js +70 -0
- package/esm/node_modules/axios/lib/helpers/parseHeaders.js.map +1 -0
- package/esm/node_modules/axios/lib/helpers/parseProtocol.js +7 -0
- package/esm/node_modules/axios/lib/helpers/parseProtocol.js.map +1 -0
- package/esm/node_modules/axios/lib/helpers/progressEventReducer.js +54 -0
- package/esm/node_modules/axios/lib/helpers/progressEventReducer.js.map +1 -0
- package/esm/node_modules/axios/lib/helpers/readBlob.js +16 -0
- package/esm/node_modules/axios/lib/helpers/readBlob.js.map +1 -0
- package/esm/node_modules/axios/lib/helpers/resolveConfig.js +73 -0
- package/esm/node_modules/axios/lib/helpers/resolveConfig.js.map +1 -0
- package/esm/node_modules/axios/lib/helpers/speedometer.js +54 -0
- package/esm/node_modules/axios/lib/helpers/speedometer.js.map +1 -0
- package/esm/node_modules/axios/lib/helpers/spread.js +29 -0
- package/esm/node_modules/axios/lib/helpers/spread.js.map +1 -0
- package/esm/node_modules/axios/lib/helpers/throttle.js +45 -0
- package/esm/node_modules/axios/lib/helpers/throttle.js.map +1 -0
- package/esm/node_modules/axios/lib/helpers/toFormData.js +239 -0
- package/esm/node_modules/axios/lib/helpers/toFormData.js.map +1 -0
- package/esm/node_modules/axios/lib/helpers/toURLEncodedForm.js +20 -0
- package/esm/node_modules/axios/lib/helpers/toURLEncodedForm.js.map +1 -0
- package/esm/node_modules/axios/lib/helpers/trackStream.js +92 -0
- package/esm/node_modules/axios/lib/helpers/trackStream.js.map +1 -0
- package/esm/node_modules/axios/lib/helpers/validator.js +111 -0
- package/esm/node_modules/axios/lib/helpers/validator.js.map +1 -0
- package/esm/node_modules/axios/lib/platform/common/utils.js +47 -0
- package/esm/node_modules/axios/lib/platform/common/utils.js.map +1 -0
- package/esm/node_modules/axios/lib/platform/index.js +10 -0
- package/esm/node_modules/axios/lib/platform/index.js.map +1 -0
- package/esm/node_modules/axios/lib/platform/node/classes/FormData.js +6 -0
- package/esm/node_modules/axios/lib/platform/node/classes/FormData.js.map +1 -0
- package/esm/node_modules/axios/lib/platform/node/classes/URLSearchParams.js +6 -0
- package/esm/node_modules/axios/lib/platform/node/classes/URLSearchParams.js.map +1 -0
- package/esm/node_modules/axios/lib/platform/node/index.js +40 -0
- package/esm/node_modules/axios/lib/platform/node/index.js.map +1 -0
- package/esm/node_modules/axios/lib/utils.js +920 -0
- package/esm/node_modules/axios/lib/utils.js.map +1 -0
- package/esm/node_modules/call-bind-apply-helpers/node_modules/function-bind/implementation.js +66 -0
- package/esm/node_modules/call-bind-apply-helpers/node_modules/function-bind/implementation.js.map +1 -0
- package/esm/node_modules/call-bind-apply-helpers/node_modules/function-bind/index.js +7 -0
- package/esm/node_modules/call-bind-apply-helpers/node_modules/function-bind/index.js.map +1 -0
- package/esm/node_modules/combined-stream/lib/combined_stream.js +215 -0
- package/esm/node_modules/combined-stream/lib/combined_stream.js.map +1 -0
- package/esm/node_modules/debug/src/browser.js +287 -0
- package/esm/node_modules/debug/src/browser.js.map +1 -0
- package/esm/node_modules/debug/src/common.js +304 -0
- package/esm/node_modules/debug/src/common.js.map +1 -0
- package/esm/node_modules/debug/src/index.js +24 -0
- package/esm/node_modules/debug/src/index.js.map +1 -0
- package/esm/node_modules/debug/src/node.js +281 -0
- package/esm/node_modules/debug/src/node.js.map +1 -0
- package/esm/node_modules/deep-equal/node_modules/has-symbols/index.js +22 -0
- package/esm/node_modules/deep-equal/node_modules/has-symbols/index.js.map +1 -0
- package/esm/node_modules/deep-equal/node_modules/has-symbols/shams.js +58 -0
- package/esm/node_modules/deep-equal/node_modules/has-symbols/shams.js.map +1 -0
- package/esm/node_modules/deep-equal/node_modules/has-tostringtag/shams.js +9 -0
- package/esm/node_modules/deep-equal/node_modules/has-tostringtag/shams.js.map +1 -0
- package/esm/node_modules/deep-equal/node_modules/is-regex/index.js +53 -0
- package/esm/node_modules/deep-equal/node_modules/is-regex/index.js.map +1 -0
- package/esm/node_modules/deep-equal/node_modules/is-regex/node_modules/call-bind/callBound.js +16 -0
- package/esm/node_modules/deep-equal/node_modules/is-regex/node_modules/call-bind/callBound.js.map +1 -0
- package/esm/node_modules/deep-equal/node_modules/is-regex/node_modules/call-bind/index.js +53 -0
- package/esm/node_modules/deep-equal/node_modules/is-regex/node_modules/call-bind/index.js.map +1 -0
- package/esm/node_modules/deep-equal/node_modules/is-regex/node_modules/get-intrinsic/index.js +307 -0
- package/esm/node_modules/deep-equal/node_modules/is-regex/node_modules/get-intrinsic/index.js.map +1 -0
- package/esm/node_modules/delayed-stream/lib/delayed_stream.js +113 -0
- package/esm/node_modules/delayed-stream/lib/delayed_stream.js.map +1 -0
- package/esm/node_modules/es-set-tostringtag/index.js +41 -0
- package/esm/node_modules/es-set-tostringtag/index.js.map +1 -0
- package/esm/node_modules/follow-redirects/debug.js +20 -0
- package/esm/node_modules/follow-redirects/debug.js.map +1 -0
- package/esm/node_modules/follow-redirects/index.js +701 -0
- package/esm/node_modules/follow-redirects/index.js.map +1 -0
- package/esm/node_modules/form-data/lib/form_data.js +514 -0
- package/esm/node_modules/form-data/lib/form_data.js.map +1 -0
- package/esm/node_modules/form-data/lib/populate.js +11 -0
- package/esm/node_modules/form-data/lib/populate.js.map +1 -0
- package/esm/node_modules/get-intrinsic/node_modules/function-bind/implementation.js +75 -0
- package/esm/node_modules/get-intrinsic/node_modules/function-bind/implementation.js.map +1 -0
- package/esm/node_modules/get-intrinsic/node_modules/function-bind/index.js +16 -0
- package/esm/node_modules/get-intrinsic/node_modules/function-bind/index.js.map +1 -0
- package/esm/node_modules/has/src/index.js +7 -0
- package/esm/node_modules/has/src/index.js.map +1 -0
- package/esm/node_modules/has-flag/index.js +18 -0
- package/esm/node_modules/has-flag/index.js.map +1 -0
- package/esm/node_modules/hasown/node_modules/function-bind/implementation.js +75 -0
- package/esm/node_modules/hasown/node_modules/function-bind/implementation.js.map +1 -0
- package/esm/node_modules/hasown/node_modules/function-bind/index.js +16 -0
- package/esm/node_modules/hasown/node_modules/function-bind/index.js.map +1 -0
- package/esm/node_modules/is-boolean-object/node_modules/call-bind/callBound.js +16 -0
- package/esm/node_modules/is-boolean-object/node_modules/call-bind/callBound.js.map +1 -0
- package/esm/node_modules/is-boolean-object/node_modules/call-bind/index.js +53 -0
- package/esm/node_modules/is-boolean-object/node_modules/call-bind/index.js.map +1 -0
- package/esm/node_modules/is-boolean-object/node_modules/get-intrinsic/index.js +307 -0
- package/esm/node_modules/is-boolean-object/node_modules/get-intrinsic/index.js.map +1 -0
- package/esm/node_modules/is-boolean-object/node_modules/has-symbols/index.js +22 -0
- package/esm/node_modules/is-boolean-object/node_modules/has-symbols/index.js.map +1 -0
- package/esm/node_modules/is-boolean-object/node_modules/has-symbols/shams.js +67 -0
- package/esm/node_modules/is-boolean-object/node_modules/has-symbols/shams.js.map +1 -0
- package/esm/node_modules/is-boolean-object/node_modules/has-tostringtag/shams.js +18 -0
- package/esm/node_modules/is-boolean-object/node_modules/has-tostringtag/shams.js.map +1 -0
- package/esm/node_modules/is-number-object/node_modules/has-symbols/shams.js +58 -0
- package/esm/node_modules/is-number-object/node_modules/has-symbols/shams.js.map +1 -0
- package/esm/node_modules/is-number-object/node_modules/has-tostringtag/shams.js +9 -0
- package/esm/node_modules/is-number-object/node_modules/has-tostringtag/shams.js.map +1 -0
- package/esm/node_modules/is-string/node_modules/has-symbols/shams.js +58 -0
- package/esm/node_modules/is-string/node_modules/has-symbols/shams.js.map +1 -0
- package/esm/node_modules/is-string/node_modules/has-tostringtag/shams.js +9 -0
- package/esm/node_modules/is-string/node_modules/has-tostringtag/shams.js.map +1 -0
- package/esm/node_modules/is-symbol/node_modules/has-symbols/index.js +22 -0
- package/esm/node_modules/is-symbol/node_modules/has-symbols/index.js.map +1 -0
- package/esm/node_modules/is-symbol/node_modules/has-symbols/shams.js +58 -0
- package/esm/node_modules/is-symbol/node_modules/has-symbols/shams.js.map +1 -0
- package/esm/node_modules/mime-db/db.json.js +10705 -0
- package/esm/node_modules/mime-db/db.json.js.map +1 -0
- package/esm/node_modules/mime-db/index.js +17 -0
- package/esm/node_modules/mime-db/index.js.map +1 -0
- package/esm/node_modules/mime-types/index.js +194 -0
- package/esm/node_modules/mime-types/index.js.map +1 -0
- package/esm/node_modules/ms/index.js +173 -0
- package/esm/node_modules/ms/index.js.map +1 -0
- package/esm/node_modules/proxy-from-env/index.js +112 -0
- package/esm/node_modules/proxy-from-env/index.js.map +1 -0
- package/esm/node_modules/side-channel/node_modules/call-bind/callBound.js +16 -0
- package/esm/node_modules/side-channel/node_modules/call-bind/callBound.js.map +1 -0
- package/esm/node_modules/side-channel/node_modules/call-bind/index.js +53 -0
- package/esm/node_modules/side-channel/node_modules/call-bind/index.js.map +1 -0
- package/esm/node_modules/side-channel/node_modules/get-intrinsic/index.js +307 -0
- package/esm/node_modules/side-channel/node_modules/get-intrinsic/index.js.map +1 -0
- package/esm/node_modules/side-channel/node_modules/has-symbols/index.js +22 -0
- package/esm/node_modules/side-channel/node_modules/has-symbols/index.js.map +1 -0
- package/esm/node_modules/side-channel/node_modules/has-symbols/shams.js +58 -0
- package/esm/node_modules/side-channel/node_modules/has-symbols/shams.js.map +1 -0
- package/esm/node_modules/side-channel/node_modules/object-inspect/index.js +469 -0
- package/esm/node_modules/side-channel/node_modules/object-inspect/index.js.map +1 -0
- package/esm/node_modules/side-channel/node_modules/object-inspect/util.inspect.js +6 -0
- package/esm/node_modules/side-channel/node_modules/object-inspect/util.inspect.js.map +1 -0
- package/esm/node_modules/supports-color/index.js +149 -0
- package/esm/node_modules/supports-color/index.js.map +1 -0
- package/esm/utils/authorizations.js +1 -1
- package/esm/utils/confy.js +1 -1
- package/package.json +3 -3
- package/esm/lib/api/apiKeys.js +0 -51
- package/esm/lib/api/apiKeys.js.map +0 -1
- package/esm/lib/api/dataBuckets.js +0 -18
- package/esm/lib/api/dataBuckets.js.map +0 -1
- package/esm/lib/api/jobs.js +0 -56
- package/esm/lib/api/jobs.js.map +0 -1
- package/esm/lib/api/members.js +0 -33
- package/esm/lib/api/members.js.map +0 -1
- package/esm/lib/api/people.js +0 -50
- package/esm/lib/api/people.js.map +0 -1
- package/esm/lib/api/roles.js +0 -17
- package/esm/lib/api/roles.js.map +0 -1
- package/esm/lib/api/routes.js +0 -43
- package/esm/lib/api/routes.js.map +0 -1
- package/esm/lib/api/servicesMap.js +0 -17
- package/esm/lib/api/servicesMap.js.map +0 -1
- package/esm/lib/api/spaces.js +0 -32
- package/esm/lib/api/spaces.js.map +0 -1
- package/esm/lib/api/storage.js +0 -94
- package/esm/lib/api/storage.js.map +0 -1
- package/esm/node_modules/@dbmx/auth/dist/index.js +0 -638
- package/esm/node_modules/@dbmx/auth/dist/index.js.map +0 -1
- package/esm/node_modules/@dbmx/auth/dist/oidc-client.js +0 -107
- package/esm/node_modules/@dbmx/auth/dist/oidc-client.js.map +0 -1
- package/esm/node_modules/@dbmx/semver/dist/index.esm.js +0 -958
- package/esm/node_modules/@dbmx/semver/dist/index.esm.js.map +0 -1
- package/esm/node_modules/@dbmx/semver/node_modules/lru-cache/index.js +0 -340
- package/esm/node_modules/@dbmx/semver/node_modules/lru-cache/index.js.map +0 -1
- package/esm/node_modules/@dbmx/semver/node_modules/yallist/iterator.js +0 -18
- package/esm/node_modules/@dbmx/semver/node_modules/yallist/iterator.js.map +0 -1
- package/esm/node_modules/@dbmx/semver/node_modules/yallist/yallist.js +0 -430
- package/esm/node_modules/@dbmx/semver/node_modules/yallist/yallist.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/index.js +0 -251
- package/esm/node_modules/@dbmx/users/esm/index.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/ap.js +0 -44
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/ap.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/bind.js +0 -36
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/bind.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/curry.js +0 -53
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/curry.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/curryN.js +0 -60
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/curryN.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/difference.js +0 -50
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/difference.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/either.js +0 -46
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/either.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/equals.js +0 -37
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/equals.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/flip.js +0 -37
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/flip.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/identity.js +0 -29
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/identity.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/includes.js +0 -32
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/includes.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_Set.js +0 -201
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_Set.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_arity.js +0 -65
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_arity.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_arrayFromIterator.js +0 -13
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_arrayFromIterator.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_concat.js +0 -37
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_concat.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_curry1.js +0 -23
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_curry1.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_curry2.js +0 -35
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_curry2.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_curry3.js +0 -53
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_curry3.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_curryN.js +0 -46
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_curryN.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_dispatchable.js +0 -50
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_dispatchable.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_equals.js +0 -170
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_equals.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_filter.js +0 -18
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_filter.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_functionName.js +0 -8
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_functionName.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_has.js +0 -6
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_has.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_identity.js +0 -6
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_identity.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_includes.js +0 -8
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_includes.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_includesWith.js +0 -17
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_includesWith.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_indexOf.js +0 -71
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_indexOf.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_isArguments.js +0 -16
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_isArguments.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_isArray.js +0 -18
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_isArray.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_isArrayLike.js +0 -58
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_isArrayLike.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_isFunction.js +0 -7
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_isFunction.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_isInteger.js +0 -14
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_isInteger.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_isPlaceholder.js +0 -6
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_isPlaceholder.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_isString.js +0 -6
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_isString.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_isTransformer.js +0 -6
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_isTransformer.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_map.js +0 -15
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_map.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_objectIs.js +0 -17
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_objectIs.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_reduce.js +0 -74
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_reduce.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_xfBase.js +0 -11
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_xfBase.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_xmap.js +0 -29
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_xmap.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_xwrap.js +0 -28
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/internal/_xwrap.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/intersection.js +0 -42
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/intersection.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/is.js +0 -34
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/is.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/keys.js +0 -92
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/keys.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/lift.js +0 -34
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/lift.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/liftN.js +0 -35
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/liftN.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/map.js +0 -68
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/map.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/nth.js +0 -39
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/nth.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/or.js +0 -31
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/or.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/path.js +0 -32
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/path.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/paths.js +0 -47
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/paths.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/prop.js +0 -33
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/prop.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/propEq.js +0 -37
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/propEq.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/type.js +0 -36
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/type.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/uniq.js +0 -27
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/uniq.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/uniqBy.js +0 -46
- package/esm/node_modules/@dbmx/users/esm/node_modules/ramda/es/uniqBy.js.map +0 -1
- package/esm/node_modules/@dbmx/users/esm/roles.js +0 -127
- package/esm/node_modules/@dbmx/users/esm/roles.js.map +0 -1
- package/esm/node_modules/jsrsasign/lib/jsrsasign.js +0 -248
- package/esm/node_modules/jsrsasign/lib/jsrsasign.js.map +0 -1
- package/esm/node_modules/jwt-decode/build/esm/index.js +0 -60
- package/esm/node_modules/jwt-decode/build/esm/index.js.map +0 -1
- package/esm/node_modules/oidc-client-ts/dist/esm/oidc-client-ts.js +0 -3591
- package/esm/node_modules/oidc-client-ts/dist/esm/oidc-client-ts.js.map +0 -1
- package/esm/node_modules/ramda/es/internal/_objectAssign.js +0 -32
- package/esm/node_modules/ramda/es/internal/_objectAssign.js.map +0 -1
- package/esm/node_modules/ramda/es/merge.js +0 -36
- package/esm/node_modules/ramda/es/merge.js.map +0 -1
|
@@ -0,0 +1,307 @@
|
|
|
1
|
+
import { h as hasSymbols$1 } from '../../../has-symbols/index.js';
|
|
2
|
+
import { f as functionBind } from '../../../../../function-bind/index.js';
|
|
3
|
+
import { s as src } from '../../../../../has/src/index.js';
|
|
4
|
+
|
|
5
|
+
var undefined$1;
|
|
6
|
+
var $SyntaxError = SyntaxError;
|
|
7
|
+
var $Function = Function;
|
|
8
|
+
var $TypeError = TypeError;
|
|
9
|
+
|
|
10
|
+
// eslint-disable-next-line consistent-return
|
|
11
|
+
var getEvalledConstructor = function (expressionSyntax) {
|
|
12
|
+
try {
|
|
13
|
+
return $Function('"use strict"; return (' + expressionSyntax + ').constructor;')();
|
|
14
|
+
} catch (e) {}
|
|
15
|
+
};
|
|
16
|
+
var $gOPD = Object.getOwnPropertyDescriptor;
|
|
17
|
+
if ($gOPD) {
|
|
18
|
+
try {
|
|
19
|
+
$gOPD({}, '');
|
|
20
|
+
} catch (e) {
|
|
21
|
+
$gOPD = null; // this is IE 8, which has a broken gOPD
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
var throwTypeError = function () {
|
|
25
|
+
throw new $TypeError();
|
|
26
|
+
};
|
|
27
|
+
var ThrowTypeError = $gOPD ? function () {
|
|
28
|
+
try {
|
|
29
|
+
// eslint-disable-next-line no-unused-expressions, no-caller, no-restricted-properties
|
|
30
|
+
arguments.callee; // IE 8 does not throw here
|
|
31
|
+
return throwTypeError;
|
|
32
|
+
} catch (calleeThrows) {
|
|
33
|
+
try {
|
|
34
|
+
// IE 8 throws on Object.getOwnPropertyDescriptor(arguments, '')
|
|
35
|
+
return $gOPD(arguments, 'callee').get;
|
|
36
|
+
} catch (gOPDthrows) {
|
|
37
|
+
return throwTypeError;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}() : throwTypeError;
|
|
41
|
+
var hasSymbols = hasSymbols$1();
|
|
42
|
+
var getProto = Object.getPrototypeOf || function (x) {
|
|
43
|
+
return x.__proto__;
|
|
44
|
+
}; // eslint-disable-line no-proto
|
|
45
|
+
|
|
46
|
+
var needsEval = {};
|
|
47
|
+
var TypedArray = typeof Uint8Array === 'undefined' ? undefined$1 : getProto(Uint8Array);
|
|
48
|
+
var INTRINSICS = {
|
|
49
|
+
'%AggregateError%': typeof AggregateError === 'undefined' ? undefined$1 : AggregateError,
|
|
50
|
+
'%Array%': Array,
|
|
51
|
+
'%ArrayBuffer%': typeof ArrayBuffer === 'undefined' ? undefined$1 : ArrayBuffer,
|
|
52
|
+
'%ArrayIteratorPrototype%': hasSymbols ? getProto([][Symbol.iterator]()) : undefined$1,
|
|
53
|
+
'%AsyncFromSyncIteratorPrototype%': undefined$1,
|
|
54
|
+
'%AsyncFunction%': needsEval,
|
|
55
|
+
'%AsyncGenerator%': needsEval,
|
|
56
|
+
'%AsyncGeneratorFunction%': needsEval,
|
|
57
|
+
'%AsyncIteratorPrototype%': needsEval,
|
|
58
|
+
'%Atomics%': typeof Atomics === 'undefined' ? undefined$1 : Atomics,
|
|
59
|
+
'%BigInt%': typeof BigInt === 'undefined' ? undefined$1 : BigInt,
|
|
60
|
+
'%Boolean%': Boolean,
|
|
61
|
+
'%DataView%': typeof DataView === 'undefined' ? undefined$1 : DataView,
|
|
62
|
+
'%Date%': Date,
|
|
63
|
+
'%decodeURI%': decodeURI,
|
|
64
|
+
'%decodeURIComponent%': decodeURIComponent,
|
|
65
|
+
'%encodeURI%': encodeURI,
|
|
66
|
+
'%encodeURIComponent%': encodeURIComponent,
|
|
67
|
+
'%Error%': Error,
|
|
68
|
+
'%eval%': eval,
|
|
69
|
+
// eslint-disable-line no-eval
|
|
70
|
+
'%EvalError%': EvalError,
|
|
71
|
+
'%Float32Array%': typeof Float32Array === 'undefined' ? undefined$1 : Float32Array,
|
|
72
|
+
'%Float64Array%': typeof Float64Array === 'undefined' ? undefined$1 : Float64Array,
|
|
73
|
+
'%FinalizationRegistry%': typeof FinalizationRegistry === 'undefined' ? undefined$1 : FinalizationRegistry,
|
|
74
|
+
'%Function%': $Function,
|
|
75
|
+
'%GeneratorFunction%': needsEval,
|
|
76
|
+
'%Int8Array%': typeof Int8Array === 'undefined' ? undefined$1 : Int8Array,
|
|
77
|
+
'%Int16Array%': typeof Int16Array === 'undefined' ? undefined$1 : Int16Array,
|
|
78
|
+
'%Int32Array%': typeof Int32Array === 'undefined' ? undefined$1 : Int32Array,
|
|
79
|
+
'%isFinite%': isFinite,
|
|
80
|
+
'%isNaN%': isNaN,
|
|
81
|
+
'%IteratorPrototype%': hasSymbols ? getProto(getProto([][Symbol.iterator]())) : undefined$1,
|
|
82
|
+
'%JSON%': typeof JSON === 'object' ? JSON : undefined$1,
|
|
83
|
+
'%Map%': typeof Map === 'undefined' ? undefined$1 : Map,
|
|
84
|
+
'%MapIteratorPrototype%': typeof Map === 'undefined' || !hasSymbols ? undefined$1 : getProto(new Map()[Symbol.iterator]()),
|
|
85
|
+
'%Math%': Math,
|
|
86
|
+
'%Number%': Number,
|
|
87
|
+
'%Object%': Object,
|
|
88
|
+
'%parseFloat%': parseFloat,
|
|
89
|
+
'%parseInt%': parseInt,
|
|
90
|
+
'%Promise%': typeof Promise === 'undefined' ? undefined$1 : Promise,
|
|
91
|
+
'%Proxy%': typeof Proxy === 'undefined' ? undefined$1 : Proxy,
|
|
92
|
+
'%RangeError%': RangeError,
|
|
93
|
+
'%ReferenceError%': ReferenceError,
|
|
94
|
+
'%Reflect%': typeof Reflect === 'undefined' ? undefined$1 : Reflect,
|
|
95
|
+
'%RegExp%': RegExp,
|
|
96
|
+
'%Set%': typeof Set === 'undefined' ? undefined$1 : Set,
|
|
97
|
+
'%SetIteratorPrototype%': typeof Set === 'undefined' || !hasSymbols ? undefined$1 : getProto(new Set()[Symbol.iterator]()),
|
|
98
|
+
'%SharedArrayBuffer%': typeof SharedArrayBuffer === 'undefined' ? undefined$1 : SharedArrayBuffer,
|
|
99
|
+
'%String%': String,
|
|
100
|
+
'%StringIteratorPrototype%': hasSymbols ? getProto(''[Symbol.iterator]()) : undefined$1,
|
|
101
|
+
'%Symbol%': hasSymbols ? Symbol : undefined$1,
|
|
102
|
+
'%SyntaxError%': $SyntaxError,
|
|
103
|
+
'%ThrowTypeError%': ThrowTypeError,
|
|
104
|
+
'%TypedArray%': TypedArray,
|
|
105
|
+
'%TypeError%': $TypeError,
|
|
106
|
+
'%Uint8Array%': typeof Uint8Array === 'undefined' ? undefined$1 : Uint8Array,
|
|
107
|
+
'%Uint8ClampedArray%': typeof Uint8ClampedArray === 'undefined' ? undefined$1 : Uint8ClampedArray,
|
|
108
|
+
'%Uint16Array%': typeof Uint16Array === 'undefined' ? undefined$1 : Uint16Array,
|
|
109
|
+
'%Uint32Array%': typeof Uint32Array === 'undefined' ? undefined$1 : Uint32Array,
|
|
110
|
+
'%URIError%': URIError,
|
|
111
|
+
'%WeakMap%': typeof WeakMap === 'undefined' ? undefined$1 : WeakMap,
|
|
112
|
+
'%WeakRef%': typeof WeakRef === 'undefined' ? undefined$1 : WeakRef,
|
|
113
|
+
'%WeakSet%': typeof WeakSet === 'undefined' ? undefined$1 : WeakSet
|
|
114
|
+
};
|
|
115
|
+
var doEval = function doEval(name) {
|
|
116
|
+
var value;
|
|
117
|
+
if (name === '%AsyncFunction%') {
|
|
118
|
+
value = getEvalledConstructor('async function () {}');
|
|
119
|
+
} else if (name === '%GeneratorFunction%') {
|
|
120
|
+
value = getEvalledConstructor('function* () {}');
|
|
121
|
+
} else if (name === '%AsyncGeneratorFunction%') {
|
|
122
|
+
value = getEvalledConstructor('async function* () {}');
|
|
123
|
+
} else if (name === '%AsyncGenerator%') {
|
|
124
|
+
var fn = doEval('%AsyncGeneratorFunction%');
|
|
125
|
+
if (fn) {
|
|
126
|
+
value = fn.prototype;
|
|
127
|
+
}
|
|
128
|
+
} else if (name === '%AsyncIteratorPrototype%') {
|
|
129
|
+
var gen = doEval('%AsyncGenerator%');
|
|
130
|
+
if (gen) {
|
|
131
|
+
value = getProto(gen.prototype);
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
INTRINSICS[name] = value;
|
|
135
|
+
return value;
|
|
136
|
+
};
|
|
137
|
+
var LEGACY_ALIASES = {
|
|
138
|
+
'%ArrayBufferPrototype%': ['ArrayBuffer', 'prototype'],
|
|
139
|
+
'%ArrayPrototype%': ['Array', 'prototype'],
|
|
140
|
+
'%ArrayProto_entries%': ['Array', 'prototype', 'entries'],
|
|
141
|
+
'%ArrayProto_forEach%': ['Array', 'prototype', 'forEach'],
|
|
142
|
+
'%ArrayProto_keys%': ['Array', 'prototype', 'keys'],
|
|
143
|
+
'%ArrayProto_values%': ['Array', 'prototype', 'values'],
|
|
144
|
+
'%AsyncFunctionPrototype%': ['AsyncFunction', 'prototype'],
|
|
145
|
+
'%AsyncGenerator%': ['AsyncGeneratorFunction', 'prototype'],
|
|
146
|
+
'%AsyncGeneratorPrototype%': ['AsyncGeneratorFunction', 'prototype', 'prototype'],
|
|
147
|
+
'%BooleanPrototype%': ['Boolean', 'prototype'],
|
|
148
|
+
'%DataViewPrototype%': ['DataView', 'prototype'],
|
|
149
|
+
'%DatePrototype%': ['Date', 'prototype'],
|
|
150
|
+
'%ErrorPrototype%': ['Error', 'prototype'],
|
|
151
|
+
'%EvalErrorPrototype%': ['EvalError', 'prototype'],
|
|
152
|
+
'%Float32ArrayPrototype%': ['Float32Array', 'prototype'],
|
|
153
|
+
'%Float64ArrayPrototype%': ['Float64Array', 'prototype'],
|
|
154
|
+
'%FunctionPrototype%': ['Function', 'prototype'],
|
|
155
|
+
'%Generator%': ['GeneratorFunction', 'prototype'],
|
|
156
|
+
'%GeneratorPrototype%': ['GeneratorFunction', 'prototype', 'prototype'],
|
|
157
|
+
'%Int8ArrayPrototype%': ['Int8Array', 'prototype'],
|
|
158
|
+
'%Int16ArrayPrototype%': ['Int16Array', 'prototype'],
|
|
159
|
+
'%Int32ArrayPrototype%': ['Int32Array', 'prototype'],
|
|
160
|
+
'%JSONParse%': ['JSON', 'parse'],
|
|
161
|
+
'%JSONStringify%': ['JSON', 'stringify'],
|
|
162
|
+
'%MapPrototype%': ['Map', 'prototype'],
|
|
163
|
+
'%NumberPrototype%': ['Number', 'prototype'],
|
|
164
|
+
'%ObjectPrototype%': ['Object', 'prototype'],
|
|
165
|
+
'%ObjProto_toString%': ['Object', 'prototype', 'toString'],
|
|
166
|
+
'%ObjProto_valueOf%': ['Object', 'prototype', 'valueOf'],
|
|
167
|
+
'%PromisePrototype%': ['Promise', 'prototype'],
|
|
168
|
+
'%PromiseProto_then%': ['Promise', 'prototype', 'then'],
|
|
169
|
+
'%Promise_all%': ['Promise', 'all'],
|
|
170
|
+
'%Promise_reject%': ['Promise', 'reject'],
|
|
171
|
+
'%Promise_resolve%': ['Promise', 'resolve'],
|
|
172
|
+
'%RangeErrorPrototype%': ['RangeError', 'prototype'],
|
|
173
|
+
'%ReferenceErrorPrototype%': ['ReferenceError', 'prototype'],
|
|
174
|
+
'%RegExpPrototype%': ['RegExp', 'prototype'],
|
|
175
|
+
'%SetPrototype%': ['Set', 'prototype'],
|
|
176
|
+
'%SharedArrayBufferPrototype%': ['SharedArrayBuffer', 'prototype'],
|
|
177
|
+
'%StringPrototype%': ['String', 'prototype'],
|
|
178
|
+
'%SymbolPrototype%': ['Symbol', 'prototype'],
|
|
179
|
+
'%SyntaxErrorPrototype%': ['SyntaxError', 'prototype'],
|
|
180
|
+
'%TypedArrayPrototype%': ['TypedArray', 'prototype'],
|
|
181
|
+
'%TypeErrorPrototype%': ['TypeError', 'prototype'],
|
|
182
|
+
'%Uint8ArrayPrototype%': ['Uint8Array', 'prototype'],
|
|
183
|
+
'%Uint8ClampedArrayPrototype%': ['Uint8ClampedArray', 'prototype'],
|
|
184
|
+
'%Uint16ArrayPrototype%': ['Uint16Array', 'prototype'],
|
|
185
|
+
'%Uint32ArrayPrototype%': ['Uint32Array', 'prototype'],
|
|
186
|
+
'%URIErrorPrototype%': ['URIError', 'prototype'],
|
|
187
|
+
'%WeakMapPrototype%': ['WeakMap', 'prototype'],
|
|
188
|
+
'%WeakSetPrototype%': ['WeakSet', 'prototype']
|
|
189
|
+
};
|
|
190
|
+
var bind = functionBind;
|
|
191
|
+
var hasOwn = src;
|
|
192
|
+
var $concat = bind.call(Function.call, Array.prototype.concat);
|
|
193
|
+
var $spliceApply = bind.call(Function.apply, Array.prototype.splice);
|
|
194
|
+
var $replace = bind.call(Function.call, String.prototype.replace);
|
|
195
|
+
var $strSlice = bind.call(Function.call, String.prototype.slice);
|
|
196
|
+
|
|
197
|
+
/* adapted from https://github.com/lodash/lodash/blob/4.17.15/dist/lodash.js#L6735-L6744 */
|
|
198
|
+
var rePropName = /[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g;
|
|
199
|
+
var reEscapeChar = /\\(\\)?/g; /** Used to match backslashes in property paths. */
|
|
200
|
+
var stringToPath = function stringToPath(string) {
|
|
201
|
+
var first = $strSlice(string, 0, 1);
|
|
202
|
+
var last = $strSlice(string, -1);
|
|
203
|
+
if (first === '%' && last !== '%') {
|
|
204
|
+
throw new $SyntaxError('invalid intrinsic syntax, expected closing `%`');
|
|
205
|
+
} else if (last === '%' && first !== '%') {
|
|
206
|
+
throw new $SyntaxError('invalid intrinsic syntax, expected opening `%`');
|
|
207
|
+
}
|
|
208
|
+
var result = [];
|
|
209
|
+
$replace(string, rePropName, function (match, number, quote, subString) {
|
|
210
|
+
result[result.length] = quote ? $replace(subString, reEscapeChar, '$1') : number || match;
|
|
211
|
+
});
|
|
212
|
+
return result;
|
|
213
|
+
};
|
|
214
|
+
/* end adaptation */
|
|
215
|
+
|
|
216
|
+
var getBaseIntrinsic = function getBaseIntrinsic(name, allowMissing) {
|
|
217
|
+
var intrinsicName = name;
|
|
218
|
+
var alias;
|
|
219
|
+
if (hasOwn(LEGACY_ALIASES, intrinsicName)) {
|
|
220
|
+
alias = LEGACY_ALIASES[intrinsicName];
|
|
221
|
+
intrinsicName = '%' + alias[0] + '%';
|
|
222
|
+
}
|
|
223
|
+
if (hasOwn(INTRINSICS, intrinsicName)) {
|
|
224
|
+
var value = INTRINSICS[intrinsicName];
|
|
225
|
+
if (value === needsEval) {
|
|
226
|
+
value = doEval(intrinsicName);
|
|
227
|
+
}
|
|
228
|
+
if (typeof value === 'undefined' && !allowMissing) {
|
|
229
|
+
throw new $TypeError('intrinsic ' + name + ' exists, but is not available. Please file an issue!');
|
|
230
|
+
}
|
|
231
|
+
return {
|
|
232
|
+
alias: alias,
|
|
233
|
+
name: intrinsicName,
|
|
234
|
+
value: value
|
|
235
|
+
};
|
|
236
|
+
}
|
|
237
|
+
throw new $SyntaxError('intrinsic ' + name + ' does not exist!');
|
|
238
|
+
};
|
|
239
|
+
var getIntrinsic = function GetIntrinsic(name, allowMissing) {
|
|
240
|
+
if (typeof name !== 'string' || name.length === 0) {
|
|
241
|
+
throw new $TypeError('intrinsic name must be a non-empty string');
|
|
242
|
+
}
|
|
243
|
+
if (arguments.length > 1 && typeof allowMissing !== 'boolean') {
|
|
244
|
+
throw new $TypeError('"allowMissing" argument must be a boolean');
|
|
245
|
+
}
|
|
246
|
+
var parts = stringToPath(name);
|
|
247
|
+
var intrinsicBaseName = parts.length > 0 ? parts[0] : '';
|
|
248
|
+
var intrinsic = getBaseIntrinsic('%' + intrinsicBaseName + '%', allowMissing);
|
|
249
|
+
var intrinsicRealName = intrinsic.name;
|
|
250
|
+
var value = intrinsic.value;
|
|
251
|
+
var skipFurtherCaching = false;
|
|
252
|
+
var alias = intrinsic.alias;
|
|
253
|
+
if (alias) {
|
|
254
|
+
intrinsicBaseName = alias[0];
|
|
255
|
+
$spliceApply(parts, $concat([0, 1], alias));
|
|
256
|
+
}
|
|
257
|
+
for (var i = 1, isOwn = true; i < parts.length; i += 1) {
|
|
258
|
+
var part = parts[i];
|
|
259
|
+
var first = $strSlice(part, 0, 1);
|
|
260
|
+
var last = $strSlice(part, -1);
|
|
261
|
+
if ((first === '"' || first === "'" || first === '`' || last === '"' || last === "'" || last === '`') && first !== last) {
|
|
262
|
+
throw new $SyntaxError('property names with quotes must have matching quotes');
|
|
263
|
+
}
|
|
264
|
+
if (part === 'constructor' || !isOwn) {
|
|
265
|
+
skipFurtherCaching = true;
|
|
266
|
+
}
|
|
267
|
+
intrinsicBaseName += '.' + part;
|
|
268
|
+
intrinsicRealName = '%' + intrinsicBaseName + '%';
|
|
269
|
+
if (hasOwn(INTRINSICS, intrinsicRealName)) {
|
|
270
|
+
value = INTRINSICS[intrinsicRealName];
|
|
271
|
+
} else if (value != null) {
|
|
272
|
+
if (!(part in value)) {
|
|
273
|
+
if (!allowMissing) {
|
|
274
|
+
throw new $TypeError('base intrinsic for ' + name + ' exists, but the property is not available.');
|
|
275
|
+
}
|
|
276
|
+
return void 0;
|
|
277
|
+
}
|
|
278
|
+
if ($gOPD && i + 1 >= parts.length) {
|
|
279
|
+
var desc = $gOPD(value, part);
|
|
280
|
+
isOwn = !!desc;
|
|
281
|
+
|
|
282
|
+
// By convention, when a data property is converted to an accessor
|
|
283
|
+
// property to emulate a data property that does not suffer from
|
|
284
|
+
// the override mistake, that accessor's getter is marked with
|
|
285
|
+
// an `originalValue` property. Here, when we detect this, we
|
|
286
|
+
// uphold the illusion by pretending to see that original data
|
|
287
|
+
// property, i.e., returning the value rather than the getter
|
|
288
|
+
// itself.
|
|
289
|
+
if (isOwn && 'get' in desc && !('originalValue' in desc.get)) {
|
|
290
|
+
value = desc.get;
|
|
291
|
+
} else {
|
|
292
|
+
value = value[part];
|
|
293
|
+
}
|
|
294
|
+
} else {
|
|
295
|
+
isOwn = hasOwn(value, part);
|
|
296
|
+
value = value[part];
|
|
297
|
+
}
|
|
298
|
+
if (isOwn && !skipFurtherCaching) {
|
|
299
|
+
INTRINSICS[intrinsicRealName] = value;
|
|
300
|
+
}
|
|
301
|
+
}
|
|
302
|
+
}
|
|
303
|
+
return value;
|
|
304
|
+
};
|
|
305
|
+
|
|
306
|
+
export { getIntrinsic as g };
|
|
307
|
+
//# sourceMappingURL=index.js.map
|
package/esm/node_modules/deep-equal/node_modules/is-regex/node_modules/get-intrinsic/index.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../../../../../node_modules/deep-equal/node_modules/is-regex/node_modules/get-intrinsic/index.js"],"sourcesContent":["'use strict';\n\nvar undefined;\n\nvar $SyntaxError = SyntaxError;\nvar $Function = Function;\nvar $TypeError = TypeError;\n\n// eslint-disable-next-line consistent-return\nvar getEvalledConstructor = function (expressionSyntax) {\n\ttry {\n\t\treturn $Function('\"use strict\"; return (' + expressionSyntax + ').constructor;')();\n\t} catch (e) {}\n};\n\nvar $gOPD = Object.getOwnPropertyDescriptor;\nif ($gOPD) {\n\ttry {\n\t\t$gOPD({}, '');\n\t} catch (e) {\n\t\t$gOPD = null; // this is IE 8, which has a broken gOPD\n\t}\n}\n\nvar throwTypeError = function () {\n\tthrow new $TypeError();\n};\nvar ThrowTypeError = $gOPD\n\t? (function () {\n\t\ttry {\n\t\t\t// eslint-disable-next-line no-unused-expressions, no-caller, no-restricted-properties\n\t\t\targuments.callee; // IE 8 does not throw here\n\t\t\treturn throwTypeError;\n\t\t} catch (calleeThrows) {\n\t\t\ttry {\n\t\t\t\t// IE 8 throws on Object.getOwnPropertyDescriptor(arguments, '')\n\t\t\t\treturn $gOPD(arguments, 'callee').get;\n\t\t\t} catch (gOPDthrows) {\n\t\t\t\treturn throwTypeError;\n\t\t\t}\n\t\t}\n\t}())\n\t: throwTypeError;\n\nvar hasSymbols = require('has-symbols')();\n\nvar getProto = Object.getPrototypeOf || function (x) { return x.__proto__; }; // eslint-disable-line no-proto\n\nvar needsEval = {};\n\nvar TypedArray = typeof Uint8Array === 'undefined' ? undefined : getProto(Uint8Array);\n\nvar INTRINSICS = {\n\t'%AggregateError%': typeof AggregateError === 'undefined' ? undefined : AggregateError,\n\t'%Array%': Array,\n\t'%ArrayBuffer%': typeof ArrayBuffer === 'undefined' ? undefined : ArrayBuffer,\n\t'%ArrayIteratorPrototype%': hasSymbols ? getProto([][Symbol.iterator]()) : undefined,\n\t'%AsyncFromSyncIteratorPrototype%': undefined,\n\t'%AsyncFunction%': needsEval,\n\t'%AsyncGenerator%': needsEval,\n\t'%AsyncGeneratorFunction%': needsEval,\n\t'%AsyncIteratorPrototype%': needsEval,\n\t'%Atomics%': typeof Atomics === 'undefined' ? undefined : Atomics,\n\t'%BigInt%': typeof BigInt === 'undefined' ? undefined : BigInt,\n\t'%Boolean%': Boolean,\n\t'%DataView%': typeof DataView === 'undefined' ? undefined : DataView,\n\t'%Date%': Date,\n\t'%decodeURI%': decodeURI,\n\t'%decodeURIComponent%': decodeURIComponent,\n\t'%encodeURI%': encodeURI,\n\t'%encodeURIComponent%': encodeURIComponent,\n\t'%Error%': Error,\n\t'%eval%': eval, // eslint-disable-line no-eval\n\t'%EvalError%': EvalError,\n\t'%Float32Array%': typeof Float32Array === 'undefined' ? undefined : Float32Array,\n\t'%Float64Array%': typeof Float64Array === 'undefined' ? undefined : Float64Array,\n\t'%FinalizationRegistry%': typeof FinalizationRegistry === 'undefined' ? undefined : FinalizationRegistry,\n\t'%Function%': $Function,\n\t'%GeneratorFunction%': needsEval,\n\t'%Int8Array%': typeof Int8Array === 'undefined' ? undefined : Int8Array,\n\t'%Int16Array%': typeof Int16Array === 'undefined' ? undefined : Int16Array,\n\t'%Int32Array%': typeof Int32Array === 'undefined' ? undefined : Int32Array,\n\t'%isFinite%': isFinite,\n\t'%isNaN%': isNaN,\n\t'%IteratorPrototype%': hasSymbols ? getProto(getProto([][Symbol.iterator]())) : undefined,\n\t'%JSON%': typeof JSON === 'object' ? JSON : undefined,\n\t'%Map%': typeof Map === 'undefined' ? undefined : Map,\n\t'%MapIteratorPrototype%': typeof Map === 'undefined' || !hasSymbols ? undefined : getProto(new Map()[Symbol.iterator]()),\n\t'%Math%': Math,\n\t'%Number%': Number,\n\t'%Object%': Object,\n\t'%parseFloat%': parseFloat,\n\t'%parseInt%': parseInt,\n\t'%Promise%': typeof Promise === 'undefined' ? undefined : Promise,\n\t'%Proxy%': typeof Proxy === 'undefined' ? undefined : Proxy,\n\t'%RangeError%': RangeError,\n\t'%ReferenceError%': ReferenceError,\n\t'%Reflect%': typeof Reflect === 'undefined' ? undefined : Reflect,\n\t'%RegExp%': RegExp,\n\t'%Set%': typeof Set === 'undefined' ? undefined : Set,\n\t'%SetIteratorPrototype%': typeof Set === 'undefined' || !hasSymbols ? undefined : getProto(new Set()[Symbol.iterator]()),\n\t'%SharedArrayBuffer%': typeof SharedArrayBuffer === 'undefined' ? undefined : SharedArrayBuffer,\n\t'%String%': String,\n\t'%StringIteratorPrototype%': hasSymbols ? getProto(''[Symbol.iterator]()) : undefined,\n\t'%Symbol%': hasSymbols ? Symbol : undefined,\n\t'%SyntaxError%': $SyntaxError,\n\t'%ThrowTypeError%': ThrowTypeError,\n\t'%TypedArray%': TypedArray,\n\t'%TypeError%': $TypeError,\n\t'%Uint8Array%': typeof Uint8Array === 'undefined' ? undefined : Uint8Array,\n\t'%Uint8ClampedArray%': typeof Uint8ClampedArray === 'undefined' ? undefined : Uint8ClampedArray,\n\t'%Uint16Array%': typeof Uint16Array === 'undefined' ? undefined : Uint16Array,\n\t'%Uint32Array%': typeof Uint32Array === 'undefined' ? undefined : Uint32Array,\n\t'%URIError%': URIError,\n\t'%WeakMap%': typeof WeakMap === 'undefined' ? undefined : WeakMap,\n\t'%WeakRef%': typeof WeakRef === 'undefined' ? undefined : WeakRef,\n\t'%WeakSet%': typeof WeakSet === 'undefined' ? undefined : WeakSet\n};\n\nvar doEval = function doEval(name) {\n\tvar value;\n\tif (name === '%AsyncFunction%') {\n\t\tvalue = getEvalledConstructor('async function () {}');\n\t} else if (name === '%GeneratorFunction%') {\n\t\tvalue = getEvalledConstructor('function* () {}');\n\t} else if (name === '%AsyncGeneratorFunction%') {\n\t\tvalue = getEvalledConstructor('async function* () {}');\n\t} else if (name === '%AsyncGenerator%') {\n\t\tvar fn = doEval('%AsyncGeneratorFunction%');\n\t\tif (fn) {\n\t\t\tvalue = fn.prototype;\n\t\t}\n\t} else if (name === '%AsyncIteratorPrototype%') {\n\t\tvar gen = doEval('%AsyncGenerator%');\n\t\tif (gen) {\n\t\t\tvalue = getProto(gen.prototype);\n\t\t}\n\t}\n\n\tINTRINSICS[name] = value;\n\n\treturn value;\n};\n\nvar LEGACY_ALIASES = {\n\t'%ArrayBufferPrototype%': ['ArrayBuffer', 'prototype'],\n\t'%ArrayPrototype%': ['Array', 'prototype'],\n\t'%ArrayProto_entries%': ['Array', 'prototype', 'entries'],\n\t'%ArrayProto_forEach%': ['Array', 'prototype', 'forEach'],\n\t'%ArrayProto_keys%': ['Array', 'prototype', 'keys'],\n\t'%ArrayProto_values%': ['Array', 'prototype', 'values'],\n\t'%AsyncFunctionPrototype%': ['AsyncFunction', 'prototype'],\n\t'%AsyncGenerator%': ['AsyncGeneratorFunction', 'prototype'],\n\t'%AsyncGeneratorPrototype%': ['AsyncGeneratorFunction', 'prototype', 'prototype'],\n\t'%BooleanPrototype%': ['Boolean', 'prototype'],\n\t'%DataViewPrototype%': ['DataView', 'prototype'],\n\t'%DatePrototype%': ['Date', 'prototype'],\n\t'%ErrorPrototype%': ['Error', 'prototype'],\n\t'%EvalErrorPrototype%': ['EvalError', 'prototype'],\n\t'%Float32ArrayPrototype%': ['Float32Array', 'prototype'],\n\t'%Float64ArrayPrototype%': ['Float64Array', 'prototype'],\n\t'%FunctionPrototype%': ['Function', 'prototype'],\n\t'%Generator%': ['GeneratorFunction', 'prototype'],\n\t'%GeneratorPrototype%': ['GeneratorFunction', 'prototype', 'prototype'],\n\t'%Int8ArrayPrototype%': ['Int8Array', 'prototype'],\n\t'%Int16ArrayPrototype%': ['Int16Array', 'prototype'],\n\t'%Int32ArrayPrototype%': ['Int32Array', 'prototype'],\n\t'%JSONParse%': ['JSON', 'parse'],\n\t'%JSONStringify%': ['JSON', 'stringify'],\n\t'%MapPrototype%': ['Map', 'prototype'],\n\t'%NumberPrototype%': ['Number', 'prototype'],\n\t'%ObjectPrototype%': ['Object', 'prototype'],\n\t'%ObjProto_toString%': ['Object', 'prototype', 'toString'],\n\t'%ObjProto_valueOf%': ['Object', 'prototype', 'valueOf'],\n\t'%PromisePrototype%': ['Promise', 'prototype'],\n\t'%PromiseProto_then%': ['Promise', 'prototype', 'then'],\n\t'%Promise_all%': ['Promise', 'all'],\n\t'%Promise_reject%': ['Promise', 'reject'],\n\t'%Promise_resolve%': ['Promise', 'resolve'],\n\t'%RangeErrorPrototype%': ['RangeError', 'prototype'],\n\t'%ReferenceErrorPrototype%': ['ReferenceError', 'prototype'],\n\t'%RegExpPrototype%': ['RegExp', 'prototype'],\n\t'%SetPrototype%': ['Set', 'prototype'],\n\t'%SharedArrayBufferPrototype%': ['SharedArrayBuffer', 'prototype'],\n\t'%StringPrototype%': ['String', 'prototype'],\n\t'%SymbolPrototype%': ['Symbol', 'prototype'],\n\t'%SyntaxErrorPrototype%': ['SyntaxError', 'prototype'],\n\t'%TypedArrayPrototype%': ['TypedArray', 'prototype'],\n\t'%TypeErrorPrototype%': ['TypeError', 'prototype'],\n\t'%Uint8ArrayPrototype%': ['Uint8Array', 'prototype'],\n\t'%Uint8ClampedArrayPrototype%': ['Uint8ClampedArray', 'prototype'],\n\t'%Uint16ArrayPrototype%': ['Uint16Array', 'prototype'],\n\t'%Uint32ArrayPrototype%': ['Uint32Array', 'prototype'],\n\t'%URIErrorPrototype%': ['URIError', 'prototype'],\n\t'%WeakMapPrototype%': ['WeakMap', 'prototype'],\n\t'%WeakSetPrototype%': ['WeakSet', 'prototype']\n};\n\nvar bind = require('function-bind');\nvar hasOwn = require('has');\nvar $concat = bind.call(Function.call, Array.prototype.concat);\nvar $spliceApply = bind.call(Function.apply, Array.prototype.splice);\nvar $replace = bind.call(Function.call, String.prototype.replace);\nvar $strSlice = bind.call(Function.call, String.prototype.slice);\n\n/* adapted from https://github.com/lodash/lodash/blob/4.17.15/dist/lodash.js#L6735-L6744 */\nvar rePropName = /[^%.[\\]]+|\\[(?:(-?\\d+(?:\\.\\d+)?)|([\"'])((?:(?!\\2)[^\\\\]|\\\\.)*?)\\2)\\]|(?=(?:\\.|\\[\\])(?:\\.|\\[\\]|%$))/g;\nvar reEscapeChar = /\\\\(\\\\)?/g; /** Used to match backslashes in property paths. */\nvar stringToPath = function stringToPath(string) {\n\tvar first = $strSlice(string, 0, 1);\n\tvar last = $strSlice(string, -1);\n\tif (first === '%' && last !== '%') {\n\t\tthrow new $SyntaxError('invalid intrinsic syntax, expected closing `%`');\n\t} else if (last === '%' && first !== '%') {\n\t\tthrow new $SyntaxError('invalid intrinsic syntax, expected opening `%`');\n\t}\n\tvar result = [];\n\t$replace(string, rePropName, function (match, number, quote, subString) {\n\t\tresult[result.length] = quote ? $replace(subString, reEscapeChar, '$1') : number || match;\n\t});\n\treturn result;\n};\n/* end adaptation */\n\nvar getBaseIntrinsic = function getBaseIntrinsic(name, allowMissing) {\n\tvar intrinsicName = name;\n\tvar alias;\n\tif (hasOwn(LEGACY_ALIASES, intrinsicName)) {\n\t\talias = LEGACY_ALIASES[intrinsicName];\n\t\tintrinsicName = '%' + alias[0] + '%';\n\t}\n\n\tif (hasOwn(INTRINSICS, intrinsicName)) {\n\t\tvar value = INTRINSICS[intrinsicName];\n\t\tif (value === needsEval) {\n\t\t\tvalue = doEval(intrinsicName);\n\t\t}\n\t\tif (typeof value === 'undefined' && !allowMissing) {\n\t\t\tthrow new $TypeError('intrinsic ' + name + ' exists, but is not available. Please file an issue!');\n\t\t}\n\n\t\treturn {\n\t\t\talias: alias,\n\t\t\tname: intrinsicName,\n\t\t\tvalue: value\n\t\t};\n\t}\n\n\tthrow new $SyntaxError('intrinsic ' + name + ' does not exist!');\n};\n\nmodule.exports = function GetIntrinsic(name, allowMissing) {\n\tif (typeof name !== 'string' || name.length === 0) {\n\t\tthrow new $TypeError('intrinsic name must be a non-empty string');\n\t}\n\tif (arguments.length > 1 && typeof allowMissing !== 'boolean') {\n\t\tthrow new $TypeError('\"allowMissing\" argument must be a boolean');\n\t}\n\n\tvar parts = stringToPath(name);\n\tvar intrinsicBaseName = parts.length > 0 ? parts[0] : '';\n\n\tvar intrinsic = getBaseIntrinsic('%' + intrinsicBaseName + '%', allowMissing);\n\tvar intrinsicRealName = intrinsic.name;\n\tvar value = intrinsic.value;\n\tvar skipFurtherCaching = false;\n\n\tvar alias = intrinsic.alias;\n\tif (alias) {\n\t\tintrinsicBaseName = alias[0];\n\t\t$spliceApply(parts, $concat([0, 1], alias));\n\t}\n\n\tfor (var i = 1, isOwn = true; i < parts.length; i += 1) {\n\t\tvar part = parts[i];\n\t\tvar first = $strSlice(part, 0, 1);\n\t\tvar last = $strSlice(part, -1);\n\t\tif (\n\t\t\t(\n\t\t\t\t(first === '\"' || first === \"'\" || first === '`')\n\t\t\t\t|| (last === '\"' || last === \"'\" || last === '`')\n\t\t\t)\n\t\t\t&& first !== last\n\t\t) {\n\t\t\tthrow new $SyntaxError('property names with quotes must have matching quotes');\n\t\t}\n\t\tif (part === 'constructor' || !isOwn) {\n\t\t\tskipFurtherCaching = true;\n\t\t}\n\n\t\tintrinsicBaseName += '.' + part;\n\t\tintrinsicRealName = '%' + intrinsicBaseName + '%';\n\n\t\tif (hasOwn(INTRINSICS, intrinsicRealName)) {\n\t\t\tvalue = INTRINSICS[intrinsicRealName];\n\t\t} else if (value != null) {\n\t\t\tif (!(part in value)) {\n\t\t\t\tif (!allowMissing) {\n\t\t\t\t\tthrow new $TypeError('base intrinsic for ' + name + ' exists, but the property is not available.');\n\t\t\t\t}\n\t\t\t\treturn void undefined;\n\t\t\t}\n\t\t\tif ($gOPD && (i + 1) >= parts.length) {\n\t\t\t\tvar desc = $gOPD(value, part);\n\t\t\t\tisOwn = !!desc;\n\n\t\t\t\t// By convention, when a data property is converted to an accessor\n\t\t\t\t// property to emulate a data property that does not suffer from\n\t\t\t\t// the override mistake, that accessor's getter is marked with\n\t\t\t\t// an `originalValue` property. Here, when we detect this, we\n\t\t\t\t// uphold the illusion by pretending to see that original data\n\t\t\t\t// property, i.e., returning the value rather than the getter\n\t\t\t\t// itself.\n\t\t\t\tif (isOwn && 'get' in desc && !('originalValue' in desc.get)) {\n\t\t\t\t\tvalue = desc.get;\n\t\t\t\t} else {\n\t\t\t\t\tvalue = value[part];\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tisOwn = hasOwn(value, part);\n\t\t\t\tvalue = value[part];\n\t\t\t}\n\n\t\t\tif (isOwn && !skipFurtherCaching) {\n\t\t\t\tINTRINSICS[intrinsicRealName] = value;\n\t\t\t}\n\t\t}\n\t}\n\treturn value;\n};\n"],"names":["undefined","$SyntaxError","SyntaxError","$Function","Function","$TypeError","TypeError","getEvalledConstructor","expressionSyntax","e","$gOPD","Object","getOwnPropertyDescriptor","throwTypeError","ThrowTypeError","arguments","callee","calleeThrows","get","gOPDthrows","hasSymbols","require","getProto","getPrototypeOf","x","__proto__","needsEval","TypedArray","Uint8Array","INTRINSICS","AggregateError","Array","ArrayBuffer","Symbol","iterator","Atomics","BigInt","Boolean","DataView","Date","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","Error","eval","EvalError","Float32Array","Float64Array","FinalizationRegistry","Int8Array","Int16Array","Int32Array","isFinite","isNaN","JSON","Map","Math","Number","parseFloat","parseInt","Promise","Proxy","RangeError","ReferenceError","Reflect","RegExp","Set","SharedArrayBuffer","String","Uint8ClampedArray","Uint16Array","Uint32Array","URIError","WeakMap","WeakRef","WeakSet","doEval","name","value","fn","prototype","gen","LEGACY_ALIASES","bind","hasOwn","$concat","call","concat","$spliceApply","apply","splice","$replace","replace","$strSlice","slice","rePropName","reEscapeChar","stringToPath","string","first","last","result","match","number","quote","subString","length","getBaseIntrinsic","allowMissing","intrinsicName","alias","module","GetIntrinsic","parts","intrinsicBaseName","intrinsic","intrinsicRealName","skipFurtherCaching","i","isOwn","part","desc"],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
import stream from 'stream';
|
|
2
|
+
import require$$1 from 'util';
|
|
3
|
+
|
|
4
|
+
var Stream = stream.Stream;
|
|
5
|
+
var util = require$$1;
|
|
6
|
+
|
|
7
|
+
var delayed_stream = DelayedStream;
|
|
8
|
+
function DelayedStream() {
|
|
9
|
+
this.source = null;
|
|
10
|
+
this.dataSize = 0;
|
|
11
|
+
this.maxDataSize = 1024 * 1024;
|
|
12
|
+
this.pauseStream = true;
|
|
13
|
+
|
|
14
|
+
this._maxDataSizeExceeded = false;
|
|
15
|
+
this._released = false;
|
|
16
|
+
this._bufferedEvents = [];
|
|
17
|
+
}
|
|
18
|
+
util.inherits(DelayedStream, Stream);
|
|
19
|
+
|
|
20
|
+
DelayedStream.create = function(source, options) {
|
|
21
|
+
var delayedStream = new this();
|
|
22
|
+
|
|
23
|
+
options = options || {};
|
|
24
|
+
for (var option in options) {
|
|
25
|
+
delayedStream[option] = options[option];
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
delayedStream.source = source;
|
|
29
|
+
|
|
30
|
+
var realEmit = source.emit;
|
|
31
|
+
source.emit = function() {
|
|
32
|
+
delayedStream._handleEmit(arguments);
|
|
33
|
+
return realEmit.apply(source, arguments);
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
source.on('error', function() {});
|
|
37
|
+
if (delayedStream.pauseStream) {
|
|
38
|
+
source.pause();
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
return delayedStream;
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
Object.defineProperty(DelayedStream.prototype, 'readable', {
|
|
45
|
+
configurable: true,
|
|
46
|
+
enumerable: true,
|
|
47
|
+
get: function() {
|
|
48
|
+
return this.source.readable;
|
|
49
|
+
}
|
|
50
|
+
});
|
|
51
|
+
|
|
52
|
+
DelayedStream.prototype.setEncoding = function() {
|
|
53
|
+
return this.source.setEncoding.apply(this.source, arguments);
|
|
54
|
+
};
|
|
55
|
+
|
|
56
|
+
DelayedStream.prototype.resume = function() {
|
|
57
|
+
if (!this._released) {
|
|
58
|
+
this.release();
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
this.source.resume();
|
|
62
|
+
};
|
|
63
|
+
|
|
64
|
+
DelayedStream.prototype.pause = function() {
|
|
65
|
+
this.source.pause();
|
|
66
|
+
};
|
|
67
|
+
|
|
68
|
+
DelayedStream.prototype.release = function() {
|
|
69
|
+
this._released = true;
|
|
70
|
+
|
|
71
|
+
this._bufferedEvents.forEach(function(args) {
|
|
72
|
+
this.emit.apply(this, args);
|
|
73
|
+
}.bind(this));
|
|
74
|
+
this._bufferedEvents = [];
|
|
75
|
+
};
|
|
76
|
+
|
|
77
|
+
DelayedStream.prototype.pipe = function() {
|
|
78
|
+
var r = Stream.prototype.pipe.apply(this, arguments);
|
|
79
|
+
this.resume();
|
|
80
|
+
return r;
|
|
81
|
+
};
|
|
82
|
+
|
|
83
|
+
DelayedStream.prototype._handleEmit = function(args) {
|
|
84
|
+
if (this._released) {
|
|
85
|
+
this.emit.apply(this, args);
|
|
86
|
+
return;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
if (args[0] === 'data') {
|
|
90
|
+
this.dataSize += args[1].length;
|
|
91
|
+
this._checkIfMaxDataSizeExceeded();
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
this._bufferedEvents.push(args);
|
|
95
|
+
};
|
|
96
|
+
|
|
97
|
+
DelayedStream.prototype._checkIfMaxDataSizeExceeded = function() {
|
|
98
|
+
if (this._maxDataSizeExceeded) {
|
|
99
|
+
return;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
if (this.dataSize <= this.maxDataSize) {
|
|
103
|
+
return;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
this._maxDataSizeExceeded = true;
|
|
107
|
+
var message =
|
|
108
|
+
'DelayedStream#maxDataSize of ' + this.maxDataSize + ' bytes exceeded.';
|
|
109
|
+
this.emit('error', new Error(message));
|
|
110
|
+
};
|
|
111
|
+
|
|
112
|
+
export { delayed_stream as d };
|
|
113
|
+
//# sourceMappingURL=delayed_stream.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delayed_stream.js","sources":["../../../../node_modules/delayed-stream/lib/delayed_stream.js"],"sourcesContent":["var Stream = require('stream').Stream;\nvar util = require('util');\n\nmodule.exports = DelayedStream;\nfunction DelayedStream() {\n this.source = null;\n this.dataSize = 0;\n this.maxDataSize = 1024 * 1024;\n this.pauseStream = true;\n\n this._maxDataSizeExceeded = false;\n this._released = false;\n this._bufferedEvents = [];\n}\nutil.inherits(DelayedStream, Stream);\n\nDelayedStream.create = function(source, options) {\n var delayedStream = new this();\n\n options = options || {};\n for (var option in options) {\n delayedStream[option] = options[option];\n }\n\n delayedStream.source = source;\n\n var realEmit = source.emit;\n source.emit = function() {\n delayedStream._handleEmit(arguments);\n return realEmit.apply(source, arguments);\n };\n\n source.on('error', function() {});\n if (delayedStream.pauseStream) {\n source.pause();\n }\n\n return delayedStream;\n};\n\nObject.defineProperty(DelayedStream.prototype, 'readable', {\n configurable: true,\n enumerable: true,\n get: function() {\n return this.source.readable;\n }\n});\n\nDelayedStream.prototype.setEncoding = function() {\n return this.source.setEncoding.apply(this.source, arguments);\n};\n\nDelayedStream.prototype.resume = function() {\n if (!this._released) {\n this.release();\n }\n\n this.source.resume();\n};\n\nDelayedStream.prototype.pause = function() {\n this.source.pause();\n};\n\nDelayedStream.prototype.release = function() {\n this._released = true;\n\n this._bufferedEvents.forEach(function(args) {\n this.emit.apply(this, args);\n }.bind(this));\n this._bufferedEvents = [];\n};\n\nDelayedStream.prototype.pipe = function() {\n var r = Stream.prototype.pipe.apply(this, arguments);\n this.resume();\n return r;\n};\n\nDelayedStream.prototype._handleEmit = function(args) {\n if (this._released) {\n this.emit.apply(this, args);\n return;\n }\n\n if (args[0] === 'data') {\n this.dataSize += args[1].length;\n this._checkIfMaxDataSizeExceeded();\n }\n\n this._bufferedEvents.push(args);\n};\n\nDelayedStream.prototype._checkIfMaxDataSizeExceeded = function() {\n if (this._maxDataSizeExceeded) {\n return;\n }\n\n if (this.dataSize <= this.maxDataSize) {\n return;\n }\n\n this._maxDataSizeExceeded = true;\n var message =\n 'DelayedStream#maxDataSize of ' + this.maxDataSize + ' bytes exceeded.'\n this.emit('error', new Error(message));\n};\n"],"names":["require$$0"],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { g as getIntrinsic } from '../get-intrinsic/index.js';
|
|
2
|
+
import { __require as requireShams } from '../has-tostringtag/shams.js';
|
|
3
|
+
import { h as hasown } from '../hasown/index.js';
|
|
4
|
+
import { __require as requireType } from '../es-errors/type.js';
|
|
5
|
+
|
|
6
|
+
var GetIntrinsic = getIntrinsic;
|
|
7
|
+
|
|
8
|
+
var $defineProperty = GetIntrinsic('%Object.defineProperty%', true);
|
|
9
|
+
|
|
10
|
+
var hasToStringTag = requireShams()();
|
|
11
|
+
var hasOwn = hasown;
|
|
12
|
+
var $TypeError = requireType();
|
|
13
|
+
|
|
14
|
+
var toStringTag = hasToStringTag ? Symbol.toStringTag : null;
|
|
15
|
+
|
|
16
|
+
/** @type {import('.')} */
|
|
17
|
+
var esSetTostringtag = function setToStringTag(object, value) {
|
|
18
|
+
var overrideIfSet = arguments.length > 2 && !!arguments[2] && arguments[2].force;
|
|
19
|
+
var nonConfigurable = arguments.length > 2 && !!arguments[2] && arguments[2].nonConfigurable;
|
|
20
|
+
if (
|
|
21
|
+
(typeof overrideIfSet !== 'undefined' && typeof overrideIfSet !== 'boolean')
|
|
22
|
+
|| (typeof nonConfigurable !== 'undefined' && typeof nonConfigurable !== 'boolean')
|
|
23
|
+
) {
|
|
24
|
+
throw new $TypeError('if provided, the `overrideIfSet` and `nonConfigurable` options must be booleans');
|
|
25
|
+
}
|
|
26
|
+
if (toStringTag && (overrideIfSet || !hasOwn(object, toStringTag))) {
|
|
27
|
+
if ($defineProperty) {
|
|
28
|
+
$defineProperty(object, toStringTag, {
|
|
29
|
+
configurable: !nonConfigurable,
|
|
30
|
+
enumerable: false,
|
|
31
|
+
value: value,
|
|
32
|
+
writable: false
|
|
33
|
+
});
|
|
34
|
+
} else {
|
|
35
|
+
object[toStringTag] = value; // eslint-disable-line no-param-reassign
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
export { esSetTostringtag as e };
|
|
41
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../node_modules/es-set-tostringtag/index.js"],"sourcesContent":["'use strict';\n\nvar GetIntrinsic = require('get-intrinsic');\n\nvar $defineProperty = GetIntrinsic('%Object.defineProperty%', true);\n\nvar hasToStringTag = require('has-tostringtag/shams')();\nvar hasOwn = require('hasown');\nvar $TypeError = require('es-errors/type');\n\nvar toStringTag = hasToStringTag ? Symbol.toStringTag : null;\n\n/** @type {import('.')} */\nmodule.exports = function setToStringTag(object, value) {\n\tvar overrideIfSet = arguments.length > 2 && !!arguments[2] && arguments[2].force;\n\tvar nonConfigurable = arguments.length > 2 && !!arguments[2] && arguments[2].nonConfigurable;\n\tif (\n\t\t(typeof overrideIfSet !== 'undefined' && typeof overrideIfSet !== 'boolean')\n\t\t|| (typeof nonConfigurable !== 'undefined' && typeof nonConfigurable !== 'boolean')\n\t) {\n\t\tthrow new $TypeError('if provided, the `overrideIfSet` and `nonConfigurable` options must be booleans');\n\t}\n\tif (toStringTag && (overrideIfSet || !hasOwn(object, toStringTag))) {\n\t\tif ($defineProperty) {\n\t\t\t$defineProperty(object, toStringTag, {\n\t\t\t\tconfigurable: !nonConfigurable,\n\t\t\t\tenumerable: false,\n\t\t\t\tvalue: value,\n\t\t\t\twritable: false\n\t\t\t});\n\t\t} else {\n\t\t\tobject[toStringTag] = value; // eslint-disable-line no-param-reassign\n\t\t}\n\t}\n};\n"],"names":["require$$0","require$$1","require$$2","require$$3"],"mappings":";;;;;AAEA,IAAI,YAAY,GAAGA,YAAwB;;AAE3C,IAAI,eAAe,GAAG,YAAY,CAAC,yBAAyB,EAAE,IAAI,CAAC;;AAEnE,IAAI,cAAc,GAAGC,YAAA,EAAgC,EAAE;AACvD,IAAI,MAAM,GAAGC,MAAiB;AAC9B,IAAI,UAAU,GAAGC,WAAA,EAAyB;;AAE1C,IAAI,WAAW,GAAG,cAAc,GAAG,MAAM,CAAC,WAAW,GAAG,IAAI;;AAE5D;AACA,IAAA,gBAAc,GAAG,SAAS,cAAc,CAAC,MAAM,EAAE,KAAK,EAAE;AACxD,CAAC,IAAI,aAAa,GAAG,SAAS,CAAC,MAAM,GAAG,CAAC,IAAI,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,SAAS,CAAC,CAAC,CAAC,CAAC,KAAK;AACjF,CAAC,IAAI,eAAe,GAAG,SAAS,CAAC,MAAM,GAAG,CAAC,IAAI,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,SAAS,CAAC,CAAC,CAAC,CAAC,eAAe;AAC7F,CAAC;AACD,EAAE,CAAC,OAAO,aAAa,KAAK,WAAW,IAAI,OAAO,aAAa,KAAK,SAAS;AAC7E,MAAM,OAAO,eAAe,KAAK,WAAW,IAAI,OAAO,eAAe,KAAK,SAAS;AACpF,GAAG;AACH,EAAE,MAAM,IAAI,UAAU,CAAC,iFAAiF,CAAC;AACzG,CAAA;AACA,CAAC,IAAI,WAAW,KAAK,aAAa,IAAI,CAAC,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,CAAC,EAAE;AACrE,EAAE,IAAI,eAAe,EAAE;AACvB,GAAG,eAAe,CAAC,MAAM,EAAE,WAAW,EAAE;AACxC,IAAI,YAAY,EAAE,CAAC,eAAe;AAClC,IAAI,UAAU,EAAE,KAAK;AACrB,IAAI,KAAK,EAAE,KAAK;AAChB,IAAI,QAAQ,EAAE;AACd,IAAI,CAAC;AACL,EAAA,CAAG,MAAM;AACT,GAAG,MAAM,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC;AAC/B,EAAA;AACA,CAAA;AACA;;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { __require as requireSrc } from '../debug/src/index.js';
|
|
2
|
+
|
|
3
|
+
var debug;
|
|
4
|
+
|
|
5
|
+
var debug_1 = function () {
|
|
6
|
+
if (!debug) {
|
|
7
|
+
try {
|
|
8
|
+
/* eslint global-require: off */
|
|
9
|
+
debug = requireSrc()("follow-redirects");
|
|
10
|
+
}
|
|
11
|
+
catch (error) { /* */ }
|
|
12
|
+
if (typeof debug !== "function") {
|
|
13
|
+
debug = function () { /* */ };
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
debug.apply(null, arguments);
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
export { debug_1 as d };
|
|
20
|
+
//# sourceMappingURL=debug.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"debug.js","sources":["../../../node_modules/follow-redirects/debug.js"],"sourcesContent":["var debug;\n\nmodule.exports = function () {\n if (!debug) {\n try {\n /* eslint global-require: off */\n debug = require(\"debug\")(\"follow-redirects\");\n }\n catch (error) { /* */ }\n if (typeof debug !== \"function\") {\n debug = function () { /* */ };\n }\n }\n debug.apply(null, arguments);\n};\n"],"names":["require$$0"],"mappings":";;AAAA,IAAI,KAAK;;AAET,IAAA,OAAc,GAAG,YAAY;AAC7B,EAAE,IAAI,CAAC,KAAK,EAAE;AACd,IAAI,IAAI;AACR;AACA,MAAM,KAAK,GAAGA,UAAA,EAAgB,CAAC,kBAAkB,CAAC;AAClD,IAAA;AACA,IAAI,OAAO,KAAK,EAAE,QAAA;AAClB,IAAI,IAAI,OAAO,KAAK,KAAK,UAAU,EAAE;AACrC,MAAM,KAAK,GAAG,YAAY,QAAA,CAAS;AACnC,IAAA;AACA,EAAA;AACA,EAAE,KAAK,CAAC,KAAK,CAAC,IAAI,EAAE,SAAS,CAAC;AAC9B;;;;","x_google_ignoreList":[0]}
|