wcz-test 6.23.2 → 6.24.0
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/dist/_virtual/___vite-browser-external.js +7 -0
- package/dist/_virtual/___vite-browser-external.js.map +1 -0
- package/dist/_virtual/__vite-browser-external.js +5 -0
- package/dist/_virtual/__vite-browser-external.js.map +1 -0
- package/dist/_virtual/_commonjsHelpers.js +37 -0
- package/dist/_virtual/_commonjsHelpers.js.map +1 -0
- package/dist/_virtual/index.js +8 -0
- package/dist/_virtual/index.js.map +1 -0
- package/dist/_virtual/index2.js +5 -0
- package/dist/_virtual/index2.js.map +1 -0
- package/dist/_virtual/index3.js +5 -0
- package/dist/_virtual/index3.js.map +1 -0
- package/dist/_virtual/index4.js +5 -0
- package/dist/_virtual/index4.js.map +1 -0
- package/dist/_virtual/index5.js +5 -0
- package/dist/_virtual/index5.js.map +1 -0
- package/dist/_virtual/index6.js +5 -0
- package/dist/_virtual/index6.js.map +1 -0
- package/dist/_virtual/re.js +5 -0
- package/dist/_virtual/re.js.map +1 -0
- package/dist/components/core/AppTitle.js +1 -1
- package/dist/components/core/AppTitle.js.map +1 -1
- package/dist/components/core/Fullscreen.js +2 -2
- package/dist/components/core/Fullscreen.js.map +1 -1
- package/dist/components/core/Layout.js +7 -8
- package/dist/components/core/Layout.js.map +1 -1
- package/dist/components/core/ToolbarAccount.js +123 -143
- package/dist/components/core/ToolbarAccount.js.map +1 -1
- package/dist/components/core/TypographyWithIcon.js +2 -2
- package/dist/components/core/TypographyWithIcon.js.map +1 -1
- package/dist/components/core/navigation/NavigationList.js +2 -2
- package/dist/components/core/navigation/NavigationList.js.map +1 -1
- package/dist/components/core/navigation/NavigationListItem.js +6 -6
- package/dist/components/core/navigation/NavigationListItem.js.map +1 -1
- package/dist/components/data-grid/EditableColumnHeader.js +1 -1
- package/dist/components/data-grid/EditableColumnHeader.js.map +1 -1
- package/dist/components/file/Dropzone.js +2 -2
- package/dist/components/file/Dropzone.js.map +1 -1
- package/dist/components/file/FileViewer.js +2 -2
- package/dist/components/file/FileViewer.js.map +1 -1
- package/dist/components/file/fileViewer/FileViewerGrid.js +1 -1
- package/dist/components/file/fileViewer/FileViewerGrid.js.map +1 -1
- package/dist/components/router/RouterError.js +2 -2
- package/dist/components/router/RouterError.js.map +1 -1
- package/dist/components/router/RouterNotFound.js +2 -2
- package/dist/components/router/RouterNotFound.js.map +1 -1
- package/dist/env.d.ts +5 -2
- package/dist/env.js +11 -7
- package/dist/env.js.map +1 -1
- package/dist/exports/hooks.d.ts +0 -1
- package/dist/exports/index.d.ts +1 -0
- package/dist/exports/models.d.ts +1 -0
- package/dist/exports/queries.d.ts +1 -1
- package/dist/exports/server.d.ts +3 -0
- package/dist/hooks.js +0 -2
- package/dist/hooks.js.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/lib/auth/api.d.ts +3 -0
- package/dist/lib/auth/api.js +97 -0
- package/dist/lib/auth/api.js.map +1 -0
- package/dist/lib/auth/entra.d.ts +2 -0
- package/dist/lib/auth/entra.js +13 -0
- package/dist/lib/auth/entra.js.map +1 -0
- package/dist/lib/auth/graph.d.ts +17 -0
- package/dist/lib/auth/graph.js +72 -0
- package/dist/lib/auth/graph.js.map +1 -0
- package/dist/lib/auth/session.d.ts +24 -0
- package/dist/lib/auth/session.js +76 -0
- package/dist/lib/auth/session.js.map +1 -0
- package/dist/lib/queryClient.d.ts +2 -0
- package/dist/lib/queryClient.js +6 -0
- package/dist/lib/queryClient.js.map +1 -0
- package/dist/lib/utils.js.map +1 -1
- package/dist/middleware/auth.d.ts +13 -4
- package/dist/models/User.d.ts +8 -3
- package/dist/models/User.js +18 -0
- package/dist/models/User.js.map +1 -0
- package/dist/node_modules/@oslojs/binary/dist/bits.js +7 -0
- package/dist/node_modules/@oslojs/binary/dist/bits.js.map +1 -0
- package/dist/node_modules/@oslojs/binary/dist/uint.js +80 -0
- package/dist/node_modules/@oslojs/binary/dist/uint.js.map +1 -0
- package/dist/node_modules/@oslojs/crypto/dist/sha2/sha256.js +182 -0
- package/dist/node_modules/@oslojs/crypto/dist/sha2/sha256.js.map +1 -0
- package/dist/node_modules/@oslojs/crypto/dist/sha2/sha512.js +83 -0
- package/dist/node_modules/@oslojs/crypto/dist/sha2/sha512.js.map +1 -0
- package/dist/node_modules/@oslojs/encoding/dist/base32.js +11 -0
- package/dist/node_modules/@oslojs/encoding/dist/base32.js.map +1 -0
- package/dist/node_modules/@oslojs/encoding/dist/base64.js +46 -0
- package/dist/node_modules/@oslojs/encoding/dist/base64.js.map +1 -0
- package/dist/node_modules/@oslojs/jwt/dist/index.js +28 -0
- package/dist/node_modules/@oslojs/jwt/dist/index.js.map +1 -0
- package/dist/node_modules/@oslojs/jwt/node_modules/@oslojs/encoding/dist/base32.js +11 -0
- package/dist/node_modules/@oslojs/jwt/node_modules/@oslojs/encoding/dist/base32.js.map +1 -0
- package/dist/node_modules/@oslojs/jwt/node_modules/@oslojs/encoding/dist/base64.js +126 -0
- package/dist/node_modules/@oslojs/jwt/node_modules/@oslojs/encoding/dist/base64.js.map +1 -0
- package/dist/node_modules/arctic/dist/client.js +12 -0
- package/dist/node_modules/arctic/dist/client.js.map +1 -0
- package/dist/node_modules/arctic/dist/oauth2.js +76 -0
- package/dist/node_modules/arctic/dist/oauth2.js.map +1 -0
- package/dist/node_modules/arctic/dist/oidc.js +14 -0
- package/dist/node_modules/arctic/dist/oidc.js.map +1 -0
- package/dist/node_modules/arctic/dist/providers/microsoft-entra-id.js +73 -0
- package/dist/node_modules/arctic/dist/providers/microsoft-entra-id.js.map +1 -0
- package/dist/node_modules/arctic/dist/request.js +149 -0
- package/dist/node_modules/arctic/dist/request.js.map +1 -0
- package/dist/node_modules/arctic/dist/utils.js +25 -0
- package/dist/node_modules/arctic/dist/utils.js.map +1 -0
- package/dist/node_modules/base64-js/index.js +103 -0
- package/dist/node_modules/base64-js/index.js.map +1 -0
- package/dist/node_modules/buffer/index.js +1598 -0
- package/dist/node_modules/buffer/index.js.map +1 -0
- package/dist/node_modules/buffer-equal-constant-time/index.js +39 -0
- package/dist/node_modules/buffer-equal-constant-time/index.js.map +1 -0
- package/dist/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.js +140 -0
- package/dist/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.js.map +1 -0
- package/dist/node_modules/ecdsa-sig-formatter/src/param-bytes-for-alg.js +28 -0
- package/dist/node_modules/ecdsa-sig-formatter/src/param-bytes-for-alg.js.map +1 -0
- package/dist/node_modules/ieee754/index.js +88 -0
- package/dist/node_modules/ieee754/index.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/decode.js +38 -0
- package/dist/node_modules/jsonwebtoken/decode.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/index.js +25 -0
- package/dist/node_modules/jsonwebtoken/index.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/lib/JsonWebTokenError.js +23 -0
- package/dist/node_modules/jsonwebtoken/lib/JsonWebTokenError.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/lib/NotBeforeError.js +21 -0
- package/dist/node_modules/jsonwebtoken/lib/NotBeforeError.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/lib/TokenExpiredError.js +21 -0
- package/dist/node_modules/jsonwebtoken/lib/TokenExpiredError.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/lib/asymmetricKeyDetailsSupported.js +14 -0
- package/dist/node_modules/jsonwebtoken/lib/asymmetricKeyDetailsSupported.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/lib/psSupported.js +14 -0
- package/dist/node_modules/jsonwebtoken/lib/psSupported.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/lib/rsaPssKeyDetailsSupported.js +14 -0
- package/dist/node_modules/jsonwebtoken/lib/rsaPssKeyDetailsSupported.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/lib/timespan.js +27 -0
- package/dist/node_modules/jsonwebtoken/lib/timespan.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/lib/validateAsymmetricKey.js +60 -0
- package/dist/node_modules/jsonwebtoken/lib/validateAsymmetricKey.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/classes/comparator.js +123 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/classes/comparator.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/classes/range.js +388 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/classes/range.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/classes/semver.js +288 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/classes/semver.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/clean.js +18 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/clean.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/cmp.js +60 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/cmp.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/coerce.js +53 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/coerce.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/compare-build.js +19 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/compare-build.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/compare-loose.js +15 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/compare-loose.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/compare.js +15 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/compare.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/diff.js +49 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/diff.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/eq.js +15 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/eq.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/gt.js +15 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/gt.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/gte.js +15 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/gte.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/inc.js +29 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/inc.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/lt.js +15 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/lt.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/lte.js +15 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/lte.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/major.js +15 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/major.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/minor.js +15 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/minor.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/neq.js +15 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/neq.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/parse.js +27 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/parse.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/patch.js +15 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/patch.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/prerelease.js +18 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/prerelease.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/rcompare.js +15 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/rcompare.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/rsort.js +15 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/rsort.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/satisfies.js +22 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/satisfies.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/sort.js +15 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/sort.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/valid.js +18 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/valid.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/index.js +140 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/index.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/internal/constants.js +36 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/internal/constants.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/internal/debug.js +14 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/internal/debug.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/internal/identifiers.js +29 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/internal/identifiers.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/internal/lrucache.js +42 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/internal/lrucache.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/internal/parse-options.js +23 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/internal/parse-options.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/internal/re.js +96 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/internal/re.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/gtr.js +15 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/gtr.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/intersects.js +19 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/intersects.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/ltr.js +15 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/ltr.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/max-satisfying.js +35 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/max-satisfying.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/min-satisfying.js +35 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/min-satisfying.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/min-version.js +66 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/min-version.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/outside.js +81 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/outside.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/simplify.js +56 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/simplify.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/subset.js +170 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/subset.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/to-comparators.js +15 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/to-comparators.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/valid.js +21 -0
- package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/valid.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/sign.js +242 -0
- package/dist/node_modules/jsonwebtoken/sign.js.map +1 -0
- package/dist/node_modules/jsonwebtoken/verify.js +229 -0
- package/dist/node_modules/jsonwebtoken/verify.js.map +1 -0
- package/dist/node_modules/jwa/index.js +233 -0
- package/dist/node_modules/jwa/index.js.map +1 -0
- package/dist/node_modules/jws/index.js +40 -0
- package/dist/node_modules/jws/index.js.map +1 -0
- package/dist/node_modules/jws/lib/data-stream.js +55 -0
- package/dist/node_modules/jws/lib/data-stream.js.map +1 -0
- package/dist/node_modules/jws/lib/sign-stream.js +85 -0
- package/dist/node_modules/jws/lib/sign-stream.js.map +1 -0
- package/dist/node_modules/jws/lib/tostring.js +20 -0
- package/dist/node_modules/jws/lib/tostring.js.map +1 -0
- package/dist/node_modules/jws/lib/verify-stream.js +125 -0
- package/dist/node_modules/jws/lib/verify-stream.js.map +1 -0
- package/dist/node_modules/lodash.includes/index.js +181 -0
- package/dist/node_modules/lodash.includes/index.js.map +1 -0
- package/dist/node_modules/lodash.isboolean/index.js +21 -0
- package/dist/node_modules/lodash.isboolean/index.js.map +1 -0
- package/dist/node_modules/lodash.isinteger/index.js +67 -0
- package/dist/node_modules/lodash.isinteger/index.js.map +1 -0
- package/dist/node_modules/lodash.isnumber/index.js +21 -0
- package/dist/node_modules/lodash.isnumber/index.js.map +1 -0
- package/dist/node_modules/lodash.isplainobject/index.js +48 -0
- package/dist/node_modules/lodash.isplainobject/index.js.map +1 -0
- package/dist/node_modules/lodash.isstring/index.js +22 -0
- package/dist/node_modules/lodash.isstring/index.js.map +1 -0
- package/dist/node_modules/lodash.once/index.js +84 -0
- package/dist/node_modules/lodash.once/index.js.map +1 -0
- package/dist/node_modules/ms/index.js +121 -0
- package/dist/node_modules/ms/index.js.map +1 -0
- package/dist/node_modules/react/cjs/react-jsx-runtime.development.js +1 -1
- package/dist/node_modules/react/cjs/react-jsx-runtime.development.js.map +1 -1
- package/dist/node_modules/react/cjs/react-jsx-runtime.production.js +1 -1
- package/dist/node_modules/react/cjs/react-jsx-runtime.production.js.map +1 -1
- package/dist/node_modules/safe-buffer/index.js +66 -0
- package/dist/node_modules/safe-buffer/index.js.map +1 -0
- package/dist/providers/LayoutProvider.js +2 -9
- package/dist/providers/LayoutProvider.js.map +1 -1
- package/dist/queries/ApprovalHooks.d.ts +24 -1
- package/dist/queries/ApprovalHooks.js +114 -31
- package/dist/queries/ApprovalHooks.js.map +1 -1
- package/dist/queries/FileHooks.js +53 -26
- package/dist/queries/FileHooks.js.map +1 -1
- package/dist/queries/PeopleSoftHooks.js +68 -26
- package/dist/queries/PeopleSoftHooks.js.map +1 -1
- package/dist/queries.js +3 -9
- package/dist/server.js +5 -1
- package/dist/server.js.map +1 -1
- package/package.json +14 -14
- package/dist/contexts/UserContext.d.ts +0 -7
- package/dist/contexts/UserContext.js +0 -6
- package/dist/contexts/UserContext.js.map +0 -1
- package/dist/hooks/UseHook.d.ts +0 -2
- package/dist/hooks/UseHook.js +0 -12
- package/dist/hooks/UseHook.js.map +0 -1
- package/dist/lib/auth/client.d.ts +0 -13
- package/dist/lib/auth/client.js +0 -63
- package/dist/lib/auth/client.js.map +0 -1
- package/dist/lib/auth/server.d.ts +0 -9
- package/dist/providers/UserProvider.d.ts +0 -4
- package/dist/providers/UserProvider.js +0 -94
- package/dist/providers/UserProvider.js.map +0 -1
- package/dist/queries/Approval.d.ts +0 -585
- package/dist/queries/Approval.js +0 -91
- package/dist/queries/Approval.js.map +0 -1
- package/dist/queries/UserHooks.d.ts +0 -11
- package/dist/queries/UserHooks.js +0 -157
- package/dist/queries/UserHooks.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gte.js","sources":["../../../../../../node_modules/jsonwebtoken/node_modules/semver/functions/gte.js"],"sourcesContent":["'use strict'\n\nconst compare = require('./compare')\nconst gte = (a, b, loose) => compare(a, b, loose) >= 0\nmodule.exports = gte\n"],"names":["require$$0"],"mappings":";;;;;;AAEA,QAAM,UAAUA,eAAA;AAChB,QAAM,MAAM,CAAC,GAAG,GAAG,UAAU,QAAQ,GAAG,GAAG,KAAK,KAAK;AACrD,UAAiB;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { __require as requireSemver } from "../classes/semver.js";
|
|
2
|
+
var inc_1;
|
|
3
|
+
var hasRequiredInc;
|
|
4
|
+
function requireInc() {
|
|
5
|
+
if (hasRequiredInc) return inc_1;
|
|
6
|
+
hasRequiredInc = 1;
|
|
7
|
+
const SemVer = requireSemver();
|
|
8
|
+
const inc = (version, release, options, identifier, identifierBase) => {
|
|
9
|
+
if (typeof options === "string") {
|
|
10
|
+
identifierBase = identifier;
|
|
11
|
+
identifier = options;
|
|
12
|
+
options = void 0;
|
|
13
|
+
}
|
|
14
|
+
try {
|
|
15
|
+
return new SemVer(
|
|
16
|
+
version instanceof SemVer ? version.version : version,
|
|
17
|
+
options
|
|
18
|
+
).inc(release, identifier, identifierBase).version;
|
|
19
|
+
} catch (er) {
|
|
20
|
+
return null;
|
|
21
|
+
}
|
|
22
|
+
};
|
|
23
|
+
inc_1 = inc;
|
|
24
|
+
return inc_1;
|
|
25
|
+
}
|
|
26
|
+
export {
|
|
27
|
+
requireInc as __require
|
|
28
|
+
};
|
|
29
|
+
//# sourceMappingURL=inc.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"inc.js","sources":["../../../../../../node_modules/jsonwebtoken/node_modules/semver/functions/inc.js"],"sourcesContent":["'use strict'\n\nconst SemVer = require('../classes/semver')\n\nconst inc = (version, release, options, identifier, identifierBase) => {\n if (typeof (options) === 'string') {\n identifierBase = identifier\n identifier = options\n options = undefined\n }\n\n try {\n return new SemVer(\n version instanceof SemVer ? version.version : version,\n options\n ).inc(release, identifier, identifierBase).version\n } catch (er) {\n return null\n }\n}\nmodule.exports = inc\n"],"names":["require$$0"],"mappings":";;;;;;AAEA,QAAM,SAASA,cAAA;AAEf,QAAM,MAAM,CAAC,SAAS,SAAS,SAAS,YAAY,mBAAmB;AACrE,QAAI,OAAQ,YAAa,UAAU;AACjC,uBAAiB;AACjB,mBAAa;AACb,gBAAU;AAAA,IACd;AAEE,QAAI;AACF,aAAO,IAAI;AAAA,QACT,mBAAmB,SAAS,QAAQ,UAAU;AAAA,QAC9C;AAAA,QACA,IAAI,SAAS,YAAY,cAAc,EAAE;AAAA,IAC/C,SAAW,IAAI;AACX,aAAO;AAAA,IACX;AAAA,EACA;AACA,UAAiB;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { __require as requireCompare } from "./compare.js";
|
|
2
|
+
var lt_1;
|
|
3
|
+
var hasRequiredLt;
|
|
4
|
+
function requireLt() {
|
|
5
|
+
if (hasRequiredLt) return lt_1;
|
|
6
|
+
hasRequiredLt = 1;
|
|
7
|
+
const compare = requireCompare();
|
|
8
|
+
const lt = (a, b, loose) => compare(a, b, loose) < 0;
|
|
9
|
+
lt_1 = lt;
|
|
10
|
+
return lt_1;
|
|
11
|
+
}
|
|
12
|
+
export {
|
|
13
|
+
requireLt as __require
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=lt.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lt.js","sources":["../../../../../../node_modules/jsonwebtoken/node_modules/semver/functions/lt.js"],"sourcesContent":["'use strict'\n\nconst compare = require('./compare')\nconst lt = (a, b, loose) => compare(a, b, loose) < 0\nmodule.exports = lt\n"],"names":["require$$0"],"mappings":";;;;;;AAEA,QAAM,UAAUA,eAAA;AAChB,QAAM,KAAK,CAAC,GAAG,GAAG,UAAU,QAAQ,GAAG,GAAG,KAAK,IAAI;AACnD,SAAiB;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { __require as requireCompare } from "./compare.js";
|
|
2
|
+
var lte_1;
|
|
3
|
+
var hasRequiredLte;
|
|
4
|
+
function requireLte() {
|
|
5
|
+
if (hasRequiredLte) return lte_1;
|
|
6
|
+
hasRequiredLte = 1;
|
|
7
|
+
const compare = requireCompare();
|
|
8
|
+
const lte = (a, b, loose) => compare(a, b, loose) <= 0;
|
|
9
|
+
lte_1 = lte;
|
|
10
|
+
return lte_1;
|
|
11
|
+
}
|
|
12
|
+
export {
|
|
13
|
+
requireLte as __require
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=lte.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lte.js","sources":["../../../../../../node_modules/jsonwebtoken/node_modules/semver/functions/lte.js"],"sourcesContent":["'use strict'\n\nconst compare = require('./compare')\nconst lte = (a, b, loose) => compare(a, b, loose) <= 0\nmodule.exports = lte\n"],"names":["require$$0"],"mappings":";;;;;;AAEA,QAAM,UAAUA,eAAA;AAChB,QAAM,MAAM,CAAC,GAAG,GAAG,UAAU,QAAQ,GAAG,GAAG,KAAK,KAAK;AACrD,UAAiB;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { __require as requireSemver } from "../classes/semver.js";
|
|
2
|
+
var major_1;
|
|
3
|
+
var hasRequiredMajor;
|
|
4
|
+
function requireMajor() {
|
|
5
|
+
if (hasRequiredMajor) return major_1;
|
|
6
|
+
hasRequiredMajor = 1;
|
|
7
|
+
const SemVer = requireSemver();
|
|
8
|
+
const major = (a, loose) => new SemVer(a, loose).major;
|
|
9
|
+
major_1 = major;
|
|
10
|
+
return major_1;
|
|
11
|
+
}
|
|
12
|
+
export {
|
|
13
|
+
requireMajor as __require
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=major.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"major.js","sources":["../../../../../../node_modules/jsonwebtoken/node_modules/semver/functions/major.js"],"sourcesContent":["'use strict'\n\nconst SemVer = require('../classes/semver')\nconst major = (a, loose) => new SemVer(a, loose).major\nmodule.exports = major\n"],"names":["require$$0"],"mappings":";;;;;;AAEA,QAAM,SAASA,cAAA;AACf,QAAM,QAAQ,CAAC,GAAG,UAAU,IAAI,OAAO,GAAG,KAAK,EAAE;AACjD,YAAiB;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { __require as requireSemver } from "../classes/semver.js";
|
|
2
|
+
var minor_1;
|
|
3
|
+
var hasRequiredMinor;
|
|
4
|
+
function requireMinor() {
|
|
5
|
+
if (hasRequiredMinor) return minor_1;
|
|
6
|
+
hasRequiredMinor = 1;
|
|
7
|
+
const SemVer = requireSemver();
|
|
8
|
+
const minor = (a, loose) => new SemVer(a, loose).minor;
|
|
9
|
+
minor_1 = minor;
|
|
10
|
+
return minor_1;
|
|
11
|
+
}
|
|
12
|
+
export {
|
|
13
|
+
requireMinor as __require
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=minor.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"minor.js","sources":["../../../../../../node_modules/jsonwebtoken/node_modules/semver/functions/minor.js"],"sourcesContent":["'use strict'\n\nconst SemVer = require('../classes/semver')\nconst minor = (a, loose) => new SemVer(a, loose).minor\nmodule.exports = minor\n"],"names":["require$$0"],"mappings":";;;;;;AAEA,QAAM,SAASA,cAAA;AACf,QAAM,QAAQ,CAAC,GAAG,UAAU,IAAI,OAAO,GAAG,KAAK,EAAE;AACjD,YAAiB;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { __require as requireCompare } from "./compare.js";
|
|
2
|
+
var neq_1;
|
|
3
|
+
var hasRequiredNeq;
|
|
4
|
+
function requireNeq() {
|
|
5
|
+
if (hasRequiredNeq) return neq_1;
|
|
6
|
+
hasRequiredNeq = 1;
|
|
7
|
+
const compare = requireCompare();
|
|
8
|
+
const neq = (a, b, loose) => compare(a, b, loose) !== 0;
|
|
9
|
+
neq_1 = neq;
|
|
10
|
+
return neq_1;
|
|
11
|
+
}
|
|
12
|
+
export {
|
|
13
|
+
requireNeq as __require
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=neq.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"neq.js","sources":["../../../../../../node_modules/jsonwebtoken/node_modules/semver/functions/neq.js"],"sourcesContent":["'use strict'\n\nconst compare = require('./compare')\nconst neq = (a, b, loose) => compare(a, b, loose) !== 0\nmodule.exports = neq\n"],"names":["require$$0"],"mappings":";;;;;;AAEA,QAAM,UAAUA,eAAA;AAChB,QAAM,MAAM,CAAC,GAAG,GAAG,UAAU,QAAQ,GAAG,GAAG,KAAK,MAAM;AACtD,UAAiB;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { __require as requireSemver } from "../classes/semver.js";
|
|
2
|
+
var parse_1;
|
|
3
|
+
var hasRequiredParse;
|
|
4
|
+
function requireParse() {
|
|
5
|
+
if (hasRequiredParse) return parse_1;
|
|
6
|
+
hasRequiredParse = 1;
|
|
7
|
+
const SemVer = requireSemver();
|
|
8
|
+
const parse = (version, options, throwErrors = false) => {
|
|
9
|
+
if (version instanceof SemVer) {
|
|
10
|
+
return version;
|
|
11
|
+
}
|
|
12
|
+
try {
|
|
13
|
+
return new SemVer(version, options);
|
|
14
|
+
} catch (er) {
|
|
15
|
+
if (!throwErrors) {
|
|
16
|
+
return null;
|
|
17
|
+
}
|
|
18
|
+
throw er;
|
|
19
|
+
}
|
|
20
|
+
};
|
|
21
|
+
parse_1 = parse;
|
|
22
|
+
return parse_1;
|
|
23
|
+
}
|
|
24
|
+
export {
|
|
25
|
+
requireParse as __require
|
|
26
|
+
};
|
|
27
|
+
//# sourceMappingURL=parse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parse.js","sources":["../../../../../../node_modules/jsonwebtoken/node_modules/semver/functions/parse.js"],"sourcesContent":["'use strict'\n\nconst SemVer = require('../classes/semver')\nconst parse = (version, options, throwErrors = false) => {\n if (version instanceof SemVer) {\n return version\n }\n try {\n return new SemVer(version, options)\n } catch (er) {\n if (!throwErrors) {\n return null\n }\n throw er\n }\n}\n\nmodule.exports = parse\n"],"names":["require$$0"],"mappings":";;;;;;AAEA,QAAM,SAASA,cAAA;AACf,QAAM,QAAQ,CAAC,SAAS,SAAS,cAAc,UAAU;AACvD,QAAI,mBAAmB,QAAQ;AAC7B,aAAO;AAAA,IACX;AACE,QAAI;AACF,aAAO,IAAI,OAAO,SAAS,OAAO;AAAA,IACtC,SAAW,IAAI;AACX,UAAI,CAAC,aAAa;AAChB,eAAO;AAAA,MACb;AACI,YAAM;AAAA,IACV;AAAA,EACA;AAEA,YAAiB;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { __require as requireSemver } from "../classes/semver.js";
|
|
2
|
+
var patch_1;
|
|
3
|
+
var hasRequiredPatch;
|
|
4
|
+
function requirePatch() {
|
|
5
|
+
if (hasRequiredPatch) return patch_1;
|
|
6
|
+
hasRequiredPatch = 1;
|
|
7
|
+
const SemVer = requireSemver();
|
|
8
|
+
const patch = (a, loose) => new SemVer(a, loose).patch;
|
|
9
|
+
patch_1 = patch;
|
|
10
|
+
return patch_1;
|
|
11
|
+
}
|
|
12
|
+
export {
|
|
13
|
+
requirePatch as __require
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=patch.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"patch.js","sources":["../../../../../../node_modules/jsonwebtoken/node_modules/semver/functions/patch.js"],"sourcesContent":["'use strict'\n\nconst SemVer = require('../classes/semver')\nconst patch = (a, loose) => new SemVer(a, loose).patch\nmodule.exports = patch\n"],"names":["require$$0"],"mappings":";;;;;;AAEA,QAAM,SAASA,cAAA;AACf,QAAM,QAAQ,CAAC,GAAG,UAAU,IAAI,OAAO,GAAG,KAAK,EAAE;AACjD,YAAiB;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { __require as requireParse } from "./parse.js";
|
|
2
|
+
var prerelease_1;
|
|
3
|
+
var hasRequiredPrerelease;
|
|
4
|
+
function requirePrerelease() {
|
|
5
|
+
if (hasRequiredPrerelease) return prerelease_1;
|
|
6
|
+
hasRequiredPrerelease = 1;
|
|
7
|
+
const parse = requireParse();
|
|
8
|
+
const prerelease = (version, options) => {
|
|
9
|
+
const parsed = parse(version, options);
|
|
10
|
+
return parsed && parsed.prerelease.length ? parsed.prerelease : null;
|
|
11
|
+
};
|
|
12
|
+
prerelease_1 = prerelease;
|
|
13
|
+
return prerelease_1;
|
|
14
|
+
}
|
|
15
|
+
export {
|
|
16
|
+
requirePrerelease as __require
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=prerelease.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"prerelease.js","sources":["../../../../../../node_modules/jsonwebtoken/node_modules/semver/functions/prerelease.js"],"sourcesContent":["'use strict'\n\nconst parse = require('./parse')\nconst prerelease = (version, options) => {\n const parsed = parse(version, options)\n return (parsed && parsed.prerelease.length) ? parsed.prerelease : null\n}\nmodule.exports = prerelease\n"],"names":["require$$0"],"mappings":";;;;;;AAEA,QAAM,QAAQA,aAAA;AACd,QAAM,aAAa,CAAC,SAAS,YAAY;AACvC,UAAM,SAAS,MAAM,SAAS,OAAO;AACrC,WAAQ,UAAU,OAAO,WAAW,SAAU,OAAO,aAAa;AAAA,EACpE;AACA,iBAAiB;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { __require as requireCompare } from "./compare.js";
|
|
2
|
+
var rcompare_1;
|
|
3
|
+
var hasRequiredRcompare;
|
|
4
|
+
function requireRcompare() {
|
|
5
|
+
if (hasRequiredRcompare) return rcompare_1;
|
|
6
|
+
hasRequiredRcompare = 1;
|
|
7
|
+
const compare = requireCompare();
|
|
8
|
+
const rcompare = (a, b, loose) => compare(b, a, loose);
|
|
9
|
+
rcompare_1 = rcompare;
|
|
10
|
+
return rcompare_1;
|
|
11
|
+
}
|
|
12
|
+
export {
|
|
13
|
+
requireRcompare as __require
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=rcompare.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rcompare.js","sources":["../../../../../../node_modules/jsonwebtoken/node_modules/semver/functions/rcompare.js"],"sourcesContent":["'use strict'\n\nconst compare = require('./compare')\nconst rcompare = (a, b, loose) => compare(b, a, loose)\nmodule.exports = rcompare\n"],"names":["require$$0"],"mappings":";;;;;;AAEA,QAAM,UAAUA,eAAA;AAChB,QAAM,WAAW,CAAC,GAAG,GAAG,UAAU,QAAQ,GAAG,GAAG,KAAK;AACrD,eAAiB;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { __require as requireCompareBuild } from "./compare-build.js";
|
|
2
|
+
var rsort_1;
|
|
3
|
+
var hasRequiredRsort;
|
|
4
|
+
function requireRsort() {
|
|
5
|
+
if (hasRequiredRsort) return rsort_1;
|
|
6
|
+
hasRequiredRsort = 1;
|
|
7
|
+
const compareBuild = requireCompareBuild();
|
|
8
|
+
const rsort = (list, loose) => list.sort((a, b) => compareBuild(b, a, loose));
|
|
9
|
+
rsort_1 = rsort;
|
|
10
|
+
return rsort_1;
|
|
11
|
+
}
|
|
12
|
+
export {
|
|
13
|
+
requireRsort as __require
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=rsort.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rsort.js","sources":["../../../../../../node_modules/jsonwebtoken/node_modules/semver/functions/rsort.js"],"sourcesContent":["'use strict'\n\nconst compareBuild = require('./compare-build')\nconst rsort = (list, loose) => list.sort((a, b) => compareBuild(b, a, loose))\nmodule.exports = rsort\n"],"names":["require$$0"],"mappings":";;;;;;AAEA,QAAM,eAAeA,oBAAA;AACrB,QAAM,QAAQ,CAAC,MAAM,UAAU,KAAK,KAAK,CAAC,GAAG,MAAM,aAAa,GAAG,GAAG,KAAK,CAAC;AAC5E,YAAiB;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { __require as requireRange } from "../classes/range.js";
|
|
2
|
+
var satisfies_1;
|
|
3
|
+
var hasRequiredSatisfies;
|
|
4
|
+
function requireSatisfies() {
|
|
5
|
+
if (hasRequiredSatisfies) return satisfies_1;
|
|
6
|
+
hasRequiredSatisfies = 1;
|
|
7
|
+
const Range = requireRange();
|
|
8
|
+
const satisfies = (version, range, options) => {
|
|
9
|
+
try {
|
|
10
|
+
range = new Range(range, options);
|
|
11
|
+
} catch (er) {
|
|
12
|
+
return false;
|
|
13
|
+
}
|
|
14
|
+
return range.test(version);
|
|
15
|
+
};
|
|
16
|
+
satisfies_1 = satisfies;
|
|
17
|
+
return satisfies_1;
|
|
18
|
+
}
|
|
19
|
+
export {
|
|
20
|
+
requireSatisfies as __require
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=satisfies.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"satisfies.js","sources":["../../../../../../node_modules/jsonwebtoken/node_modules/semver/functions/satisfies.js"],"sourcesContent":["'use strict'\n\nconst Range = require('../classes/range')\nconst satisfies = (version, range, options) => {\n try {\n range = new Range(range, options)\n } catch (er) {\n return false\n }\n return range.test(version)\n}\nmodule.exports = satisfies\n"],"names":["require$$0"],"mappings":";;;;;;AAEA,QAAM,QAAQA,aAAA;AACd,QAAM,YAAY,CAAC,SAAS,OAAO,YAAY;AAC7C,QAAI;AACF,cAAQ,IAAI,MAAM,OAAO,OAAO;AAAA,IACpC,SAAW,IAAI;AACX,aAAO;AAAA,IACX;AACE,WAAO,MAAM,KAAK,OAAO;AAAA,EAC3B;AACA,gBAAiB;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { __require as requireCompareBuild } from "./compare-build.js";
|
|
2
|
+
var sort_1;
|
|
3
|
+
var hasRequiredSort;
|
|
4
|
+
function requireSort() {
|
|
5
|
+
if (hasRequiredSort) return sort_1;
|
|
6
|
+
hasRequiredSort = 1;
|
|
7
|
+
const compareBuild = requireCompareBuild();
|
|
8
|
+
const sort = (list, loose) => list.sort((a, b) => compareBuild(a, b, loose));
|
|
9
|
+
sort_1 = sort;
|
|
10
|
+
return sort_1;
|
|
11
|
+
}
|
|
12
|
+
export {
|
|
13
|
+
requireSort as __require
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=sort.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sort.js","sources":["../../../../../../node_modules/jsonwebtoken/node_modules/semver/functions/sort.js"],"sourcesContent":["'use strict'\n\nconst compareBuild = require('./compare-build')\nconst sort = (list, loose) => list.sort((a, b) => compareBuild(a, b, loose))\nmodule.exports = sort\n"],"names":["require$$0"],"mappings":";;;;;;AAEA,QAAM,eAAeA,oBAAA;AACrB,QAAM,OAAO,CAAC,MAAM,UAAU,KAAK,KAAK,CAAC,GAAG,MAAM,aAAa,GAAG,GAAG,KAAK,CAAC;AAC3E,WAAiB;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { __require as requireParse } from "./parse.js";
|
|
2
|
+
var valid_1;
|
|
3
|
+
var hasRequiredValid;
|
|
4
|
+
function requireValid() {
|
|
5
|
+
if (hasRequiredValid) return valid_1;
|
|
6
|
+
hasRequiredValid = 1;
|
|
7
|
+
const parse = requireParse();
|
|
8
|
+
const valid = (version, options) => {
|
|
9
|
+
const v = parse(version, options);
|
|
10
|
+
return v ? v.version : null;
|
|
11
|
+
};
|
|
12
|
+
valid_1 = valid;
|
|
13
|
+
return valid_1;
|
|
14
|
+
}
|
|
15
|
+
export {
|
|
16
|
+
requireValid as __require
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=valid.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"valid.js","sources":["../../../../../../node_modules/jsonwebtoken/node_modules/semver/functions/valid.js"],"sourcesContent":["'use strict'\n\nconst parse = require('./parse')\nconst valid = (version, options) => {\n const v = parse(version, options)\n return v ? v.version : null\n}\nmodule.exports = valid\n"],"names":["require$$0"],"mappings":";;;;;;AAEA,QAAM,QAAQA,aAAA;AACd,QAAM,QAAQ,CAAC,SAAS,YAAY;AAClC,UAAM,IAAI,MAAM,SAAS,OAAO;AAChC,WAAO,IAAI,EAAE,UAAU;AAAA,EACzB;AACA,YAAiB;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
import { __require as requireRe } from "./internal/re.js";
|
|
2
|
+
import { __require as requireConstants } from "./internal/constants.js";
|
|
3
|
+
import { __require as requireSemver$1 } from "./classes/semver.js";
|
|
4
|
+
import { __require as requireIdentifiers } from "./internal/identifiers.js";
|
|
5
|
+
import { __require as requireParse } from "./functions/parse.js";
|
|
6
|
+
import { __require as requireValid } from "./functions/valid.js";
|
|
7
|
+
import { __require as requireClean } from "./functions/clean.js";
|
|
8
|
+
import { __require as requireInc } from "./functions/inc.js";
|
|
9
|
+
import { __require as requireDiff } from "./functions/diff.js";
|
|
10
|
+
import { __require as requireMajor } from "./functions/major.js";
|
|
11
|
+
import { __require as requireMinor } from "./functions/minor.js";
|
|
12
|
+
import { __require as requirePatch } from "./functions/patch.js";
|
|
13
|
+
import { __require as requirePrerelease } from "./functions/prerelease.js";
|
|
14
|
+
import { __require as requireCompare } from "./functions/compare.js";
|
|
15
|
+
import { __require as requireRcompare } from "./functions/rcompare.js";
|
|
16
|
+
import { __require as requireCompareLoose } from "./functions/compare-loose.js";
|
|
17
|
+
import { __require as requireCompareBuild } from "./functions/compare-build.js";
|
|
18
|
+
import { __require as requireSort } from "./functions/sort.js";
|
|
19
|
+
import { __require as requireRsort } from "./functions/rsort.js";
|
|
20
|
+
import { __require as requireGt } from "./functions/gt.js";
|
|
21
|
+
import { __require as requireLt } from "./functions/lt.js";
|
|
22
|
+
import { __require as requireEq } from "./functions/eq.js";
|
|
23
|
+
import { __require as requireNeq } from "./functions/neq.js";
|
|
24
|
+
import { __require as requireGte } from "./functions/gte.js";
|
|
25
|
+
import { __require as requireLte } from "./functions/lte.js";
|
|
26
|
+
import { __require as requireCmp } from "./functions/cmp.js";
|
|
27
|
+
import { __require as requireCoerce } from "./functions/coerce.js";
|
|
28
|
+
import { __require as requireComparator } from "./classes/comparator.js";
|
|
29
|
+
import { __require as requireRange } from "./classes/range.js";
|
|
30
|
+
import { __require as requireSatisfies } from "./functions/satisfies.js";
|
|
31
|
+
import { __require as requireToComparators } from "./ranges/to-comparators.js";
|
|
32
|
+
import { __require as requireMaxSatisfying } from "./ranges/max-satisfying.js";
|
|
33
|
+
import { __require as requireMinSatisfying } from "./ranges/min-satisfying.js";
|
|
34
|
+
import { __require as requireMinVersion } from "./ranges/min-version.js";
|
|
35
|
+
import { __require as requireValid$1 } from "./ranges/valid.js";
|
|
36
|
+
import { __require as requireOutside } from "./ranges/outside.js";
|
|
37
|
+
import { __require as requireGtr } from "./ranges/gtr.js";
|
|
38
|
+
import { __require as requireLtr } from "./ranges/ltr.js";
|
|
39
|
+
import { __require as requireIntersects } from "./ranges/intersects.js";
|
|
40
|
+
import { __require as requireSimplify } from "./ranges/simplify.js";
|
|
41
|
+
import { __require as requireSubset } from "./ranges/subset.js";
|
|
42
|
+
var semver;
|
|
43
|
+
var hasRequiredSemver;
|
|
44
|
+
function requireSemver() {
|
|
45
|
+
if (hasRequiredSemver) return semver;
|
|
46
|
+
hasRequiredSemver = 1;
|
|
47
|
+
const internalRe = requireRe();
|
|
48
|
+
const constants = requireConstants();
|
|
49
|
+
const SemVer = requireSemver$1();
|
|
50
|
+
const identifiers = requireIdentifiers();
|
|
51
|
+
const parse = requireParse();
|
|
52
|
+
const valid = requireValid();
|
|
53
|
+
const clean = requireClean();
|
|
54
|
+
const inc = requireInc();
|
|
55
|
+
const diff = requireDiff();
|
|
56
|
+
const major = requireMajor();
|
|
57
|
+
const minor = requireMinor();
|
|
58
|
+
const patch = requirePatch();
|
|
59
|
+
const prerelease = requirePrerelease();
|
|
60
|
+
const compare = requireCompare();
|
|
61
|
+
const rcompare = requireRcompare();
|
|
62
|
+
const compareLoose = requireCompareLoose();
|
|
63
|
+
const compareBuild = requireCompareBuild();
|
|
64
|
+
const sort = requireSort();
|
|
65
|
+
const rsort = requireRsort();
|
|
66
|
+
const gt = requireGt();
|
|
67
|
+
const lt = requireLt();
|
|
68
|
+
const eq = requireEq();
|
|
69
|
+
const neq = requireNeq();
|
|
70
|
+
const gte = requireGte();
|
|
71
|
+
const lte = requireLte();
|
|
72
|
+
const cmp = requireCmp();
|
|
73
|
+
const coerce = requireCoerce();
|
|
74
|
+
const Comparator = requireComparator();
|
|
75
|
+
const Range = requireRange();
|
|
76
|
+
const satisfies = requireSatisfies();
|
|
77
|
+
const toComparators = requireToComparators();
|
|
78
|
+
const maxSatisfying = requireMaxSatisfying();
|
|
79
|
+
const minSatisfying = requireMinSatisfying();
|
|
80
|
+
const minVersion = requireMinVersion();
|
|
81
|
+
const validRange = requireValid$1();
|
|
82
|
+
const outside = requireOutside();
|
|
83
|
+
const gtr = requireGtr();
|
|
84
|
+
const ltr = requireLtr();
|
|
85
|
+
const intersects = requireIntersects();
|
|
86
|
+
const simplifyRange = requireSimplify();
|
|
87
|
+
const subset = requireSubset();
|
|
88
|
+
semver = {
|
|
89
|
+
parse,
|
|
90
|
+
valid,
|
|
91
|
+
clean,
|
|
92
|
+
inc,
|
|
93
|
+
diff,
|
|
94
|
+
major,
|
|
95
|
+
minor,
|
|
96
|
+
patch,
|
|
97
|
+
prerelease,
|
|
98
|
+
compare,
|
|
99
|
+
rcompare,
|
|
100
|
+
compareLoose,
|
|
101
|
+
compareBuild,
|
|
102
|
+
sort,
|
|
103
|
+
rsort,
|
|
104
|
+
gt,
|
|
105
|
+
lt,
|
|
106
|
+
eq,
|
|
107
|
+
neq,
|
|
108
|
+
gte,
|
|
109
|
+
lte,
|
|
110
|
+
cmp,
|
|
111
|
+
coerce,
|
|
112
|
+
Comparator,
|
|
113
|
+
Range,
|
|
114
|
+
satisfies,
|
|
115
|
+
toComparators,
|
|
116
|
+
maxSatisfying,
|
|
117
|
+
minSatisfying,
|
|
118
|
+
minVersion,
|
|
119
|
+
validRange,
|
|
120
|
+
outside,
|
|
121
|
+
gtr,
|
|
122
|
+
ltr,
|
|
123
|
+
intersects,
|
|
124
|
+
simplifyRange,
|
|
125
|
+
subset,
|
|
126
|
+
SemVer,
|
|
127
|
+
re: internalRe.re,
|
|
128
|
+
src: internalRe.src,
|
|
129
|
+
tokens: internalRe.t,
|
|
130
|
+
SEMVER_SPEC_VERSION: constants.SEMVER_SPEC_VERSION,
|
|
131
|
+
RELEASE_TYPES: constants.RELEASE_TYPES,
|
|
132
|
+
compareIdentifiers: identifiers.compareIdentifiers,
|
|
133
|
+
rcompareIdentifiers: identifiers.rcompareIdentifiers
|
|
134
|
+
};
|
|
135
|
+
return semver;
|
|
136
|
+
}
|
|
137
|
+
export {
|
|
138
|
+
requireSemver as __require
|
|
139
|
+
};
|
|
140
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../node_modules/jsonwebtoken/node_modules/semver/index.js"],"sourcesContent":["'use strict'\n\n// just pre-load all the stuff that index.js lazily exports\nconst internalRe = require('./internal/re')\nconst constants = require('./internal/constants')\nconst SemVer = require('./classes/semver')\nconst identifiers = require('./internal/identifiers')\nconst parse = require('./functions/parse')\nconst valid = require('./functions/valid')\nconst clean = require('./functions/clean')\nconst inc = require('./functions/inc')\nconst diff = require('./functions/diff')\nconst major = require('./functions/major')\nconst minor = require('./functions/minor')\nconst patch = require('./functions/patch')\nconst prerelease = require('./functions/prerelease')\nconst compare = require('./functions/compare')\nconst rcompare = require('./functions/rcompare')\nconst compareLoose = require('./functions/compare-loose')\nconst compareBuild = require('./functions/compare-build')\nconst sort = require('./functions/sort')\nconst rsort = require('./functions/rsort')\nconst gt = require('./functions/gt')\nconst lt = require('./functions/lt')\nconst eq = require('./functions/eq')\nconst neq = require('./functions/neq')\nconst gte = require('./functions/gte')\nconst lte = require('./functions/lte')\nconst cmp = require('./functions/cmp')\nconst coerce = require('./functions/coerce')\nconst Comparator = require('./classes/comparator')\nconst Range = require('./classes/range')\nconst satisfies = require('./functions/satisfies')\nconst toComparators = require('./ranges/to-comparators')\nconst maxSatisfying = require('./ranges/max-satisfying')\nconst minSatisfying = require('./ranges/min-satisfying')\nconst minVersion = require('./ranges/min-version')\nconst validRange = require('./ranges/valid')\nconst outside = require('./ranges/outside')\nconst gtr = require('./ranges/gtr')\nconst ltr = require('./ranges/ltr')\nconst intersects = require('./ranges/intersects')\nconst simplifyRange = require('./ranges/simplify')\nconst subset = require('./ranges/subset')\nmodule.exports = {\n parse,\n valid,\n clean,\n inc,\n diff,\n major,\n minor,\n patch,\n prerelease,\n compare,\n rcompare,\n compareLoose,\n compareBuild,\n sort,\n rsort,\n gt,\n lt,\n eq,\n neq,\n gte,\n lte,\n cmp,\n coerce,\n Comparator,\n Range,\n satisfies,\n toComparators,\n maxSatisfying,\n minSatisfying,\n minVersion,\n validRange,\n outside,\n gtr,\n ltr,\n intersects,\n simplifyRange,\n subset,\n SemVer,\n re: internalRe.re,\n src: internalRe.src,\n tokens: internalRe.t,\n SEMVER_SPEC_VERSION: constants.SEMVER_SPEC_VERSION,\n RELEASE_TYPES: constants.RELEASE_TYPES,\n compareIdentifiers: identifiers.compareIdentifiers,\n rcompareIdentifiers: identifiers.rcompareIdentifiers,\n}\n"],"names":["require$$0","require$$1","require$$2","require$$3","require$$4","require$$5","require$$6","require$$7","require$$8","require$$9","require$$10","require$$11","require$$12","require$$13","require$$14","require$$15","require$$16","require$$17","require$$18","require$$19","require$$20","require$$21","require$$22","require$$23","require$$24","require$$25","require$$26","require$$27","require$$28","require$$29","require$$30","require$$31","require$$32","require$$33","require$$34","require$$35","require$$36","require$$37","require$$38","require$$39","require$$40"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,QAAM,aAAaA,UAAA;AACnB,QAAM,YAAYC,iBAAA;AAClB,QAAM,SAASC,gBAAA;AACf,QAAM,cAAcC,mBAAA;AACpB,QAAM,QAAQC,aAAA;AACd,QAAM,QAAQC,aAAA;AACd,QAAM,QAAQC,aAAA;AACd,QAAM,MAAMC,WAAA;AACZ,QAAM,OAAOC,YAAA;AACb,QAAM,QAAQC,aAAA;AACd,QAAM,QAAQC,aAAA;AACd,QAAM,QAAQC,aAAA;AACd,QAAM,aAAaC,kBAAA;AACnB,QAAM,UAAUC,eAAA;AAChB,QAAM,WAAWC,gBAAA;AACjB,QAAM,eAAeC,oBAAA;AACrB,QAAM,eAAeC,oBAAA;AACrB,QAAM,OAAOC,YAAA;AACb,QAAM,QAAQC,aAAA;AACd,QAAM,KAAKC,UAAA;AACX,QAAM,KAAKC,UAAA;AACX,QAAM,KAAKC,UAAA;AACX,QAAM,MAAMC,WAAA;AACZ,QAAM,MAAMC,WAAA;AACZ,QAAM,MAAMC,WAAA;AACZ,QAAM,MAAMC,WAAA;AACZ,QAAM,SAASC,cAAA;AACf,QAAM,aAAaC,kBAAA;AACnB,QAAM,QAAQC,aAAA;AACd,QAAM,YAAYC,iBAAA;AAClB,QAAM,gBAAgBC,qBAAA;AACtB,QAAM,gBAAgBC,qBAAA;AACtB,QAAM,gBAAgBC,qBAAA;AACtB,QAAM,aAAaC,kBAAA;AACnB,QAAM,aAAaC,eAAA;AACnB,QAAM,UAAUC,eAAA;AAChB,QAAM,MAAMC,WAAA;AACZ,QAAM,MAAMC,WAAA;AACZ,QAAM,aAAaC,kBAAA;AACnB,QAAM,gBAAgBC,gBAAA;AACtB,QAAM,SAASC,cAAA;AACf,WAAiB;AAAA,IACf;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA,IAAI,WAAW;AAAA,IACf,KAAK,WAAW;AAAA,IAChB,QAAQ,WAAW;AAAA,IACnB,qBAAqB,UAAU;AAAA,IAC/B,eAAe,UAAU;AAAA,IACzB,oBAAoB,YAAY;AAAA,IAChC,qBAAqB,YAAY;AAAA,EACnC;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
var constants;
|
|
2
|
+
var hasRequiredConstants;
|
|
3
|
+
function requireConstants() {
|
|
4
|
+
if (hasRequiredConstants) return constants;
|
|
5
|
+
hasRequiredConstants = 1;
|
|
6
|
+
const SEMVER_SPEC_VERSION = "2.0.0";
|
|
7
|
+
const MAX_LENGTH = 256;
|
|
8
|
+
const MAX_SAFE_INTEGER = Number.MAX_SAFE_INTEGER || /* istanbul ignore next */
|
|
9
|
+
9007199254740991;
|
|
10
|
+
const MAX_SAFE_COMPONENT_LENGTH = 16;
|
|
11
|
+
const MAX_SAFE_BUILD_LENGTH = MAX_LENGTH - 6;
|
|
12
|
+
const RELEASE_TYPES = [
|
|
13
|
+
"major",
|
|
14
|
+
"premajor",
|
|
15
|
+
"minor",
|
|
16
|
+
"preminor",
|
|
17
|
+
"patch",
|
|
18
|
+
"prepatch",
|
|
19
|
+
"prerelease"
|
|
20
|
+
];
|
|
21
|
+
constants = {
|
|
22
|
+
MAX_LENGTH,
|
|
23
|
+
MAX_SAFE_COMPONENT_LENGTH,
|
|
24
|
+
MAX_SAFE_BUILD_LENGTH,
|
|
25
|
+
MAX_SAFE_INTEGER,
|
|
26
|
+
RELEASE_TYPES,
|
|
27
|
+
SEMVER_SPEC_VERSION,
|
|
28
|
+
FLAG_INCLUDE_PRERELEASE: 1,
|
|
29
|
+
FLAG_LOOSE: 2
|
|
30
|
+
};
|
|
31
|
+
return constants;
|
|
32
|
+
}
|
|
33
|
+
export {
|
|
34
|
+
requireConstants as __require
|
|
35
|
+
};
|
|
36
|
+
//# sourceMappingURL=constants.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.js","sources":["../../../../../../node_modules/jsonwebtoken/node_modules/semver/internal/constants.js"],"sourcesContent":["'use strict'\n\n// Note: this is the semver.org version of the spec that it implements\n// Not necessarily the package version of this code.\nconst SEMVER_SPEC_VERSION = '2.0.0'\n\nconst MAX_LENGTH = 256\nconst MAX_SAFE_INTEGER = Number.MAX_SAFE_INTEGER ||\n/* istanbul ignore next */ 9007199254740991\n\n// Max safe segment length for coercion.\nconst MAX_SAFE_COMPONENT_LENGTH = 16\n\n// Max safe length for a build identifier. The max length minus 6 characters for\n// the shortest version with a build 0.0.0+BUILD.\nconst MAX_SAFE_BUILD_LENGTH = MAX_LENGTH - 6\n\nconst RELEASE_TYPES = [\n 'major',\n 'premajor',\n 'minor',\n 'preminor',\n 'patch',\n 'prepatch',\n 'prerelease',\n]\n\nmodule.exports = {\n MAX_LENGTH,\n MAX_SAFE_COMPONENT_LENGTH,\n MAX_SAFE_BUILD_LENGTH,\n MAX_SAFE_INTEGER,\n RELEASE_TYPES,\n SEMVER_SPEC_VERSION,\n FLAG_INCLUDE_PRERELEASE: 0b001,\n FLAG_LOOSE: 0b010,\n}\n"],"names":[],"mappings":";;;;;AAIA,QAAM,sBAAsB;AAE5B,QAAM,aAAa;AACnB,QAAM,mBAAmB,OAAO;AAAA,EACL;AAG3B,QAAM,4BAA4B;AAIlC,QAAM,wBAAwB,aAAa;AAE3C,QAAM,gBAAgB;AAAA,IACpB;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACF;AAEA,cAAiB;AAAA,IACf;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA,yBAAyB;AAAA,IACzB,YAAY;AAAA,EACd;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
var debug_1;
|
|
2
|
+
var hasRequiredDebug;
|
|
3
|
+
function requireDebug() {
|
|
4
|
+
if (hasRequiredDebug) return debug_1;
|
|
5
|
+
hasRequiredDebug = 1;
|
|
6
|
+
const debug = typeof process === "object" && process.env && process.env.NODE_DEBUG && /\bsemver\b/i.test(process.env.NODE_DEBUG) ? (...args) => console.error("SEMVER", ...args) : () => {
|
|
7
|
+
};
|
|
8
|
+
debug_1 = debug;
|
|
9
|
+
return debug_1;
|
|
10
|
+
}
|
|
11
|
+
export {
|
|
12
|
+
requireDebug as __require
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=debug.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"debug.js","sources":["../../../../../../node_modules/jsonwebtoken/node_modules/semver/internal/debug.js"],"sourcesContent":["'use strict'\n\nconst debug = (\n typeof process === 'object' &&\n process.env &&\n process.env.NODE_DEBUG &&\n /\\bsemver\\b/i.test(process.env.NODE_DEBUG)\n) ? (...args) => console.error('SEMVER', ...args)\n : () => {}\n\nmodule.exports = debug\n"],"names":[],"mappings":";;;;;AAEA,QAAM,QACJ,OAAO,YAAY,YACnB,QAAQ,OACR,QAAQ,IAAI,cACZ,cAAc,KAAK,QAAQ,IAAI,UAAU,IACvC,IAAI,SAAS,QAAQ,MAAM,UAAU,GAAG,IAAI,IAC5C,MAAM;AAAA,EAAA;AAEV,YAAiB;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
var identifiers;
|
|
2
|
+
var hasRequiredIdentifiers;
|
|
3
|
+
function requireIdentifiers() {
|
|
4
|
+
if (hasRequiredIdentifiers) return identifiers;
|
|
5
|
+
hasRequiredIdentifiers = 1;
|
|
6
|
+
const numeric = /^[0-9]+$/;
|
|
7
|
+
const compareIdentifiers = (a, b) => {
|
|
8
|
+
if (typeof a === "number" && typeof b === "number") {
|
|
9
|
+
return a === b ? 0 : a < b ? -1 : 1;
|
|
10
|
+
}
|
|
11
|
+
const anum = numeric.test(a);
|
|
12
|
+
const bnum = numeric.test(b);
|
|
13
|
+
if (anum && bnum) {
|
|
14
|
+
a = +a;
|
|
15
|
+
b = +b;
|
|
16
|
+
}
|
|
17
|
+
return a === b ? 0 : anum && !bnum ? -1 : bnum && !anum ? 1 : a < b ? -1 : 1;
|
|
18
|
+
};
|
|
19
|
+
const rcompareIdentifiers = (a, b) => compareIdentifiers(b, a);
|
|
20
|
+
identifiers = {
|
|
21
|
+
compareIdentifiers,
|
|
22
|
+
rcompareIdentifiers
|
|
23
|
+
};
|
|
24
|
+
return identifiers;
|
|
25
|
+
}
|
|
26
|
+
export {
|
|
27
|
+
requireIdentifiers as __require
|
|
28
|
+
};
|
|
29
|
+
//# sourceMappingURL=identifiers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"identifiers.js","sources":["../../../../../../node_modules/jsonwebtoken/node_modules/semver/internal/identifiers.js"],"sourcesContent":["'use strict'\n\nconst numeric = /^[0-9]+$/\nconst compareIdentifiers = (a, b) => {\n if (typeof a === 'number' && typeof b === 'number') {\n return a === b ? 0 : a < b ? -1 : 1\n }\n\n const anum = numeric.test(a)\n const bnum = numeric.test(b)\n\n if (anum && bnum) {\n a = +a\n b = +b\n }\n\n return a === b ? 0\n : (anum && !bnum) ? -1\n : (bnum && !anum) ? 1\n : a < b ? -1\n : 1\n}\n\nconst rcompareIdentifiers = (a, b) => compareIdentifiers(b, a)\n\nmodule.exports = {\n compareIdentifiers,\n rcompareIdentifiers,\n}\n"],"names":[],"mappings":";;;;;AAEA,QAAM,UAAU;AAChB,QAAM,qBAAqB,CAAC,GAAG,MAAM;AACnC,QAAI,OAAO,MAAM,YAAY,OAAO,MAAM,UAAU;AAClD,aAAO,MAAM,IAAI,IAAI,IAAI,IAAI,KAAK;AAAA,IACtC;AAEE,UAAM,OAAO,QAAQ,KAAK,CAAC;AAC3B,UAAM,OAAO,QAAQ,KAAK,CAAC;AAE3B,QAAI,QAAQ,MAAM;AAChB,UAAI,CAAC;AACL,UAAI,CAAC;AAAA,IACT;AAEE,WAAO,MAAM,IAAI,IACZ,QAAQ,CAAC,OAAQ,KACjB,QAAQ,CAAC,OAAQ,IAClB,IAAI,IAAI,KACR;AAAA,EACN;AAEA,QAAM,sBAAsB,CAAC,GAAG,MAAM,mBAAmB,GAAG,CAAC;AAE7D,gBAAiB;AAAA,IACf;AAAA,IACA;AAAA,EACF;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
var lrucache;
|
|
2
|
+
var hasRequiredLrucache;
|
|
3
|
+
function requireLrucache() {
|
|
4
|
+
if (hasRequiredLrucache) return lrucache;
|
|
5
|
+
hasRequiredLrucache = 1;
|
|
6
|
+
class LRUCache {
|
|
7
|
+
constructor() {
|
|
8
|
+
this.max = 1e3;
|
|
9
|
+
this.map = /* @__PURE__ */ new Map();
|
|
10
|
+
}
|
|
11
|
+
get(key) {
|
|
12
|
+
const value = this.map.get(key);
|
|
13
|
+
if (value === void 0) {
|
|
14
|
+
return void 0;
|
|
15
|
+
} else {
|
|
16
|
+
this.map.delete(key);
|
|
17
|
+
this.map.set(key, value);
|
|
18
|
+
return value;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
delete(key) {
|
|
22
|
+
return this.map.delete(key);
|
|
23
|
+
}
|
|
24
|
+
set(key, value) {
|
|
25
|
+
const deleted = this.delete(key);
|
|
26
|
+
if (!deleted && value !== void 0) {
|
|
27
|
+
if (this.map.size >= this.max) {
|
|
28
|
+
const firstKey = this.map.keys().next().value;
|
|
29
|
+
this.delete(firstKey);
|
|
30
|
+
}
|
|
31
|
+
this.map.set(key, value);
|
|
32
|
+
}
|
|
33
|
+
return this;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
lrucache = LRUCache;
|
|
37
|
+
return lrucache;
|
|
38
|
+
}
|
|
39
|
+
export {
|
|
40
|
+
requireLrucache as __require
|
|
41
|
+
};
|
|
42
|
+
//# sourceMappingURL=lrucache.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lrucache.js","sources":["../../../../../../node_modules/jsonwebtoken/node_modules/semver/internal/lrucache.js"],"sourcesContent":["'use strict'\n\nclass LRUCache {\n constructor () {\n this.max = 1000\n this.map = new Map()\n }\n\n get (key) {\n const value = this.map.get(key)\n if (value === undefined) {\n return undefined\n } else {\n // Remove the key from the map and add it to the end\n this.map.delete(key)\n this.map.set(key, value)\n return value\n }\n }\n\n delete (key) {\n return this.map.delete(key)\n }\n\n set (key, value) {\n const deleted = this.delete(key)\n\n if (!deleted && value !== undefined) {\n // If cache is full, delete the least recently used item\n if (this.map.size >= this.max) {\n const firstKey = this.map.keys().next().value\n this.delete(firstKey)\n }\n\n this.map.set(key, value)\n }\n\n return this\n }\n}\n\nmodule.exports = LRUCache\n"],"names":[],"mappings":";;;;;EAEA,MAAM,SAAS;AAAA,IACb,cAAe;AACb,WAAK,MAAM;AACX,WAAK,MAAM,oBAAI,IAAG;AAAA,IACtB;AAAA,IAEE,IAAK,KAAK;AACR,YAAM,QAAQ,KAAK,IAAI,IAAI,GAAG;AAC9B,UAAI,UAAU,QAAW;AACvB,eAAO;AAAA,MACb,OAAW;AAEL,aAAK,IAAI,OAAO,GAAG;AACnB,aAAK,IAAI,IAAI,KAAK,KAAK;AACvB,eAAO;AAAA,MACb;AAAA,IACA;AAAA,IAEE,OAAQ,KAAK;AACX,aAAO,KAAK,IAAI,OAAO,GAAG;AAAA,IAC9B;AAAA,IAEE,IAAK,KAAK,OAAO;AACf,YAAM,UAAU,KAAK,OAAO,GAAG;AAE/B,UAAI,CAAC,WAAW,UAAU,QAAW;AAEnC,YAAI,KAAK,IAAI,QAAQ,KAAK,KAAK;AAC7B,gBAAM,WAAW,KAAK,IAAI,KAAI,EAAG,KAAI,EAAG;AACxC,eAAK,OAAO,QAAQ;AAAA,QAC5B;AAEM,aAAK,IAAI,IAAI,KAAK,KAAK;AAAA,MAC7B;AAEI,aAAO;AAAA,IACX;AAAA,EACA;AAEA,aAAiB;;;","x_google_ignoreList":[0]}
|