Skip to content
Snippets Groups Projects
package-lock.json 572 KiB
Newer Older
tpgus2603's avatar
add
tpgus2603 committed
{
  "name": "webback",
  "version": "1.0.0",
  "lockfileVersion": 3,
  "requires": true,
  "packages": {
    "": {
      "name": "webback",
      "version": "1.0.0",
      "license": "ISC",
      "dependencies": {
        "connect-flash": "^0.1.1",
tpgus2603's avatar
tpgus2603 committed
        "cookie-parser": "^1.4.7",
        "dotenv": "^16.4.5",
        "express": "^4.21.1",
        "express-session": "^1.18.1",
tpgus2603's avatar
tpgus2603 committed
        "mongoose": "^8.8.1",
tpgus2603's avatar
tpgus2603 committed
        "morgan": "^1.10.0",
        "multer": "^1.4.5-lts.1",
        "mysql2": "^3.11.4",
        "node-cron": "^3.0.3",
        "passport": "^0.7.0",
        "passport-google-oauth20": "^2.0.0",
tpgus2603's avatar
tpgus2603 committed
        "sequelize": "^6.37.5",
        "sequelize-cli": "^6.6.2"
      },
      "devDependencies": {
        "artillery": "^2.0.21",
tpgus2603's avatar
tpgus2603 committed
        "nodemon": "^3.1.7"
      }
    },
    "node_modules/@alcalzone/ansi-tokenize": {
      "version": "0.1.3",
      "resolved": "https://registry.npmjs.org/@alcalzone/ansi-tokenize/-/ansi-tokenize-0.1.3.tgz",
      "integrity": "sha512-3yWxPTq3UQ/FY9p1ErPxIyfT64elWaMvM9lIHnaqpyft63tkxodF5aUElYHrdisWve5cETkh1+KBw1yJuW0aRw==",
      "dev": true,
      "license": "MIT",
tpgus2603's avatar
tpgus2603 committed
      "dependencies": {
        "ansi-styles": "^6.2.1",
        "is-fullwidth-code-point": "^4.0.0"
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@alcalzone/ansi-tokenize/node_modules/is-fullwidth-code-point": {
      "version": "4.0.0",
      "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz",
      "integrity": "sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==",
      "dev": true,
tpgus2603's avatar
tpgus2603 committed
      "license": "MIT",
      "engines": {
        "node": ">=12"
      },
      "funding": {
        "url": "https://github.com/sponsors/sindresorhus"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@artilleryio/int-commons": {
      "version": "2.12.0",
      "resolved": "https://registry.npmjs.org/@artilleryio/int-commons/-/int-commons-2.12.0.tgz",
      "integrity": "sha512-2DVvB0txMlu7iCiipbHapif81K/8HKzGFR+ezkICzwWGotyzp9QcZXMmyfJgmgsWkVUWGOWX48ZTLmSINH+bQw==",
      "dev": true,
      "license": "MPL-2.0",
      "dependencies": {
        "async": "^2.6.4",
        "cheerio": "^1.0.0-rc.10",
        "debug": "^4.3.1",
        "deep-for-each": "^3.0.0",
        "espree": "^9.4.1",
        "jsonpath-plus": "^10.0.0",
        "lodash": "^4.17.19",
        "ms": "^2.1.3"
      },
tpgus2603's avatar
tpgus2603 committed
      "engines": {
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@artilleryio/int-commons/node_modules/debug": {
      "version": "4.3.7",
      "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
      "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
      "dev": true,
tpgus2603's avatar
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
        "ms": "^2.1.3"
      },
      "engines": {
        "node": ">=6.0"
      },
      "peerDependenciesMeta": {
        "supports-color": {
          "optional": true
        }
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@artilleryio/int-commons/node_modules/ms": {
      "version": "2.1.3",
      "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
      "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
      "dev": true,
tpgus2603's avatar
tpgus2603 committed
      "license": "MIT"
    },
    "node_modules/@artilleryio/int-core": {
      "version": "2.16.0",
      "resolved": "https://registry.npmjs.org/@artilleryio/int-core/-/int-core-2.16.0.tgz",
      "integrity": "sha512-dWtwjg33TpP7DIVuRHstRCZm4o3iNFg+qSxL1FrJ70DreK1cDFn4fNv9t3iOsoQ/dEnQtoybuTF5m2Cbq+9ssA==",
      "dev": true,
      "license": "MPL-2.0",
      "dependencies": {
        "@artilleryio/int-commons": "2.12.0",
        "@artilleryio/sketches-js": "^2.1.1",
        "agentkeepalive": "^4.1.0",
        "arrivals": "^2.1.2",
        "async": "^2.6.4",
        "chalk": "^2.4.2",
        "cheerio": "^1.0.0-rc.10",
        "cookie-parser": "^1.4.3",
        "csv-parse": "^4.16.3",
        "debug": "^4.3.1",
        "decompress-response": "^6.0.0",
        "deep-for-each": "^3.0.0",
        "driftless": "^2.0.3",
        "esprima": "^4.0.0",
        "eventemitter3": "^4.0.4",
        "fast-deep-equal": "^3.1.3",
        "filtrex": "^0.5.4",
        "form-data": "^3.0.0",
        "got": "^11.8.5",
        "hpagent": "^0.1.1",
        "https-proxy-agent": "^5.0.0",
        "lodash": "^4.17.19",
        "ms": "^2.1.3",
        "protobufjs": "^7.2.4",
        "socket.io-client": "^4.5.1",
        "socketio-wildcard": "^2.0.0",
        "tough-cookie": "^5.0.0-rc.2",
        "uuid": "^8.0.0",
        "ws": "^7.5.7"
      }
    },
    "node_modules/@artilleryio/int-core/node_modules/debug": {
      "version": "4.3.7",
      "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
      "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
      "dev": true,
tpgus2603's avatar
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
        "ms": "^2.1.3"
      },
      "engines": {
        "node": ">=6.0"
      },
      "peerDependenciesMeta": {
        "supports-color": {
          "optional": true
        }
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@artilleryio/int-core/node_modules/ms": {
      "version": "2.1.3",
      "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
      "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
      "dev": true,
tpgus2603's avatar
tpgus2603 committed
      "license": "MIT"
    },
    "node_modules/@artilleryio/sketches-js": {
      "version": "2.1.1",
      "resolved": "https://registry.npmjs.org/@artilleryio/sketches-js/-/sketches-js-2.1.1.tgz",
      "integrity": "sha512-H3D50vDb37E3NGYXY0eUFAm5++moElaqoAu0MWYZhgzaA3IT2E67bRCL8U4LKHuVf/MgDZk14uawIjc4WVjOUQ==",
      "dev": true,
      "license": "Apache-2.0"
tpgus2603's avatar
tpgus2603 committed
    },
    "node_modules/@aws-crypto/sha256-browser": {
      "version": "5.2.0",
      "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-browser/-/sha256-browser-5.2.0.tgz",
      "integrity": "sha512-AXfN/lGotSQwu6HNcEsIASo7kWXZ5HYWvfOmSNKDsEqC4OashTp8alTmaz+F7TC2L083SFv5RdB+qU3Vs1kZqw==",
      "devOptional": true,
      "license": "Apache-2.0",
tpgus2603's avatar
tpgus2603 committed
      "dependencies": {
        "@aws-crypto/sha256-js": "^5.2.0",
        "@aws-crypto/supports-web-crypto": "^5.2.0",
        "@aws-crypto/util": "^5.2.0",
        "@aws-sdk/types": "^3.222.0",
        "@aws-sdk/util-locate-window": "^3.0.0",
        "@smithy/util-utf8": "^2.0.0",
        "tslib": "^2.6.2"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer": {
      "version": "2.2.0",
      "resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.2.0.tgz",
      "integrity": "sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==",
      "devOptional": true,
      "license": "Apache-2.0",
      "dependencies": {
        "tslib": "^2.6.2"
      },
tpgus2603's avatar
tpgus2603 committed
      "engines": {
tpgus2603's avatar
add
tpgus2603 committed
      }
    },
    "node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from": {
      "version": "2.2.0",
      "resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz",
      "integrity": "sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==",
      "devOptional": true,
      "license": "Apache-2.0",
tpgus2603's avatar
add
tpgus2603 committed
      "dependencies": {
        "@smithy/is-array-buffer": "^2.2.0",
        "tslib": "^2.6.2"
tpgus2603's avatar
add
tpgus2603 committed
      },
      "engines": {
tpgus2603's avatar
add
tpgus2603 committed
      }
    },
    "node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8": {
      "version": "2.3.0",
      "resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-2.3.0.tgz",
      "integrity": "sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==",
      "devOptional": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@smithy/util-buffer-from": "^2.2.0",
        "tslib": "^2.6.2"
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
        "node": ">=14.0.0"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@aws-crypto/sha256-js": {
      "version": "5.2.0",
      "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-js/-/sha256-js-5.2.0.tgz",
      "integrity": "sha512-FFQQyu7edu4ufvIZ+OadFpHHOt+eSTBaYaki44c+akjg7qZg9oOQeLlk77F6tSYqjDAFClrHJk9tMf0HdVyOvA==",
      "devOptional": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@aws-crypto/util": "^5.2.0",
        "@aws-sdk/types": "^3.222.0",
        "tslib": "^2.6.2"
      },
tpgus2603's avatar
tpgus2603 committed
      "engines": {
        "node": ">=16.0.0"
      }
    },
    "node_modules/@aws-crypto/supports-web-crypto": {
      "version": "5.2.0",
      "resolved": "https://registry.npmjs.org/@aws-crypto/supports-web-crypto/-/supports-web-crypto-5.2.0.tgz",
      "integrity": "sha512-iAvUotm021kM33eCdNfwIN//F77/IADDSs58i+MDaOqFrVjZo9bAal0NK7HurRuWLLpF1iLX7gbWrjHjeo+YFg==",
      "devOptional": true,
      "license": "Apache-2.0",
      "dependencies": {
        "tslib": "^2.6.2"
      }
    },
    "node_modules/@aws-crypto/util": {
      "version": "5.2.0",
      "resolved": "https://registry.npmjs.org/@aws-crypto/util/-/util-5.2.0.tgz",
      "integrity": "sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==",
      "devOptional": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@aws-sdk/types": "^3.222.0",
        "@smithy/util-utf8": "^2.0.0",
        "tslib": "^2.6.2"
      }
    },
    "node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer": {
      "version": "2.2.0",
      "resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.2.0.tgz",
      "integrity": "sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==",
      "devOptional": true,
      "license": "Apache-2.0",
      "dependencies": {
        "tslib": "^2.6.2"
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
        "node": ">=14.0.0"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from": {
      "version": "2.2.0",
      "resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz",
      "integrity": "sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==",
      "devOptional": true,
      "license": "Apache-2.0",
tpgus2603's avatar
tpgus2603 committed
      "dependencies": {
        "@smithy/is-array-buffer": "^2.2.0",
        "tslib": "^2.6.2"
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8": {
      "version": "2.3.0",
      "resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-2.3.0.tgz",
      "integrity": "sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==",
      "devOptional": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@smithy/util-buffer-from": "^2.2.0",
        "tslib": "^2.6.2"
      },
      "engines": {
        "node": ">=14.0.0"
      }
tpgus2603's avatar
tpgus2603 committed
    },
    "node_modules/@aws-sdk/client-cloudwatch": {
      "version": "3.694.0",
      "resolved": "https://registry.npmjs.org/@aws-sdk/client-cloudwatch/-/client-cloudwatch-3.694.0.tgz",
      "integrity": "sha512-lC23cBmEPaZvE3vgAWyhlPG/tf1EyEHmzVFr6GUJcMnpA6dw0XhrnaHiqH+QQKmynqPnXMWnyZq9bzZVy0icoA==",
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@aws-crypto/sha256-browser": "5.2.0",
        "@aws-crypto/sha256-js": "5.2.0",
        "@aws-sdk/client-sso-oidc": "3.693.0",
        "@aws-sdk/client-sts": "3.693.0",
        "@aws-sdk/core": "3.693.0",
        "@aws-sdk/credential-provider-node": "3.693.0",
        "@aws-sdk/middleware-host-header": "3.693.0",
        "@aws-sdk/middleware-logger": "3.693.0",
        "@aws-sdk/middleware-recursion-detection": "3.693.0",
        "@aws-sdk/middleware-user-agent": "3.693.0",
        "@aws-sdk/region-config-resolver": "3.693.0",
        "@aws-sdk/types": "3.692.0",
        "@aws-sdk/util-endpoints": "3.693.0",
        "@aws-sdk/util-user-agent-browser": "3.693.0",
        "@aws-sdk/util-user-agent-node": "3.693.0",
        "@smithy/config-resolver": "^3.0.11",
        "@smithy/core": "^2.5.2",
        "@smithy/fetch-http-handler": "^4.1.0",
        "@smithy/hash-node": "^3.0.9",
        "@smithy/invalid-dependency": "^3.0.9",
        "@smithy/middleware-compression": "^3.1.2",
        "@smithy/middleware-content-length": "^3.0.11",
        "@smithy/middleware-endpoint": "^3.2.2",
        "@smithy/middleware-retry": "^3.0.26",
        "@smithy/middleware-serde": "^3.0.9",
        "@smithy/middleware-stack": "^3.0.9",
        "@smithy/node-config-provider": "^3.1.10",
        "@smithy/node-http-handler": "^3.3.0",
        "@smithy/protocol-http": "^4.1.6",
        "@smithy/smithy-client": "^3.4.3",
        "@smithy/types": "^3.7.0",
        "@smithy/url-parser": "^3.0.9",
        "@smithy/util-base64": "^3.0.0",
        "@smithy/util-body-length-browser": "^3.0.0",
        "@smithy/util-body-length-node": "^3.0.0",
        "@smithy/util-defaults-mode-browser": "^3.0.26",
        "@smithy/util-defaults-mode-node": "^3.0.26",
        "@smithy/util-endpoints": "^2.1.5",
        "@smithy/util-middleware": "^3.0.9",
        "@smithy/util-retry": "^3.0.9",
        "@smithy/util-utf8": "^3.0.0",
        "@smithy/util-waiter": "^3.1.8",
        "tslib": "^2.6.2"
      },
      "engines": {
        "node": ">=16.0.0"
      }
    },
    "node_modules/@aws-sdk/client-cognito-identity": {
      "version": "3.693.0",
      "resolved": "https://registry.npmjs.org/@aws-sdk/client-cognito-identity/-/client-cognito-identity-3.693.0.tgz",
      "integrity": "sha512-WfycTcylmrSOnCN8x/xeIjHa4gIV4UhG85LWLZ3M4US8+HJQ8l4c4WUf+pUoTaSxN86vhbXlz0iRvA89nF854Q==",
      "devOptional": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@aws-crypto/sha256-browser": "5.2.0",
        "@aws-crypto/sha256-js": "5.2.0",
        "@aws-sdk/client-sso-oidc": "3.693.0",
        "@aws-sdk/client-sts": "3.693.0",
        "@aws-sdk/core": "3.693.0",
        "@aws-sdk/credential-provider-node": "3.693.0",
        "@aws-sdk/middleware-host-header": "3.693.0",
        "@aws-sdk/middleware-logger": "3.693.0",
        "@aws-sdk/middleware-recursion-detection": "3.693.0",
        "@aws-sdk/middleware-user-agent": "3.693.0",
        "@aws-sdk/region-config-resolver": "3.693.0",
        "@aws-sdk/types": "3.692.0",
        "@aws-sdk/util-endpoints": "3.693.0",
        "@aws-sdk/util-user-agent-browser": "3.693.0",
        "@aws-sdk/util-user-agent-node": "3.693.0",
        "@smithy/config-resolver": "^3.0.11",
        "@smithy/core": "^2.5.2",
        "@smithy/fetch-http-handler": "^4.1.0",
        "@smithy/hash-node": "^3.0.9",
        "@smithy/invalid-dependency": "^3.0.9",
        "@smithy/middleware-content-length": "^3.0.11",
        "@smithy/middleware-endpoint": "^3.2.2",
        "@smithy/middleware-retry": "^3.0.26",
        "@smithy/middleware-serde": "^3.0.9",
        "@smithy/middleware-stack": "^3.0.9",
        "@smithy/node-config-provider": "^3.1.10",
        "@smithy/node-http-handler": "^3.3.0",
        "@smithy/protocol-http": "^4.1.6",
        "@smithy/smithy-client": "^3.4.3",
        "@smithy/types": "^3.7.0",
        "@smithy/url-parser": "^3.0.9",
        "@smithy/util-base64": "^3.0.0",
        "@smithy/util-body-length-browser": "^3.0.0",
        "@smithy/util-body-length-node": "^3.0.0",
        "@smithy/util-defaults-mode-browser": "^3.0.26",
        "@smithy/util-defaults-mode-node": "^3.0.26",
        "@smithy/util-endpoints": "^2.1.5",
        "@smithy/util-middleware": "^3.0.9",
        "@smithy/util-retry": "^3.0.9",
        "@smithy/util-utf8": "^3.0.0",
        "tslib": "^2.6.2"
      },
      "engines": {
        "node": ">=16.0.0"
      }
    },
    "node_modules/@aws-sdk/client-sso": {
      "version": "3.693.0",
      "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.693.0.tgz",
      "integrity": "sha512-QEynrBC26x6TG9ZMzApR/kZ3lmt4lEIs2D+cHuDxt6fDGzahBUsQFBwJqhizzsM97JJI5YvmJhmihoYjdSSaXA==",
      "devOptional": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@aws-crypto/sha256-browser": "5.2.0",
        "@aws-crypto/sha256-js": "5.2.0",
        "@aws-sdk/core": "3.693.0",
        "@aws-sdk/middleware-host-header": "3.693.0",
        "@aws-sdk/middleware-logger": "3.693.0",
        "@aws-sdk/middleware-recursion-detection": "3.693.0",
        "@aws-sdk/middleware-user-agent": "3.693.0",
        "@aws-sdk/region-config-resolver": "3.693.0",
        "@aws-sdk/types": "3.692.0",
        "@aws-sdk/util-endpoints": "3.693.0",
        "@aws-sdk/util-user-agent-browser": "3.693.0",
        "@aws-sdk/util-user-agent-node": "3.693.0",
        "@smithy/config-resolver": "^3.0.11",
        "@smithy/core": "^2.5.2",
        "@smithy/fetch-http-handler": "^4.1.0",
        "@smithy/hash-node": "^3.0.9",
        "@smithy/invalid-dependency": "^3.0.9",
        "@smithy/middleware-content-length": "^3.0.11",
        "@smithy/middleware-endpoint": "^3.2.2",
        "@smithy/middleware-retry": "^3.0.26",
        "@smithy/middleware-serde": "^3.0.9",
        "@smithy/middleware-stack": "^3.0.9",
        "@smithy/node-config-provider": "^3.1.10",
        "@smithy/node-http-handler": "^3.3.0",
        "@smithy/protocol-http": "^4.1.6",
        "@smithy/smithy-client": "^3.4.3",
        "@smithy/types": "^3.7.0",
        "@smithy/url-parser": "^3.0.9",
        "@smithy/util-base64": "^3.0.0",
        "@smithy/util-body-length-browser": "^3.0.0",
        "@smithy/util-body-length-node": "^3.0.0",
        "@smithy/util-defaults-mode-browser": "^3.0.26",
        "@smithy/util-defaults-mode-node": "^3.0.26",
        "@smithy/util-endpoints": "^2.1.5",
        "@smithy/util-middleware": "^3.0.9",
        "@smithy/util-retry": "^3.0.9",
        "@smithy/util-utf8": "^3.0.0",
        "tslib": "^2.6.2"
      },
      "engines": {
        "node": ">=16.0.0"
      }
    },
    "node_modules/@aws-sdk/client-sso-oidc": {
      "version": "3.693.0",
      "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.693.0.tgz",
      "integrity": "sha512-UEDbYlYtK/e86OOMyFR4zEPyenIxDzO2DRdz3fwVW7RzZ94wfmSwBh/8skzPTuY1G7sI064cjHW0b0QG01Sdtg==",
      "devOptional": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@aws-crypto/sha256-browser": "5.2.0",
        "@aws-crypto/sha256-js": "5.2.0",
        "@aws-sdk/core": "3.693.0",
        "@aws-sdk/credential-provider-node": "3.693.0",
        "@aws-sdk/middleware-host-header": "3.693.0",
        "@aws-sdk/middleware-logger": "3.693.0",
        "@aws-sdk/middleware-recursion-detection": "3.693.0",
        "@aws-sdk/middleware-user-agent": "3.693.0",
        "@aws-sdk/region-config-resolver": "3.693.0",
        "@aws-sdk/types": "3.692.0",
        "@aws-sdk/util-endpoints": "3.693.0",
        "@aws-sdk/util-user-agent-browser": "3.693.0",
        "@aws-sdk/util-user-agent-node": "3.693.0",
        "@smithy/config-resolver": "^3.0.11",
        "@smithy/core": "^2.5.2",
        "@smithy/fetch-http-handler": "^4.1.0",
        "@smithy/hash-node": "^3.0.9",
        "@smithy/invalid-dependency": "^3.0.9",
        "@smithy/middleware-content-length": "^3.0.11",
        "@smithy/middleware-endpoint": "^3.2.2",
        "@smithy/middleware-retry": "^3.0.26",
        "@smithy/middleware-serde": "^3.0.9",
        "@smithy/middleware-stack": "^3.0.9",
        "@smithy/node-config-provider": "^3.1.10",
        "@smithy/node-http-handler": "^3.3.0",
        "@smithy/protocol-http": "^4.1.6",
        "@smithy/smithy-client": "^3.4.3",
        "@smithy/types": "^3.7.0",
        "@smithy/url-parser": "^3.0.9",
        "@smithy/util-base64": "^3.0.0",
        "@smithy/util-body-length-browser": "^3.0.0",
        "@smithy/util-body-length-node": "^3.0.0",
        "@smithy/util-defaults-mode-browser": "^3.0.26",
        "@smithy/util-defaults-mode-node": "^3.0.26",
        "@smithy/util-endpoints": "^2.1.5",
        "@smithy/util-middleware": "^3.0.9",
        "@smithy/util-retry": "^3.0.9",
        "@smithy/util-utf8": "^3.0.0",
        "tslib": "^2.6.2"
      },
      "engines": {
        "node": ">=16.0.0"
      },
      "peerDependencies": {
        "@aws-sdk/client-sts": "^3.693.0"
      }
tpgus2603's avatar
add
tpgus2603 committed
    },
    "node_modules/@aws-sdk/client-sts": {
      "version": "3.693.0",
      "resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.693.0.tgz",
      "integrity": "sha512-4S2y7VEtvdnjJX4JPl4kDQlslxXEZFnC50/UXVUYSt/AMc5A/GgspFNA5FVz4E3Gwpfobbf23hR2NBF8AGvYoQ==",
      "devOptional": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@aws-crypto/sha256-browser": "5.2.0",
        "@aws-crypto/sha256-js": "5.2.0",
        "@aws-sdk/client-sso-oidc": "3.693.0",
        "@aws-sdk/core": "3.693.0",
        "@aws-sdk/credential-provider-node": "3.693.0",
        "@aws-sdk/middleware-host-header": "3.693.0",
        "@aws-sdk/middleware-logger": "3.693.0",
        "@aws-sdk/middleware-recursion-detection": "3.693.0",
        "@aws-sdk/middleware-user-agent": "3.693.0",
        "@aws-sdk/region-config-resolver": "3.693.0",
        "@aws-sdk/types": "3.692.0",
        "@aws-sdk/util-endpoints": "3.693.0",
        "@aws-sdk/util-user-agent-browser": "3.693.0",
        "@aws-sdk/util-user-agent-node": "3.693.0",
        "@smithy/config-resolver": "^3.0.11",
        "@smithy/core": "^2.5.2",
        "@smithy/fetch-http-handler": "^4.1.0",
        "@smithy/hash-node": "^3.0.9",
        "@smithy/invalid-dependency": "^3.0.9",
        "@smithy/middleware-content-length": "^3.0.11",
        "@smithy/middleware-endpoint": "^3.2.2",
        "@smithy/middleware-retry": "^3.0.26",
        "@smithy/middleware-serde": "^3.0.9",
        "@smithy/middleware-stack": "^3.0.9",
        "@smithy/node-config-provider": "^3.1.10",
        "@smithy/node-http-handler": "^3.3.0",
        "@smithy/protocol-http": "^4.1.6",
        "@smithy/smithy-client": "^3.4.3",
        "@smithy/types": "^3.7.0",
        "@smithy/url-parser": "^3.0.9",
        "@smithy/util-base64": "^3.0.0",
        "@smithy/util-body-length-browser": "^3.0.0",
        "@smithy/util-body-length-node": "^3.0.0",
        "@smithy/util-defaults-mode-browser": "^3.0.26",
        "@smithy/util-defaults-mode-node": "^3.0.26",
        "@smithy/util-endpoints": "^2.1.5",
        "@smithy/util-middleware": "^3.0.9",
        "@smithy/util-retry": "^3.0.9",
        "@smithy/util-utf8": "^3.0.0",
        "tslib": "^2.6.2"
      },
      "engines": {
        "node": ">=16.0.0"
      }
    },
    "node_modules/@aws-sdk/core": {
      "version": "3.693.0",
      "resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.693.0.tgz",
      "integrity": "sha512-v6Z/kWmLFqRLDPEwl9hJGhtTgIFHjZugSfF1Yqffdxf4n1AWgtHS7qSegakuMyN5pP4K2tvUD8qHJ+gGe2Bw2A==",
      "devOptional": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@aws-sdk/types": "3.692.0",
        "@smithy/core": "^2.5.2",
        "@smithy/node-config-provider": "^3.1.10",
        "@smithy/property-provider": "^3.1.9",
        "@smithy/protocol-http": "^4.1.6",
        "@smithy/signature-v4": "^4.2.2",
        "@smithy/smithy-client": "^3.4.3",
        "@smithy/types": "^3.7.0",
        "@smithy/util-middleware": "^3.0.9",
        "fast-xml-parser": "4.4.1",
        "tslib": "^2.6.2"
      },
tpgus2603's avatar
tpgus2603 committed
      "engines": {
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@aws-sdk/credential-provider-cognito-identity": {
      "version": "3.693.0",
      "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-cognito-identity/-/credential-provider-cognito-identity-3.693.0.tgz",
      "integrity": "sha512-hlpV3tkOhpFl87aToH6Q6k7JBNNuARBPk+irPMtgE8ZqpYRP9tJ/RXftirzZ7CqSzc7NEWe/mnbJzRXw7DfgVQ==",
      "devOptional": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@aws-sdk/client-cognito-identity": "3.693.0",
        "@aws-sdk/types": "3.692.0",
        "@smithy/property-provider": "^3.1.9",
        "@smithy/types": "^3.7.0",
        "tslib": "^2.6.2"
      },
tpgus2603's avatar
tpgus2603 committed
      "engines": {
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@aws-sdk/credential-provider-env": {
      "version": "3.693.0",
      "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.693.0.tgz",
      "integrity": "sha512-hMUZaRSF7+iBKZfBHNLihFs9zvpM1CB8MBOTnTp5NGCVkRYF3SB2LH+Kcippe0ats4qCyB1eEoyQX99rERp2iQ==",
      "devOptional": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@aws-sdk/core": "3.693.0",
        "@aws-sdk/types": "3.692.0",
        "@smithy/property-provider": "^3.1.9",
        "@smithy/types": "^3.7.0",
        "tslib": "^2.6.2"
      },
    "node_modules/@aws-sdk/credential-provider-http": {
      "version": "3.693.0",
      "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.693.0.tgz",
      "integrity": "sha512-sL8MvwNJU7ZpD7/d2VVb3by1GknIJUxzTIgYtVkDVA/ojo+KRQSSHxcj0EWWXF5DTSh2Tm+LrEug3y1ZyKHsDA==",
      "devOptional": true,
      "license": "Apache-2.0",
tpgus2603's avatar
tpgus2603 committed
      "dependencies": {
        "@aws-sdk/core": "3.693.0",
        "@aws-sdk/types": "3.692.0",
        "@smithy/fetch-http-handler": "^4.1.0",
        "@smithy/node-http-handler": "^3.3.0",
        "@smithy/property-provider": "^3.1.9",
        "@smithy/protocol-http": "^4.1.6",
        "@smithy/smithy-client": "^3.4.3",
        "@smithy/types": "^3.7.0",
        "@smithy/util-stream": "^3.3.0",
        "tslib": "^2.6.2"
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@aws-sdk/credential-provider-ini": {
      "version": "3.693.0",
      "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.693.0.tgz",
      "integrity": "sha512-kvaa4mXhCCOuW7UQnBhYqYfgWmwy7WSBSDClutwSLPZvgrhYj2l16SD2lN4IfYdxARYMJJ1lFYp3/jJG/9Yk4Q==",
      "devOptional": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@aws-sdk/core": "3.693.0",
        "@aws-sdk/credential-provider-env": "3.693.0",
        "@aws-sdk/credential-provider-http": "3.693.0",
        "@aws-sdk/credential-provider-process": "3.693.0",
        "@aws-sdk/credential-provider-sso": "3.693.0",
        "@aws-sdk/credential-provider-web-identity": "3.693.0",
        "@aws-sdk/types": "3.692.0",
        "@smithy/credential-provider-imds": "^3.2.6",
        "@smithy/property-provider": "^3.1.9",
        "@smithy/shared-ini-file-loader": "^3.1.10",
        "@smithy/types": "^3.7.0",
        "tslib": "^2.6.2"
      },
tpgus2603's avatar
tpgus2603 committed
      "engines": {
tpgus2603's avatar
tpgus2603 committed
      },
      "peerDependencies": {
        "@aws-sdk/client-sts": "^3.693.0"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@aws-sdk/credential-provider-node": {
      "version": "3.693.0",
      "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.693.0.tgz",
      "integrity": "sha512-42WMsBjTNnjYxYuM3qD/Nq+8b7UdMopUq5OduMDxoM3mFTV6PXMMnfI4Z1TNnR4tYRvPXAnuNltF6xmjKbSJRA==",
      "devOptional": true,
      "license": "Apache-2.0",
tpgus2603's avatar
add
tpgus2603 committed
      "dependencies": {
        "@aws-sdk/credential-provider-env": "3.693.0",
        "@aws-sdk/credential-provider-http": "3.693.0",
        "@aws-sdk/credential-provider-ini": "3.693.0",
        "@aws-sdk/credential-provider-process": "3.693.0",
        "@aws-sdk/credential-provider-sso": "3.693.0",
        "@aws-sdk/credential-provider-web-identity": "3.693.0",
        "@aws-sdk/types": "3.692.0",
        "@smithy/credential-provider-imds": "^3.2.6",
        "@smithy/property-provider": "^3.1.9",
        "@smithy/shared-ini-file-loader": "^3.1.10",
        "@smithy/types": "^3.7.0",
        "tslib": "^2.6.2"
tpgus2603's avatar
add
tpgus2603 committed
      },
      "engines": {
tpgus2603's avatar
add
tpgus2603 committed
      }
    },
    "node_modules/@aws-sdk/credential-provider-process": {
      "version": "3.693.0",
      "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.693.0.tgz",
      "integrity": "sha512-cvxQkrTWHHjeHrPlj7EWXPnFSq8x7vMx+Zn1oTsMpCY445N9KuzjfJTkmNGwU2GT6rSZI9/0MM02aQvl5bBBTQ==",
      "devOptional": true,
      "license": "Apache-2.0",
tpgus2603's avatar
tpgus2603 committed
      "dependencies": {
        "@aws-sdk/core": "3.693.0",
        "@aws-sdk/types": "3.692.0",
        "@smithy/property-provider": "^3.1.9",
        "@smithy/shared-ini-file-loader": "^3.1.10",
        "@smithy/types": "^3.7.0",
        "tslib": "^2.6.2"
      },
      "engines": {
        "node": ">=16.0.0"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@aws-sdk/credential-provider-sso": {
      "version": "3.693.0",
      "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.693.0.tgz",
      "integrity": "sha512-479UlJxY+BFjj3pJFYUNC0DCMrykuG7wBAXfsvZqQxKUa83DnH5Q1ID/N2hZLkxjGd4ZW0AC3lTOMxFelGzzpQ==",
      "devOptional": true,
      "license": "Apache-2.0",
tpgus2603's avatar
tpgus2603 committed
      "dependencies": {
        "@aws-sdk/client-sso": "3.693.0",
        "@aws-sdk/core": "3.693.0",
        "@aws-sdk/token-providers": "3.693.0",
        "@aws-sdk/types": "3.692.0",
        "@smithy/property-provider": "^3.1.9",
        "@smithy/shared-ini-file-loader": "^3.1.10",
        "@smithy/types": "^3.7.0",
        "tslib": "^2.6.2"
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@aws-sdk/credential-provider-web-identity": {
      "version": "3.693.0",
      "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.693.0.tgz",
      "integrity": "sha512-8LB210Pr6VeCiSb2hIra+sAH4KUBLyGaN50axHtIgufVK8jbKIctTZcVY5TO9Se+1107TsruzeXS7VeqVdJfFA==",
      "devOptional": true,
tpgus2603's avatar
tpgus2603 committed
      "license": "Apache-2.0",
      "dependencies": {
        "@aws-sdk/core": "3.693.0",
        "@aws-sdk/types": "3.692.0",
        "@smithy/property-provider": "^3.1.9",
        "@smithy/types": "^3.7.0",
        "tslib": "^2.6.2"
      },
tpgus2603's avatar
tpgus2603 committed
      "engines": {
        "node": ">=16.0.0"
      },
      "peerDependencies": {
        "@aws-sdk/client-sts": "^3.693.0"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@aws-sdk/credential-providers": {
      "version": "3.693.0",
      "resolved": "https://registry.npmjs.org/@aws-sdk/credential-providers/-/credential-providers-3.693.0.tgz",
      "integrity": "sha512-0CCH8GuH1E41Kpq52NujErbUIRewDWLkdbYO8UJGybDbUQ8KC5JG1tP7K20tKYHmVgJGXDHo+XUIG7ogHD6/JA==",
      "devOptional": true,
      "license": "Apache-2.0",
tpgus2603's avatar
tpgus2603 committed
      "dependencies": {
        "@aws-sdk/client-cognito-identity": "3.693.0",
        "@aws-sdk/client-sso": "3.693.0",
        "@aws-sdk/client-sts": "3.693.0",
        "@aws-sdk/core": "3.693.0",
        "@aws-sdk/credential-provider-cognito-identity": "3.693.0",
        "@aws-sdk/credential-provider-env": "3.693.0",
        "@aws-sdk/credential-provider-http": "3.693.0",
        "@aws-sdk/credential-provider-ini": "3.693.0",
        "@aws-sdk/credential-provider-node": "3.693.0",
        "@aws-sdk/credential-provider-process": "3.693.0",
        "@aws-sdk/credential-provider-sso": "3.693.0",
        "@aws-sdk/credential-provider-web-identity": "3.693.0",
        "@aws-sdk/types": "3.692.0",
        "@smithy/credential-provider-imds": "^3.2.6",
        "@smithy/property-provider": "^3.1.9",
        "@smithy/types": "^3.7.0",
        "tslib": "^2.6.2"
      },
      "engines": {
        "node": ">=16.0.0"
      }
    },
    "node_modules/@aws-sdk/middleware-host-header": {
      "version": "3.693.0",
      "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.693.0.tgz",
      "integrity": "sha512-BCki6sAZ5jYwIN/t3ElCiwerHad69ipHwPsDCxJQyeiOnJ8HG+lEpnVIfrnI8A0fLQNSF3Gtx6ahfBpKiv1Oug==",
      "devOptional": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@aws-sdk/types": "3.692.0",
        "@smithy/protocol-http": "^4.1.6",
        "@smithy/types": "^3.7.0",
        "tslib": "^2.6.2"
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@aws-sdk/middleware-logger": {
      "version": "3.693.0",
      "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.693.0.tgz",
      "integrity": "sha512-dXnXDPr+wIiJ1TLADACI1g9pkSB21KkMIko2u4CJ2JCBoxi5IqeTnVoa6YcC8GdFNVRl+PorZ3Zqfmf1EOTC6w==",
      "devOptional": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@aws-sdk/types": "3.692.0",
        "@smithy/types": "^3.7.0",
        "tslib": "^2.6.2"
      },
tpgus2603's avatar
add
tpgus2603 committed
      "engines": {
tpgus2603's avatar
add
tpgus2603 committed
      }
    },
    "node_modules/@aws-sdk/middleware-recursion-detection": {
      "version": "3.693.0",
      "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.693.0.tgz",
      "integrity": "sha512-0LDmM+VxXp0u3rG0xQRWD/q6Ubi7G8I44tBPahevD5CaiDZTkmNTrVUf0VEJgVe0iCKBppACMBDkLB0/ETqkFw==",
      "devOptional": true,
      "license": "Apache-2.0",
tpgus2603's avatar
add
tpgus2603 committed
      "dependencies": {
        "@aws-sdk/types": "3.692.0",
        "@smithy/protocol-http": "^4.1.6",
        "@smithy/types": "^3.7.0",
        "tslib": "^2.6.2"
tpgus2603's avatar
add
tpgus2603 committed
      },
      "engines": {
        "node": ">=16.0.0"
      }
    },
    "node_modules/@aws-sdk/middleware-user-agent": {
      "version": "3.693.0",
      "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.693.0.tgz",
      "integrity": "sha512-/KUq/KEpFFbQmNmpp7SpAtFAdViquDfD2W0QcG07zYBfz9MwE2ig48ALynXm5sMpRmnG7sJXjdvPtTsSVPfkiw==",
      "devOptional": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@aws-sdk/core": "3.693.0",
        "@aws-sdk/types": "3.692.0",
        "@aws-sdk/util-endpoints": "3.693.0",
        "@smithy/core": "^2.5.2",
        "@smithy/protocol-http": "^4.1.6",
        "@smithy/types": "^3.7.0",
        "tslib": "^2.6.2"
tpgus2603's avatar
add
tpgus2603 committed
      },
      "engines": {
        "node": ">=16.0.0"
tpgus2603's avatar
add
tpgus2603 committed
      }
    },
    "node_modules/@aws-sdk/region-config-resolver": {
      "version": "3.693.0",
      "resolved": "https://registry.npmjs.org/@aws-sdk/region-config-resolver/-/region-config-resolver-3.693.0.tgz",
      "integrity": "sha512-YLUkMsUY0GLW/nfwlZ69cy1u07EZRmsv8Z9m0qW317/EZaVx59hcvmcvb+W4bFqj5E8YImTjoGfE4cZ0F9mkyw==",
      "devOptional": true,
      "license": "Apache-2.0",
tpgus2603's avatar
tpgus2603 committed
      "dependencies": {
        "@aws-sdk/types": "3.692.0",
        "@smithy/node-config-provider": "^3.1.10",
        "@smithy/types": "^3.7.0",
        "@smithy/util-config-provider": "^3.0.0",
        "@smithy/util-middleware": "^3.0.9",
        "tslib": "^2.6.2"
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
        "node": ">=16.0.0"
      }
    },
    "node_modules/@aws-sdk/token-providers": {
      "version": "3.693.0",
      "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.693.0.tgz",
      "integrity": "sha512-nDBTJMk1l/YmFULGfRbToOA2wjf+FkQT4dMgYCv+V9uSYsMzQj8A7Tha2dz9yv4vnQgYaEiErQ8d7HVyXcVEoA==",
      "devOptional": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@aws-sdk/types": "3.692.0",
        "@smithy/property-provider": "^3.1.9",
        "@smithy/shared-ini-file-loader": "^3.1.10",
        "@smithy/types": "^3.7.0",
        "tslib": "^2.6.2"
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
        "node": ">=16.0.0"
tpgus2603's avatar
tpgus2603 committed
      },
      "peerDependencies": {
        "@aws-sdk/client-sso-oidc": "^3.693.0"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@aws-sdk/types": {
      "version": "3.692.0",
      "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.692.0.tgz",
      "integrity": "sha512-RpNvzD7zMEhiKgmlxGzyXaEcg2khvM7wd5sSHVapOcrde1awQSOMGI4zKBQ+wy5TnDfrm170ROz/ERLYtrjPZA==",
      "devOptional": true,
      "license": "Apache-2.0",
tpgus2603's avatar
tpgus2603 committed
      "dependencies": {
        "@smithy/types": "^3.7.0",
        "tslib": "^2.6.2"
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@aws-sdk/util-endpoints": {
      "version": "3.693.0",
      "resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.693.0.tgz",
      "integrity": "sha512-eo4F6DRQ/kxS3gxJpLRv+aDNy76DxQJL5B3DPzpr9Vkq0ygVoi4GT5oIZLVaAVIJmi6k5qq9dLsYZfWLUxJJSg==",
      "devOptional": true,
      "license": "Apache-2.0",
tpgus2603's avatar
tpgus2603 committed
      "dependencies": {
        "@aws-sdk/types": "3.692.0",
        "@smithy/types": "^3.7.0",
        "@smithy/util-endpoints": "^2.1.5",
        "tslib": "^2.6.2"
      },
      "engines": {
        "node": ">=16.0.0"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@aws-sdk/util-locate-window": {
      "version": "3.693.0",
      "resolved": "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.693.0.tgz",
      "integrity": "sha512-ttrag6haJLWABhLqtg1Uf+4LgHWIMOVSYL+VYZmAp2v4PUGOwWmWQH0Zk8RM7YuQcLfH/EoR72/Yxz6A4FKcuw==",
      "devOptional": true,
      "license": "Apache-2.0",
      "dependencies": {
        "tslib": "^2.6.2"
      },
tpgus2603's avatar
tpgus2603 committed
      "engines": {
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@aws-sdk/util-user-agent-browser": {
      "version": "3.693.0",
      "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.693.0.tgz",
      "integrity": "sha512-6EUfuKOujtddy18OLJUaXfKBgs+UcbZ6N/3QV4iOkubCUdeM1maIqs++B9bhCbWeaeF5ORizJw5FTwnyNjE/mw==",
      "devOptional": true,
      "license": "Apache-2.0",
tpgus2603's avatar
tpgus2603 committed
      "dependencies": {
        "@aws-sdk/types": "3.692.0",
        "@smithy/types": "^3.7.0",
        "bowser": "^2.11.0",
        "tslib": "^2.6.2"
      }
    },
    "node_modules/@aws-sdk/util-user-agent-node": {
      "version": "3.693.0",
      "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.693.0.tgz",
      "integrity": "sha512-td0OVX8m5ZKiXtecIDuzY3Y3UZIzvxEr57Hp21NOwieqKCG2UeyQWWeGPv0FQaU7dpTkvFmVNI+tx9iB8V/Nhg==",
      "devOptional": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@aws-sdk/middleware-user-agent": "3.693.0",
        "@aws-sdk/types": "3.692.0",
        "@smithy/node-config-provider": "^3.1.10",
        "@smithy/types": "^3.7.0",
        "tslib": "^2.6.2"
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
tpgus2603's avatar
tpgus2603 committed
      },
      "peerDependencies": {
        "aws-crt": ">=1.0.0"
      },
      "peerDependenciesMeta": {
        "aws-crt": {
          "optional": true
        }
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@azure/abort-controller": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-1.1.0.tgz",
      "integrity": "sha512-TrRLIoSQVzfAJX9H1JeFjzAoDGcoK1IYX1UImfceTZpsyYfWr09Ss1aHW1y5TrrR3iq6RZLBwJ3E24uwPhwahw==",
      "dev": true,
tpgus2603's avatar
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@azure/arm-containerinstance": {
      "version": "9.1.0",
      "resolved": "https://registry.npmjs.org/@azure/arm-containerinstance/-/arm-containerinstance-9.1.0.tgz",
      "integrity": "sha512-N9T3/HJwWXvJuz7tin+nO+DYYCTGHILJ5Die3TtdF8Wd1ITfXGqB0vY/wOnspUu/AGojhaIKGmawAfPdw2kX8w==",
      "dev": true,
tpgus2603's avatar
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
        "@azure/abort-controller": "^1.0.0",
        "@azure/core-auth": "^1.3.0",
        "@azure/core-client": "^1.7.0",
        "@azure/core-lro": "^2.5.0",
        "@azure/core-paging": "^1.2.0",
        "@azure/core-rest-pipeline": "^1.8.0",
        "tslib": "^2.2.0"
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@azure/core-auth": {
      "version": "1.9.0",
      "resolved": "https://registry.npmjs.org/@azure/core-auth/-/core-auth-1.9.0.tgz",
      "integrity": "sha512-FPwHpZywuyasDSLMqJ6fhbOK3TqUdviZNF8OqRGA4W5Ewib2lEEZ+pBsYcBa88B2NGO/SEnYPGhyBqNlE8ilSw==",
      "dev": true,
tpgus2603's avatar
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
        "@azure/abort-controller": "^2.0.0",
        "@azure/core-util": "^1.11.0",
        "tslib": "^2.6.2"
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@azure/core-auth/node_modules/@azure/abort-controller": {
      "version": "2.1.2",
      "resolved": "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-2.1.2.tgz",
      "integrity": "sha512-nBrLsEWm4J2u5LpAPjxADTlq3trDgVZZXHNKabeXZtpq3d3AbN/KGO82R87rdDz5/lYB024rtEf10/q0urNgsA==",
      "dev": true,
tpgus2603's avatar
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@azure/core-client": {
      "version": "1.9.2",
      "resolved": "https://registry.npmjs.org/@azure/core-client/-/core-client-1.9.2.tgz",
      "integrity": "sha512-kRdry/rav3fUKHl/aDLd/pDLcB+4pOFwPPTVEExuMyaI5r+JBbMWqRbCY1pn5BniDaU3lRxO9eaQ1AmSMehl/w==",
      "dev": true,
tpgus2603's avatar
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
        "@azure/abort-controller": "^2.0.0",
        "@azure/core-auth": "^1.4.0",
        "@azure/core-rest-pipeline": "^1.9.1",
        "@azure/core-tracing": "^1.0.0",
        "@azure/core-util": "^1.6.1",
        "@azure/logger": "^1.0.0",
        "tslib": "^2.6.2"
      },
tpgus2603's avatar
tpgus2603 committed
      "engines": {
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@azure/core-client/node_modules/@azure/abort-controller": {
      "version": "2.1.2",
      "resolved": "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-2.1.2.tgz",
      "integrity": "sha512-nBrLsEWm4J2u5LpAPjxADTlq3trDgVZZXHNKabeXZtpq3d3AbN/KGO82R87rdDz5/lYB024rtEf10/q0urNgsA==",
tpgus2603's avatar
tpgus2603 committed
      "dev": true,
      "license": "MIT",
      "dependencies": {
        "tslib": "^2.6.2"
      },
      "engines": {
        "node": ">=18.0.0"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@azure/core-http-compat": {
      "version": "2.1.2",
      "resolved": "https://registry.npmjs.org/@azure/core-http-compat/-/core-http-compat-2.1.2.tgz",
      "integrity": "sha512-5MnV1yqzZwgNLLjlizsU3QqOeQChkIXw781Fwh1xdAqJR5AA32IUaq6xv1BICJvfbHoa+JYcaij2HFkhLbNTJQ==",
      "dev": true,
tpgus2603's avatar
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
        "@azure/abort-controller": "^2.0.0",
        "@azure/core-client": "^1.3.0",
        "@azure/core-rest-pipeline": "^1.3.0"
      },
    "node_modules/@azure/core-http-compat/node_modules/@azure/abort-controller": {
      "version": "2.1.2",
      "resolved": "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-2.1.2.tgz",
      "integrity": "sha512-nBrLsEWm4J2u5LpAPjxADTlq3trDgVZZXHNKabeXZtpq3d3AbN/KGO82R87rdDz5/lYB024rtEf10/q0urNgsA==",
      "dev": true,
tpgus2603's avatar
add
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
tpgus2603's avatar
add
tpgus2603 committed
      },
      "engines": {
tpgus2603's avatar
add
tpgus2603 committed
      }
    },
    "node_modules/@azure/core-lro": {
      "version": "2.7.2",
      "resolved": "https://registry.npmjs.org/@azure/core-lro/-/core-lro-2.7.2.tgz",
      "integrity": "sha512-0YIpccoX8m/k00O7mDDMdJpbr6mf1yWo2dfmxt5A8XVZVVMz2SSKaEbMCeJRvgQ0IaSlqhjT47p4hVIRRy90xw==",
      "dev": true,
tpgus2603's avatar
add
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
        "@azure/abort-controller": "^2.0.0",
        "@azure/core-util": "^1.2.0",
        "@azure/logger": "^1.0.0",
        "tslib": "^2.6.2"
      },
tpgus2603's avatar
add
tpgus2603 committed
      "engines": {
tpgus2603's avatar
add
tpgus2603 committed
      }
    },
    "node_modules/@azure/core-lro/node_modules/@azure/abort-controller": {
      "version": "2.1.2",
      "resolved": "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-2.1.2.tgz",
      "integrity": "sha512-nBrLsEWm4J2u5LpAPjxADTlq3trDgVZZXHNKabeXZtpq3d3AbN/KGO82R87rdDz5/lYB024rtEf10/q0urNgsA==",
      "dev": true,
tpgus2603's avatar
add
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
        "tslib": "^2.6.2"
      },
tpgus2603's avatar
add
tpgus2603 committed
      "engines": {
tpgus2603's avatar
add
tpgus2603 committed
      }
    },
    "node_modules/@azure/core-paging": {
      "version": "1.6.2",
      "resolved": "https://registry.npmjs.org/@azure/core-paging/-/core-paging-1.6.2.tgz",
      "integrity": "sha512-YKWi9YuCU04B55h25cnOYZHxXYtEvQEbKST5vqRga7hWY9ydd3FZHdeQF8pyh+acWZvppw13M/LMGx0LABUVMA==",
      "dev": true,
tpgus2603's avatar
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@azure/core-rest-pipeline": {
      "version": "1.18.0",
      "resolved": "https://registry.npmjs.org/@azure/core-rest-pipeline/-/core-rest-pipeline-1.18.0.tgz",
      "integrity": "sha512-QSoGUp4Eq/gohEFNJaUOwTN7BCc2nHTjjbm75JT0aD7W65PWM1H/tItz0GsABn22uaKyGxiMhWQLt2r+FGU89Q==",
      "dev": true,
tpgus2603's avatar
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
        "@azure/abort-controller": "^2.0.0",
        "@azure/core-auth": "^1.8.0",
        "@azure/core-tracing": "^1.0.1",
        "@azure/core-util": "^1.11.0",
        "@azure/logger": "^1.0.0",
        "http-proxy-agent": "^7.0.0",
        "https-proxy-agent": "^7.0.0",
        "tslib": "^2.6.2"
      },
tpgus2603's avatar
tpgus2603 committed
      "engines": {
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@azure/core-rest-pipeline/node_modules/@azure/abort-controller": {
      "version": "2.1.2",
      "resolved": "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-2.1.2.tgz",
      "integrity": "sha512-nBrLsEWm4J2u5LpAPjxADTlq3trDgVZZXHNKabeXZtpq3d3AbN/KGO82R87rdDz5/lYB024rtEf10/q0urNgsA==",
      "dev": true,
tpgus2603's avatar
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@azure/core-rest-pipeline/node_modules/debug": {
      "version": "4.3.7",
      "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
      "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
      "dev": true,
      "license": "MIT",
tpgus2603's avatar
tpgus2603 committed
      "dependencies": {
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
        "node": ">=6.0"
      },
      "peerDependenciesMeta": {
        "supports-color": {
          "optional": true
        }
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@azure/core-rest-pipeline/node_modules/https-proxy-agent": {
      "version": "7.0.5",
      "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz",
      "integrity": "sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==",
      "dev": true,
tpgus2603's avatar
add
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
        "agent-base": "^7.0.2",
        "debug": "4"
      },
      "engines": {
        "node": ">= 14"
tpgus2603's avatar
add
tpgus2603 committed
      }
    },
    "node_modules/@azure/core-rest-pipeline/node_modules/ms": {
      "version": "2.1.3",
      "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
      "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
      "dev": true,
      "license": "MIT"
    },
    "node_modules/@azure/core-tracing": {
      "version": "1.2.0",
      "resolved": "https://registry.npmjs.org/@azure/core-tracing/-/core-tracing-1.2.0.tgz",
      "integrity": "sha512-UKTiEJPkWcESPYJz3X5uKRYyOcJD+4nYph+KpfdPRnQJVrZfk0KJgdnaAWKfhsBBtAf/D58Az4AvCJEmWgIBAg==",
      "dev": true,
tpgus2603's avatar
add
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
tpgus2603's avatar
add
tpgus2603 committed
      },
      "engines": {
tpgus2603's avatar
add
tpgus2603 committed
      }
    },
    "node_modules/@azure/core-util": {
      "version": "1.11.0",
      "resolved": "https://registry.npmjs.org/@azure/core-util/-/core-util-1.11.0.tgz",
      "integrity": "sha512-DxOSLua+NdpWoSqULhjDyAZTXFdP/LKkqtYuxxz1SCN289zk3OG8UOpnCQAz/tygyACBtWp/BoO72ptK7msY8g==",
      "dev": true,
      "license": "MIT",
      "dependencies": {
        "@azure/abort-controller": "^2.0.0",
        "tslib": "^2.6.2"
      },
tpgus2603's avatar
tpgus2603 committed
      "engines": {
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@azure/core-util/node_modules/@azure/abort-controller": {
      "version": "2.1.2",
      "resolved": "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-2.1.2.tgz",
      "integrity": "sha512-nBrLsEWm4J2u5LpAPjxADTlq3trDgVZZXHNKabeXZtpq3d3AbN/KGO82R87rdDz5/lYB024rtEf10/q0urNgsA==",
      "dev": true,
tpgus2603's avatar
add
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
        "tslib": "^2.6.2"
      },
tpgus2603's avatar
add
tpgus2603 committed
      "engines": {
tpgus2603's avatar
add
tpgus2603 committed
      }
    },
    "node_modules/@azure/core-xml": {
      "version": "1.4.4",
      "resolved": "https://registry.npmjs.org/@azure/core-xml/-/core-xml-1.4.4.tgz",
      "integrity": "sha512-J4FYAqakGXcbfeZjwjMzjNcpcH4E+JtEBv+xcV1yL0Ydn/6wbQfeFKTCHh9wttAi0lmajHw7yBbHPRG+YHckZQ==",
      "dev": true,
tpgus2603's avatar
add
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
        "fast-xml-parser": "^4.4.1",
        "tslib": "^2.6.2"
      },
tpgus2603's avatar
add
tpgus2603 committed
      "engines": {
tpgus2603's avatar
add
tpgus2603 committed
      }
    },
    "node_modules/@azure/identity": {
      "version": "4.5.0",
      "resolved": "https://registry.npmjs.org/@azure/identity/-/identity-4.5.0.tgz",
      "integrity": "sha512-EknvVmtBuSIic47xkOqyNabAme0RYTw52BTMz8eBgU1ysTyMrD1uOoM+JdS0J/4Yfp98IBT3osqq3BfwSaNaGQ==",
      "dev": true,
      "license": "MIT",
      "dependencies": {
        "@azure/abort-controller": "^2.0.0",
        "@azure/core-auth": "^1.9.0",
        "@azure/core-client": "^1.9.2",
        "@azure/core-rest-pipeline": "^1.17.0",
        "@azure/core-tracing": "^1.0.0",
        "@azure/core-util": "^1.11.0",
        "@azure/logger": "^1.0.0",
        "@azure/msal-browser": "^3.26.1",
        "@azure/msal-node": "^2.15.0",
        "events": "^3.0.0",
        "jws": "^4.0.0",
        "open": "^8.0.0",
        "stoppable": "^1.1.0",
        "tslib": "^2.2.0"
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
        "node": ">=18.0.0"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@azure/identity/node_modules/@azure/abort-controller": {
      "version": "2.1.2",
      "resolved": "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-2.1.2.tgz",
      "integrity": "sha512-nBrLsEWm4J2u5LpAPjxADTlq3trDgVZZXHNKabeXZtpq3d3AbN/KGO82R87rdDz5/lYB024rtEf10/q0urNgsA==",
      "dev": true,
tpgus2603's avatar
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@azure/logger": {
      "version": "1.1.4",
      "resolved": "https://registry.npmjs.org/@azure/logger/-/logger-1.1.4.tgz",
      "integrity": "sha512-4IXXzcCdLdlXuCG+8UKEwLA1T1NHqUfanhXYHiQTn+6sfWCZXduqbtXDGceg3Ce5QxTGo7EqmbV6Bi+aqKuClQ==",
      "dev": true,
tpgus2603's avatar
add
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
        "tslib": "^2.6.2"
      },
tpgus2603's avatar
add
tpgus2603 committed
      "engines": {
tpgus2603's avatar
add
tpgus2603 committed
      }
    },
    "node_modules/@azure/msal-browser": {
      "version": "3.27.0",
      "resolved": "https://registry.npmjs.org/@azure/msal-browser/-/msal-browser-3.27.0.tgz",
      "integrity": "sha512-+b4ZKSD8+vslCtVRVetkegEhOFMLP3rxDWJY212ct+2r6jVg6OSQKc1Qz3kCoXo0FgwaXkb+76TMZfpHp8QtgA==",
      "dev": true,
tpgus2603's avatar
add
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
        "@azure/msal-common": "14.16.0"
tpgus2603's avatar
add
tpgus2603 committed
      },
      "engines": {
tpgus2603's avatar
add
tpgus2603 committed
      }
    },
    "node_modules/@azure/msal-common": {
      "version": "14.16.0",
      "resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-14.16.0.tgz",
      "integrity": "sha512-1KOZj9IpcDSwpNiQNjt0jDYZpQvNZay7QAEi/5DLubay40iGYtLzya/jbjRPLyOTZhEKyL1MzPuw2HqBCjceYA==",
      "dev": true,
tpgus2603's avatar
add
tpgus2603 committed
      "license": "MIT",
      "engines": {
tpgus2603's avatar
add
tpgus2603 committed
      }
    },
    "node_modules/@azure/msal-node": {
      "version": "2.16.1",
      "resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-2.16.1.tgz",
      "integrity": "sha512-1NEFpTmMMT2A7RnZuvRl/hUmJU+GLPjh+ShyIqPktG2PvSd2yvPnzGd/BxIBAAvJG5nr9lH4oYcQXepDbaE7fg==",
      "dev": true,
      "license": "MIT",
tpgus2603's avatar
tpgus2603 committed
      "dependencies": {
        "@azure/msal-common": "14.16.0",
        "jsonwebtoken": "^9.0.0",
        "uuid": "^8.3.0"
tpgus2603's avatar
tpgus2603 committed
      },
tpgus2603's avatar
add
tpgus2603 committed
      "engines": {
tpgus2603's avatar
add
tpgus2603 committed
      }
    },
    "node_modules/@azure/storage-blob": {
      "version": "12.25.0",
      "resolved": "https://registry.npmjs.org/@azure/storage-blob/-/storage-blob-12.25.0.tgz",
      "integrity": "sha512-oodouhA3nCCIh843tMMbxty3WqfNT+Vgzj3Xo5jqR9UPnzq3d7mzLjlHAYz7lW+b4km3SIgz+NAgztvhm7Z6kQ==",
      "dev": true,
tpgus2603's avatar
add
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
        "@azure/abort-controller": "^2.1.2",
        "@azure/core-auth": "^1.4.0",
        "@azure/core-client": "^1.6.2",
        "@azure/core-http-compat": "^2.0.0",
        "@azure/core-lro": "^2.2.0",
        "@azure/core-paging": "^1.1.1",
        "@azure/core-rest-pipeline": "^1.10.1",
        "@azure/core-tracing": "^1.1.2",
        "@azure/core-util": "^1.6.1",
        "@azure/core-xml": "^1.4.3",
        "@azure/logger": "^1.0.0",
        "events": "^3.0.0",
        "tslib": "^2.2.0"
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@azure/storage-blob/node_modules/@azure/abort-controller": {
      "version": "2.1.2",
      "resolved": "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-2.1.2.tgz",
      "integrity": "sha512-nBrLsEWm4J2u5LpAPjxADTlq3trDgVZZXHNKabeXZtpq3d3AbN/KGO82R87rdDz5/lYB024rtEf10/q0urNgsA==",
      "dev": true,
      "license": "MIT",
tpgus2603's avatar
tpgus2603 committed
      "dependencies": {
        "tslib": "^2.6.2"
      },
      "engines": {
        "node": ">=18.0.0"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@azure/storage-queue": {
      "version": "12.24.0",
      "resolved": "https://registry.npmjs.org/@azure/storage-queue/-/storage-queue-12.24.0.tgz",
      "integrity": "sha512-U84iLcXC1YdfYeZR+aNX6BYrJLIFheQR3jedENkUg5jBH7868i/XK0KTgiNQ+J4bpgNEBdSQGaxDE+kKQv5vnA==",
      "dev": true,
tpgus2603's avatar
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
        "@azure/abort-controller": "^2.1.2",
        "@azure/core-auth": "^1.4.0",
        "@azure/core-client": "^1.6.2",
        "@azure/core-http-compat": "^2.0.0",
        "@azure/core-paging": "^1.1.1",
        "@azure/core-rest-pipeline": "^1.10.1",
        "@azure/core-tracing": "^1.1.2",
        "@azure/core-util": "^1.6.1",
        "@azure/core-xml": "^1.4.3",
        "@azure/logger": "^1.0.0",
        "tslib": "^2.2.0"
      },
tpgus2603's avatar
tpgus2603 committed
      "engines": {
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@azure/storage-queue/node_modules/@azure/abort-controller": {
      "version": "2.1.2",
      "resolved": "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-2.1.2.tgz",
      "integrity": "sha512-nBrLsEWm4J2u5LpAPjxADTlq3trDgVZZXHNKabeXZtpq3d3AbN/KGO82R87rdDz5/lYB024rtEf10/q0urNgsA==",
      "dev": true,
      "license": "MIT",
tpgus2603's avatar
tpgus2603 committed
      "dependencies": {
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@babel/helper-string-parser": {
      "version": "7.25.9",
      "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz",
      "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==",
      "dev": true,
tpgus2603's avatar
tpgus2603 committed
      "license": "MIT",
      "engines": {
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@babel/helper-validator-identifier": {
      "version": "7.25.9",
      "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz",
      "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==",
      "dev": true,
tpgus2603's avatar
tpgus2603 committed
      "license": "MIT",
      "engines": {
        "node": ">=6.9.0"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@babel/parser": {
      "version": "7.26.2",
      "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.2.tgz",
      "integrity": "sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==",
      "dev": true,
tpgus2603's avatar
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
        "@babel/types": "^7.26.0"
      },
      "bin": {
        "parser": "bin/babel-parser.js"
tpgus2603's avatar
add
tpgus2603 committed
      },
      "engines": {
tpgus2603's avatar
add
tpgus2603 committed
      }
    },
    "node_modules/@babel/types": {
      "version": "7.26.0",
      "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.0.tgz",
      "integrity": "sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==",
      "dev": true,
tpgus2603's avatar
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
        "@babel/helper-string-parser": "^7.25.9",
        "@babel/helper-validator-identifier": "^7.25.9"
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@base2/pretty-print-object": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/@base2/pretty-print-object/-/pretty-print-object-1.0.1.tgz",
      "integrity": "sha512-4iri8i1AqYHJE2DstZYkyEprg6Pq6sKx3xn5FpySk9sNhH7qN2LLlHJCfDTZRILNwQNPD7mATWM0TBui7uC1pA==",
      "dev": true,
      "license": "BSD-2-Clause"
tpgus2603's avatar
tpgus2603 committed
    },
    "node_modules/@bcoe/v8-coverage": {
      "version": "0.2.3",
      "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
      "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==",
      "dev": true,
tpgus2603's avatar
tpgus2603 committed
      "license": "MIT"
    },
    "node_modules/@colors/colors": {
      "version": "1.5.0",
      "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz",
      "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==",
      "dev": true,
      "license": "MIT",
      "optional": true,
      "engines": {
        "node": ">=0.1.90"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@cspotcode/source-map-support": {
      "version": "0.8.1",
      "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz",
      "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==",
tpgus2603's avatar
tpgus2603 committed
      "dev": true,
      "license": "MIT",
      "dependencies": {
        "@jridgewell/trace-mapping": "0.3.9"
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@dependents/detective-less": {
      "version": "4.1.0",
      "resolved": "https://registry.npmjs.org/@dependents/detective-less/-/detective-less-4.1.0.tgz",
      "integrity": "sha512-KrkT6qO5NxqNfy68sBl6CTSoJ4SNDIS5iQArkibhlbGU4LaDukZ3q2HIkh8aUKDio6o4itU4xDR7t82Y2eP1Bg==",
      "dev": true,
tpgus2603's avatar
add
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
        "gonzales-pe": "^4.3.0",
        "node-source-walk": "^6.0.1"
tpgus2603's avatar
add
tpgus2603 committed
      },
      "engines": {
tpgus2603's avatar
add
tpgus2603 committed
      }
    },
    "node_modules/@grpc/grpc-js": {
      "version": "1.12.2",
      "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.12.2.tgz",
      "integrity": "sha512-bgxdZmgTrJZX50OjyVwz3+mNEnCTNkh3cIqGPWVNeW9jX6bn1ZkU80uPd+67/ZpIJIjRQ9qaHCjhavyoWYxumg==",
      "dev": true,
      "license": "Apache-2.0",
tpgus2603's avatar
tpgus2603 committed
      "dependencies": {
        "@grpc/proto-loader": "^0.7.13",
        "@js-sdsl/ordered-map": "^4.4.2"
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@grpc/proto-loader": {
      "version": "0.7.13",
      "resolved": "https://registry.npmjs.org/@grpc/proto-loader/-/proto-loader-0.7.13.tgz",
      "integrity": "sha512-AiXO/bfe9bmxBjxxtYxFAXGZvMaN5s8kO+jBHAJCON8rJoB5YS/D6X7ZNc6XQkuHNmyl4CYaMI1fJ/Gn27RGGw==",
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "lodash.camelcase": "^4.3.0",
        "long": "^5.0.0",
        "protobufjs": "^7.2.5",
        "yargs": "^17.7.2"
      },
      "bin": {
        "proto-loader-gen-types": "build/bin/proto-loader-gen-types.js"
      },
tpgus2603's avatar
add
tpgus2603 committed
      "engines": {
tpgus2603's avatar
add
tpgus2603 committed
      }
    },
    "node_modules/@grpc/proto-loader/node_modules/ansi-regex": {
      "version": "5.0.1",
      "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
      "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
      "dev": true,
tpgus2603's avatar
add
tpgus2603 committed
      "license": "MIT",
      "engines": {
tpgus2603's avatar
add
tpgus2603 committed
      }
    },
    "node_modules/@grpc/proto-loader/node_modules/ansi-styles": {
      "version": "4.3.0",
      "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
      "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
      "dev": true,
tpgus2603's avatar
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
        "color-convert": "^2.0.1"
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
        "node": ">=8"
      },
      "funding": {
        "url": "https://github.com/chalk/ansi-styles?sponsor=1"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@grpc/proto-loader/node_modules/cliui": {
      "version": "8.0.1",
      "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
      "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
tpgus2603's avatar
tpgus2603 committed
      "dev": true,
      "license": "ISC",
      "dependencies": {
        "string-width": "^4.2.0",
        "strip-ansi": "^6.0.1",
        "wrap-ansi": "^7.0.0"
      },
tpgus2603's avatar
tpgus2603 committed
      "engines": {
tpgus2603's avatar
add
tpgus2603 committed
      }
    },
    "node_modules/@grpc/proto-loader/node_modules/emoji-regex": {
      "version": "8.0.0",
      "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
      "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
      "dev": true,
      "license": "MIT"
    },
    "node_modules/@grpc/proto-loader/node_modules/string-width": {
      "version": "4.2.3",
      "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
      "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
      "dev": true,
tpgus2603's avatar
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
        "emoji-regex": "^8.0.0",
        "is-fullwidth-code-point": "^3.0.0",
        "strip-ansi": "^6.0.1"
      },
tpgus2603's avatar
tpgus2603 committed
      "engines": {
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@grpc/proto-loader/node_modules/strip-ansi": {
      "version": "6.0.1",
      "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
      "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
      "dev": true,
tpgus2603's avatar
add
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
        "ansi-regex": "^5.0.1"
tpgus2603's avatar
add
tpgus2603 committed
      },
      "engines": {
tpgus2603's avatar
add
tpgus2603 committed
      }
    },
    "node_modules/@grpc/proto-loader/node_modules/wrap-ansi": {
      "version": "7.0.0",
      "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
      "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
      "dev": true,
      "license": "MIT",
tpgus2603's avatar
tpgus2603 committed
      "dependencies": {
        "ansi-styles": "^4.0.0",
        "string-width": "^4.1.0",
        "strip-ansi": "^6.0.0"
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
        "node": ">=10"
tpgus2603's avatar
tpgus2603 committed
      },
      "funding": {
        "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@grpc/proto-loader/node_modules/yargs": {
      "version": "17.7.2",
      "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
      "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
tpgus2603's avatar
tpgus2603 committed
      "dev": true,
tpgus2603's avatar
tpgus2603 committed
      "dependencies": {
        "cliui": "^8.0.1",
        "escalade": "^3.1.1",
        "get-caller-file": "^2.0.5",
        "require-directory": "^2.1.1",
        "string-width": "^4.2.3",
        "y18n": "^5.0.5",
        "yargs-parser": "^21.1.1"
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@grpc/proto-loader/node_modules/yargs-parser": {
      "version": "21.1.1",
      "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
      "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
      "dev": true,
tpgus2603's avatar
tpgus2603 committed
      "license": "ISC",
      "engines": {
tpgus2603's avatar
add
tpgus2603 committed
      }
    },
    "node_modules/@hapi/hoek": {
      "version": "9.3.0",
      "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz",
      "integrity": "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==",
      "dev": true,
      "license": "BSD-3-Clause"
tpgus2603's avatar
tpgus2603 committed
    },
    "node_modules/@hapi/topo": {
      "version": "5.1.0",
      "resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-5.1.0.tgz",
      "integrity": "sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==",
tpgus2603's avatar
tpgus2603 committed
      "dev": true,
      "license": "BSD-3-Clause",
      "dependencies": {
        "@hapi/hoek": "^9.0.0"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@inquirer/checkbox": {
      "version": "4.0.2",
      "resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.0.2.tgz",
      "integrity": "sha512-+gznPl8ip8P8HYHYecDtUtdsh1t2jvb+sWCD72GAiZ9m45RqwrLmReDaqdC0umQfamtFXVRoMVJ2/qINKGm9Tg==",
      "dev": true,
tpgus2603's avatar
add
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
        "@inquirer/core": "^10.1.0",
        "@inquirer/figures": "^1.0.8",
        "@inquirer/type": "^3.0.1",
        "ansi-escapes": "^4.3.2",
        "yoctocolors-cjs": "^2.1.2"
tpgus2603's avatar
add
tpgus2603 committed
      },
      "engines": {
tpgus2603's avatar
add
tpgus2603 committed
      },
      "peerDependencies": {
        "@types/node": ">=18"
tpgus2603's avatar
add
tpgus2603 committed
      }
    },
    "node_modules/@inquirer/confirm": {
      "version": "5.0.2",
      "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.0.2.tgz",
      "integrity": "sha512-KJLUHOaKnNCYzwVbryj3TNBxyZIrr56fR5N45v6K9IPrbT6B7DcudBMfylkV1A8PUdJE15mybkEQyp2/ZUpxUA==",
      "dev": true,
tpgus2603's avatar
add
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
        "@inquirer/core": "^10.1.0",
        "@inquirer/type": "^3.0.1"
      },
tpgus2603's avatar
add
tpgus2603 committed
      "engines": {
tpgus2603's avatar
add
tpgus2603 committed
      },
      "peerDependencies": {
        "@types/node": ">=18"
tpgus2603's avatar
add
tpgus2603 committed
      }
    },
    "node_modules/@inquirer/core": {
      "version": "10.1.0",
      "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.1.0.tgz",
      "integrity": "sha512-I+ETk2AL+yAVbvuKx5AJpQmoaWhpiTFOg/UJb7ZkMAK4blmtG8ATh5ct+T/8xNld0CZG/2UhtkdMwpgvld92XQ==",
      "dev": true,
tpgus2603's avatar
add
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
        "@inquirer/figures": "^1.0.8",
        "@inquirer/type": "^3.0.1",
        "ansi-escapes": "^4.3.2",
        "cli-width": "^4.1.0",
        "mute-stream": "^2.0.0",
        "signal-exit": "^4.1.0",
        "strip-ansi": "^6.0.1",
        "wrap-ansi": "^6.2.0",
        "yoctocolors-cjs": "^2.1.2"
tpgus2603's avatar
add
tpgus2603 committed
      },
      "engines": {
tpgus2603's avatar
add
tpgus2603 committed
      }
    },
    "node_modules/@inquirer/core/node_modules/ansi-regex": {
      "version": "5.0.1",
      "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
      "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
      "dev": true,
tpgus2603's avatar
add
tpgus2603 committed
      "license": "MIT",
      "engines": {
tpgus2603's avatar
add
tpgus2603 committed
      }
    },
    "node_modules/@inquirer/core/node_modules/ansi-styles": {
      "version": "4.3.0",
      "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
      "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
      "dev": true,
tpgus2603's avatar
add
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
        "color-convert": "^2.0.1"
tpgus2603's avatar
add
tpgus2603 committed
      },
      "engines": {
        "node": ">=8"
      },
      "funding": {
        "url": "https://github.com/chalk/ansi-styles?sponsor=1"
tpgus2603's avatar
add
tpgus2603 committed
      }
    },
    "node_modules/@inquirer/core/node_modules/emoji-regex": {
      "version": "8.0.0",
      "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
      "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
tpgus2603's avatar
tpgus2603 committed
      "dev": true,
      "license": "MIT"
    },
    "node_modules/@inquirer/core/node_modules/string-width": {
      "version": "4.2.3",
      "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
      "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
      "dev": true,
tpgus2603's avatar
add
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
        "emoji-regex": "^8.0.0",
        "is-fullwidth-code-point": "^3.0.0",
        "strip-ansi": "^6.0.1"
      },
tpgus2603's avatar
add
tpgus2603 committed
      "engines": {
tpgus2603's avatar
add
tpgus2603 committed
      }
    },
    "node_modules/@inquirer/core/node_modules/strip-ansi": {
      "version": "6.0.1",
      "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
      "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
tpgus2603's avatar
tpgus2603 committed
      "dev": true,
      "license": "MIT",
      "dependencies": {
        "ansi-regex": "^5.0.1"
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/@inquirer/core/node_modules/wrap-ansi": {
      "version": "6.2.0",
      "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
      "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
      "dev": true,
tpgus2603's avatar
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
        "ansi-styles": "^4.0.0",
        "string-width": "^4.1.0",
        "strip-ansi": "^6.0.0"
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/@inquirer/editor": {
      "version": "4.1.0",
      "resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-4.1.0.tgz",
      "integrity": "sha512-K1gGWsxEqO23tVdp5MT3H799OZ4ER1za7Dlc8F4um0W7lwSv0KGR/YyrUEyimj0g7dXZd8XknM/5QA2/Uy+TbA==",
      "dev": true,
      "license": "MIT",
      "dependencies": {
        "@inquirer/core": "^10.1.0",
        "@inquirer/type": "^3.0.1",
        "external-editor": "^3.1.0"
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
        "node": ">=18"
      },
      "peerDependencies": {
        "@types/node": ">=18"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@inquirer/expand": {
      "version": "4.0.2",
      "resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-4.0.2.tgz",
      "integrity": "sha512-WdgCX1cUtinz+syKyZdJomovULYlKUWZbVYZzhf+ZeeYf4htAQ3jLymoNs3koIAKfZZl3HUBb819ClCBfyznaw==",
tpgus2603's avatar
tpgus2603 committed
      "dev": true,
      "license": "MIT",
      "dependencies": {
        "@inquirer/core": "^10.1.0",
        "@inquirer/type": "^3.0.1",
        "yoctocolors-cjs": "^2.1.2"
      },
tpgus2603's avatar
tpgus2603 committed
      "engines": {
        "node": ">=18"
      },
      "peerDependencies": {
        "@types/node": ">=18"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@inquirer/figures": {
      "version": "1.0.8",
      "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.8.tgz",
      "integrity": "sha512-tKd+jsmhq21AP1LhexC0pPwsCxEhGgAkg28byjJAd+xhmIs8LUX8JbUc3vBf3PhLxWiB5EvyBE5X7JSPAqMAqg==",
      "dev": true,
tpgus2603's avatar
tpgus2603 committed
      "license": "MIT",
      "engines": {
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@inquirer/input": {
      "version": "4.0.2",
      "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-4.0.2.tgz",
      "integrity": "sha512-yCLCraigU085EcdpIVEDgyfGv4vBiE4I+k1qRkc9C5dMjWF42ADMGy1RFU94+eZlz4YlkmFsiyHZy0W1wdhaNg==",
tpgus2603's avatar
tpgus2603 committed
      "dev": true,
      "license": "MIT",
      "dependencies": {
        "@inquirer/core": "^10.1.0",
        "@inquirer/type": "^3.0.1"
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
        "node": ">=18"
      },
      "peerDependencies": {
        "@types/node": ">=18"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@inquirer/number": {
      "version": "3.0.2",
      "resolved": "https://registry.npmjs.org/@inquirer/number/-/number-3.0.2.tgz",
      "integrity": "sha512-MKQhYofdUNk7eqJtz52KvM1dH6R93OMrqHduXCvuefKrsiMjHiMwjc3NZw5Imm2nqY7gWd9xdhYrtcHMJQZUxA==",
tpgus2603's avatar
tpgus2603 committed
      "dev": true,
      "license": "MIT",
      "dependencies": {
        "@inquirer/core": "^10.1.0",
        "@inquirer/type": "^3.0.1"
      },
tpgus2603's avatar
tpgus2603 committed
      "engines": {
        "node": ">=18"
      },
      "peerDependencies": {
        "@types/node": ">=18"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@inquirer/password": {
      "version": "4.0.2",
      "resolved": "https://registry.npmjs.org/@inquirer/password/-/password-4.0.2.tgz",
      "integrity": "sha512-tQXGSu7IO07gsYlGy3VgXRVsbOWqFBMbqAUrJSc1PDTQQ5Qdm+QVwkP0OC0jnUZ62D19iPgXOMO+tnWG+HhjNQ==",
      "dev": true,
      "license": "MIT",
tpgus2603's avatar
tpgus2603 committed
      "dependencies": {
        "@inquirer/core": "^10.1.0",
        "@inquirer/type": "^3.0.1",
        "ansi-escapes": "^4.3.2"
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
        "node": ">=18"
tpgus2603's avatar
tpgus2603 committed
      },
      "peerDependencies": {
        "@types/node": ">=18"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@inquirer/prompts": {
      "version": "7.1.0",
      "resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.1.0.tgz",
      "integrity": "sha512-5U/XiVRH2pp1X6gpNAjWOglMf38/Ys522ncEHIKT1voRUvSj/DQnR22OVxHnwu5S+rCFaUiPQ57JOtMFQayqYA==",
      "dev": true,
tpgus2603's avatar
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
        "@inquirer/checkbox": "^4.0.2",
        "@inquirer/confirm": "^5.0.2",
        "@inquirer/editor": "^4.1.0",
        "@inquirer/expand": "^4.0.2",
        "@inquirer/input": "^4.0.2",
        "@inquirer/number": "^3.0.2",
        "@inquirer/password": "^4.0.2",
        "@inquirer/rawlist": "^4.0.2",
        "@inquirer/search": "^3.0.2",
        "@inquirer/select": "^4.0.2"
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
        "node": ">=18"
      },
      "peerDependencies": {
        "@types/node": ">=18"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@inquirer/rawlist": {
      "version": "4.0.2",
      "resolved": "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-4.0.2.tgz",
      "integrity": "sha512-3XGcskMoVF8H0Dl1S5TSZ3rMPPBWXRcM0VeNVsS4ByWeWjSeb0lPqfnBg6N7T0608I1B2bSVnbi2cwCrmOD1Yw==",
      "dev": true,
tpgus2603's avatar
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
        "@inquirer/core": "^10.1.0",
        "@inquirer/type": "^3.0.1",
        "yoctocolors-cjs": "^2.1.2"
      },
tpgus2603's avatar
tpgus2603 committed
      "engines": {
        "node": ">=18"
      },
      "peerDependencies": {
        "@types/node": ">=18"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@inquirer/search": {
      "version": "3.0.2",
      "resolved": "https://registry.npmjs.org/@inquirer/search/-/search-3.0.2.tgz",
      "integrity": "sha512-Zv4FC7w4dJ13BOJfKRQCICQfShinGjb1bCEIHxTSnjj2telu3+3RHwHubPG9HyD4aix5s+lyAMEK/wSFD75HLA==",
      "dev": true,
tpgus2603's avatar
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
        "@inquirer/core": "^10.1.0",
        "@inquirer/figures": "^1.0.8",
        "@inquirer/type": "^3.0.1",
        "yoctocolors-cjs": "^2.1.2"
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
        "node": ">=18"
      },
      "peerDependencies": {
        "@types/node": ">=18"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@inquirer/select": {
      "version": "4.0.2",
      "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-4.0.2.tgz",
      "integrity": "sha512-uSWUzaSYAEj0hlzxa1mUB6VqrKaYx0QxGBLZzU4xWFxaSyGaXxsSE4OSOwdU24j0xl8OajgayqFXW0l2bkl2kg==",
      "dev": true,
      "license": "MIT",
      "dependencies": {
        "@inquirer/core": "^10.1.0",
        "@inquirer/figures": "^1.0.8",
        "@inquirer/type": "^3.0.1",
        "ansi-escapes": "^4.3.2",
        "yoctocolors-cjs": "^2.1.2"
      },
tpgus2603's avatar
tpgus2603 committed
      "engines": {
        "node": ">=18"
      },
      "peerDependencies": {
        "@types/node": ">=18"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@inquirer/type": {
      "version": "3.0.1",
      "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.1.tgz",
      "integrity": "sha512-+ksJMIy92sOAiAccGpcKZUc3bYO07cADnscIxHBknEm3uNts3movSmBofc1908BNy5edKscxYeAdaX1NXkHS6A==",
      "dev": true,
      "license": "MIT",
      "engines": {
        "node": ">=18"
      },
      "peerDependencies": {
        "@types/node": ">=18"
      }
tpgus2603's avatar
tpgus2603 committed
    },
    "node_modules/@isaacs/cliui": {
      "version": "8.0.2",
      "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
      "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
tpgus2603's avatar
tpgus2603 committed
      "license": "ISC",
      "dependencies": {
        "string-width": "^5.1.2",
        "string-width-cjs": "npm:string-width@^4.2.0",
        "strip-ansi": "^7.0.1",
        "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
        "wrap-ansi": "^8.1.0",
        "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
      },
tpgus2603's avatar
tpgus2603 committed
      "engines": {
        "node": ">=12"
      }
    },
    "node_modules/@isaacs/ts-node-temp-fork-for-pr-2009": {
      "version": "10.9.7",
      "resolved": "https://registry.npmjs.org/@isaacs/ts-node-temp-fork-for-pr-2009/-/ts-node-temp-fork-for-pr-2009-10.9.7.tgz",
      "integrity": "sha512-9f0bhUr9TnwwpgUhEpr3FjxSaH/OHaARkE2F9fM0lS4nIs2GNerrvGwQz493dk0JKlTaGYVrKbq36vA/whZ34g==",
      "dev": true,
tpgus2603's avatar
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
        "@cspotcode/source-map-support": "^0.8.0",
        "@tsconfig/node14": "*",
        "@tsconfig/node16": "*",
        "@tsconfig/node18": "*",
        "@tsconfig/node20": "*",
        "acorn": "^8.4.1",
        "acorn-walk": "^8.1.1",
        "arg": "^4.1.0",
        "diff": "^4.0.1",
        "make-error": "^1.1.1",
        "v8-compile-cache-lib": "^3.0.1"
      },
      "bin": {
        "ts-node": "dist/bin.js",
        "ts-node-cwd": "dist/bin-cwd.js",
        "ts-node-esm": "dist/bin-esm.js",
        "ts-node-script": "dist/bin-script.js",
        "ts-node-transpile-only": "dist/bin-transpile.js"
      },
      "peerDependencies": {
        "@swc/core": ">=1.2.50",
        "@swc/wasm": ">=1.2.50",
        "@types/node": "*",
        "typescript": ">=4.2"
      },
      "peerDependenciesMeta": {
        "@swc/core": {
          "optional": true
        },
        "@swc/wasm": {
          "optional": true
        }
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@isaacs/ts-node-temp-fork-for-pr-2009/node_modules/diff": {
      "version": "4.0.2",
      "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz",
      "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==",
      "dev": true,
      "license": "BSD-3-Clause",
tpgus2603's avatar
tpgus2603 committed
      "engines": {
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@istanbuljs/schema": {
      "version": "0.1.3",
      "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
      "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",
      "dev": true,
tpgus2603's avatar
add
tpgus2603 committed
      "license": "MIT",
      "engines": {
tpgus2603's avatar
add
tpgus2603 committed
      }
    },
    "node_modules/@jridgewell/resolve-uri": {
      "version": "3.1.2",
      "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
      "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
      "dev": true,
      "license": "MIT",
tpgus2603's avatar
tpgus2603 committed
      "engines": {
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@jridgewell/sourcemap-codec": {
tpgus2603's avatar
tpgus2603 committed
      "version": "1.5.0",
      "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
      "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
      "dev": true,
tpgus2603's avatar
tpgus2603 committed
      "license": "MIT"
    },
    "node_modules/@jridgewell/trace-mapping": {
      "version": "0.3.9",
      "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz",
      "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==",
      "dev": true,
tpgus2603's avatar
add
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
        "@jridgewell/resolve-uri": "^3.0.3",
        "@jridgewell/sourcemap-codec": "^1.4.10"
tpgus2603's avatar
add
tpgus2603 committed
      }
    },
    "node_modules/@js-sdsl/ordered-map": {
      "version": "4.4.2",
      "resolved": "https://registry.npmjs.org/@js-sdsl/ordered-map/-/ordered-map-4.4.2.tgz",
      "integrity": "sha512-iUKgm52T8HOE/makSxjqoWhe95ZJA1/G1sYsGev2JDKUSS14KAgg1LHb+Ba+IPow0xflbnSkOsZcO08C7w1gYw==",
      "dev": true,
tpgus2603's avatar
add
tpgus2603 committed
      "license": "MIT",
      "funding": {
        "type": "opencollective",
        "url": "https://opencollective.com/js-sdsl"
tpgus2603's avatar
add
tpgus2603 committed
      }
    },
    "node_modules/@jsep-plugin/assignment": {
      "version": "1.3.0",
      "resolved": "https://registry.npmjs.org/@jsep-plugin/assignment/-/assignment-1.3.0.tgz",
      "integrity": "sha512-VVgV+CXrhbMI3aSusQyclHkenWSAm95WaiKrMxRFam3JSUiIaQjoMIw2sEs/OX4XifnqeQUN4DYbJjlA8EfktQ==",
      "dev": true,
tpgus2603's avatar
add
tpgus2603 committed
      "license": "MIT",
      "engines": {
        "node": ">= 10.16.0"
      },
      "peerDependencies": {
        "jsep": "^0.4.0||^1.0.0"
tpgus2603's avatar
add
tpgus2603 committed
      }
    },
    "node_modules/@jsep-plugin/regex": {
      "version": "1.0.4",
      "resolved": "https://registry.npmjs.org/@jsep-plugin/regex/-/regex-1.0.4.tgz",
      "integrity": "sha512-q7qL4Mgjs1vByCaTnDFcBnV9HS7GVPJX5vyVoCgZHNSC9rjwIlmbXG5sUuorR5ndfHAIlJ8pVStxvjXHbNvtUg==",
      "dev": true,
tpgus2603's avatar
add
tpgus2603 committed
      "license": "MIT",
      "engines": {
        "node": ">= 10.16.0"
      },
      "peerDependencies": {
        "jsep": "^0.4.0||^1.0.0"
tpgus2603's avatar
add
tpgus2603 committed
      }
    },
    "node_modules/@mongodb-js/saslprep": {
      "version": "1.1.9",
      "resolved": "https://registry.npmjs.org/@mongodb-js/saslprep/-/saslprep-1.1.9.tgz",
      "integrity": "sha512-tVkljjeEaAhCqTzajSdgbQ6gE6f3oneVwa3iXR6csiEwXXOFsiC6Uh9iAjAhXPtqa/XMDHWjjeNH/77m/Yq2dw==",
tpgus2603's avatar
add
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
        "sparse-bitfield": "^3.0.3"
tpgus2603's avatar
add
tpgus2603 committed
      }
    },
    "node_modules/@ngneat/falso": {
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@ngneat/falso/-/falso-7.2.0.tgz",
      "integrity": "sha512-283EXBFd05kCbGuGSXgmvhCsQYEYzvD/eJaE7lxd05qRB0tgREvZX7TRlJ1KSp8nHxoK6Ws029G1Y30mt4IVAA==",
      "dev": true,
      "license": "MIT",
tpgus2603's avatar
tpgus2603 committed
      "dependencies": {
        "seedrandom": "3.0.5",
        "uuid": "8.3.2"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@nodelib/fs.scandir": {
      "version": "2.1.5",
      "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
      "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
      "dev": true,
tpgus2603's avatar
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
        "@nodelib/fs.stat": "2.0.5",
        "run-parallel": "^1.1.9"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@nodelib/fs.stat": {
      "version": "2.0.5",
      "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
      "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
      "dev": true,
      "license": "MIT",
tpgus2603's avatar
tpgus2603 committed
      "engines": {
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@nodelib/fs.walk": {
      "version": "1.2.8",
      "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
      "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
      "dev": true,
tpgus2603's avatar
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
        "@nodelib/fs.scandir": "2.1.5",
        "fastq": "^1.6.0"
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@npmcli/agent": {
      "version": "2.2.2",
      "resolved": "https://registry.npmjs.org/@npmcli/agent/-/agent-2.2.2.tgz",
      "integrity": "sha512-OrcNPXdpSl9UX7qPVRWbmWMCSXrcDa2M9DvrbOTj7ao1S4PlqVFYv9/yLKMkrJKZ/V5A/kDBC690or307i26Og==",
      "dev": true,
      "license": "ISC",
tpgus2603's avatar
tpgus2603 committed
      "dependencies": {
        "agent-base": "^7.1.0",
        "http-proxy-agent": "^7.0.0",
        "https-proxy-agent": "^7.0.1",
        "lru-cache": "^10.0.1",
        "socks-proxy-agent": "^8.0.3"
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
        "node": "^16.14.0 || >=18.0.0"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@npmcli/agent/node_modules/debug": {
      "version": "4.3.7",
      "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
      "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
      "dev": true,
      "license": "MIT",
tpgus2603's avatar
tpgus2603 committed
      "dependencies": {
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
tpgus2603's avatar
tpgus2603 committed
      },
      "peerDependenciesMeta": {
tpgus2603's avatar
tpgus2603 committed
          "optional": true
        }
      }
    },
    "node_modules/@npmcli/agent/node_modules/https-proxy-agent": {
      "version": "7.0.5",
      "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz",
      "integrity": "sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==",
      "dev": true,
tpgus2603's avatar
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
        "agent-base": "^7.0.2",
        "debug": "4"
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@npmcli/agent/node_modules/lru-cache": {
      "version": "10.4.3",
      "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
      "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
      "dev": true,
      "license": "ISC"
    },
    "node_modules/@npmcli/agent/node_modules/ms": {
tpgus2603's avatar
tpgus2603 committed
      "version": "2.1.3",
      "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
      "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
tpgus2603's avatar
tpgus2603 committed
      "license": "MIT"
    },
    "node_modules/@npmcli/fs": {
      "version": "3.1.1",
      "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-3.1.1.tgz",
      "integrity": "sha512-q9CRWjpHCMIh5sVyefoD1cA7PkvILqCZsnSOEUUivORLjxCO/Irmue2DprETiNgEqktDBZaM1Bi+jrarx1XdCg==",
      "dev": true,
      "license": "ISC",
tpgus2603's avatar
tpgus2603 committed
      "dependencies": {
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
        "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@npmcli/git": {
      "version": "5.0.8",
      "resolved": "https://registry.npmjs.org/@npmcli/git/-/git-5.0.8.tgz",
      "integrity": "sha512-liASfw5cqhjNW9UFd+ruwwdEf/lbOAQjLL2XY2dFW/bkJheXDYZgOyul/4gVvEV4BWkTXjYGmDqMw9uegdbJNQ==",
      "dev": true,
      "license": "ISC",
tpgus2603's avatar
tpgus2603 committed
      "dependencies": {
        "@npmcli/promise-spawn": "^7.0.0",
        "ini": "^4.1.3",
        "lru-cache": "^10.0.1",
        "npm-pick-manifest": "^9.0.0",
        "proc-log": "^4.0.0",
        "promise-inflight": "^1.0.1",
        "promise-retry": "^2.0.1",
        "semver": "^7.3.5",
        "which": "^4.0.0"
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
        "node": "^16.14.0 || >=18.0.0"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@npmcli/git/node_modules/ini": {
      "version": "4.1.3",
      "resolved": "https://registry.npmjs.org/ini/-/ini-4.1.3.tgz",
      "integrity": "sha512-X7rqawQBvfdjS10YU1y1YVreA3SsLrW9dX2CewP2EbBJM4ypVNLDkO5y04gejPwKIY9lR+7r9gn3rFPt/kmWFg==",
      "dev": true,
      "license": "ISC",
tpgus2603's avatar
tpgus2603 committed
      "engines": {
        "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@npmcli/git/node_modules/isexe": {
      "version": "3.1.1",
      "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz",
      "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==",
      "dev": true,
      "license": "ISC",
      "engines": {
        "node": ">=16"
      }
    },
    "node_modules/@npmcli/git/node_modules/lru-cache": {
      "version": "10.4.3",
      "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
      "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
      "dev": true,
      "license": "ISC"
    },
    "node_modules/@npmcli/git/node_modules/which": {
      "version": "4.0.0",
      "resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz",
      "integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==",
      "dev": true,
      "license": "ISC",
tpgus2603's avatar
tpgus2603 committed
      "dependencies": {
        "isexe": "^3.1.1"
      },
      "bin": {
        "node-which": "bin/which.js"
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
        "node": "^16.13.0 || >=18.0.0"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@npmcli/installed-package-contents": {
      "version": "2.1.0",
      "resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-2.1.0.tgz",
      "integrity": "sha512-c8UuGLeZpm69BryRykLuKRyKFZYJsZSCT4aVY5ds4omyZqJ172ApzgfKJ5eV/r3HgLdUYgFVe54KSFVjKoe27w==",
      "dev": true,
      "license": "ISC",
tpgus2603's avatar
tpgus2603 committed
      "dependencies": {
        "npm-bundled": "^3.0.0",
        "npm-normalize-package-bin": "^3.0.0"
tpgus2603's avatar
tpgus2603 committed
      },
      "bin": {
        "installed-package-contents": "bin/index.js"
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
        "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@npmcli/node-gyp": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-3.0.0.tgz",
      "integrity": "sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA==",
      "dev": true,
      "license": "ISC",
      "engines": {
        "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
      }
tpgus2603's avatar
tpgus2603 committed
    },
    "node_modules/@npmcli/package-json": {
      "version": "5.2.1",
      "resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-5.2.1.tgz",
      "integrity": "sha512-f7zYC6kQautXHvNbLEWgD/uGu1+xCn9izgqBfgItWSx22U0ZDekxN08A1vM8cTxj/cRVe0Q94Ode+tdoYmIOOQ==",
      "dev": true,
      "license": "ISC",
tpgus2603's avatar
tpgus2603 committed
      "dependencies": {
        "@npmcli/git": "^5.0.0",
        "glob": "^10.2.2",
        "hosted-git-info": "^7.0.0",
        "json-parse-even-better-errors": "^3.0.0",
        "normalize-package-data": "^6.0.0",
        "proc-log": "^4.0.0",
        "semver": "^7.5.3"
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
        "node": "^16.14.0 || >=18.0.0"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@npmcli/promise-spawn": {
      "version": "7.0.2",
      "resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-7.0.2.tgz",
      "integrity": "sha512-xhfYPXoV5Dy4UkY0D+v2KkwvnDfiA/8Mt3sWCGI/hM03NsYIH8ZaG6QzS9x7pje5vHZBZJ2v6VRFVTWACnqcmQ==",
      "dev": true,
      "license": "ISC",
tpgus2603's avatar
tpgus2603 committed
      "dependencies": {
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
        "node": "^16.14.0 || >=18.0.0"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@npmcli/promise-spawn/node_modules/isexe": {
      "version": "3.1.1",
      "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz",
      "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==",
      "dev": true,
      "license": "ISC",
      "engines": {
        "node": ">=16"
      }
    },
    "node_modules/@npmcli/promise-spawn/node_modules/which": {
      "version": "4.0.0",
      "resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz",
      "integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==",
      "dev": true,
      "license": "ISC",
tpgus2603's avatar
tpgus2603 committed
      "dependencies": {
        "isexe": "^3.1.1"
      },
      "bin": {
        "node-which": "bin/which.js"
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
        "node": "^16.13.0 || >=18.0.0"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@npmcli/redact": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/@npmcli/redact/-/redact-1.1.0.tgz",
      "integrity": "sha512-PfnWuOkQgu7gCbnSsAisaX7hKOdZ4wSAhAzH3/ph5dSGau52kCRrMMGbiSQLwyTZpgldkZ49b0brkOr1AzGBHQ==",
      "dev": true,
      "license": "ISC",
      "engines": {
        "node": "^16.14.0 || >=18.0.0"
      }
    },
    "node_modules/@npmcli/run-script": {
      "version": "7.0.4",
      "resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-7.0.4.tgz",
      "integrity": "sha512-9ApYM/3+rBt9V80aYg6tZfzj3UWdiYyCt7gJUD1VJKvWF5nwKDSICXbYIQbspFTq6TOpbsEtIC0LArB8d9PFmg==",
      "dev": true,
      "license": "ISC",
tpgus2603's avatar
tpgus2603 committed
      "dependencies": {
        "@npmcli/node-gyp": "^3.0.0",
        "@npmcli/package-json": "^5.0.0",
        "@npmcli/promise-spawn": "^7.0.0",
        "node-gyp": "^10.0.0",
        "which": "^4.0.0"
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
        "node": "^16.14.0 || >=18.0.0"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@npmcli/run-script/node_modules/isexe": {
      "version": "3.1.1",
      "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz",
      "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==",
      "dev": true,
      "license": "ISC",
tpgus2603's avatar
tpgus2603 committed
      "engines": {
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@npmcli/run-script/node_modules/which": {
      "version": "4.0.0",
      "resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz",
      "integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==",
tpgus2603's avatar
tpgus2603 committed
      "dev": true,
tpgus2603's avatar
tpgus2603 committed
      "dependencies": {
tpgus2603's avatar
tpgus2603 committed
      },
      "bin": {
        "node-which": "bin/which.js"
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
        "node": "^16.13.0 || >=18.0.0"
      }
    },
    "node_modules/@oclif/core": {
      "version": "4.0.32",
      "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.32.tgz",
      "integrity": "sha512-O3jfIAhqaJxXI2dzF81PLTMhKpFFA0Nyz8kfBnc9WYDJnvdmXK0fVAOSpwpi2mHTow/9FXxY6Kww8+Kbe7/sag==",
      "dev": true,
      "license": "MIT",
      "dependencies": {
        "ansi-escapes": "^4.3.2",
        "ansis": "^3.3.2",
        "clean-stack": "^3.0.1",
        "cli-spinners": "^2.9.2",
        "debug": "^4.3.7",
        "ejs": "^3.1.10",
        "get-package-type": "^0.1.0",
        "globby": "^11.1.0",
        "indent-string": "^4.0.0",
        "is-wsl": "^2.2.0",
        "lilconfig": "^3.1.2",
        "minimatch": "^9.0.5",
        "semver": "^7.6.3",
        "string-width": "^4.2.3",
        "supports-color": "^8",
        "widest-line": "^3.1.0",
        "wordwrap": "^1.0.0",
        "wrap-ansi": "^7.0.0"
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
        "node": ">=18.0.0"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@oclif/core/node_modules/ansi-regex": {
      "version": "5.0.1",
      "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
      "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
      "dev": true,
      "license": "MIT",
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/@oclif/core/node_modules/ansi-styles": {
      "version": "4.3.0",
      "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
      "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
tpgus2603's avatar
tpgus2603 committed
      "dev": true,
      "license": "MIT",
      "dependencies": {
        "color-convert": "^2.0.1"
      },
      "engines": {
        "node": ">=8"
      },
      "funding": {
        "url": "https://github.com/chalk/ansi-styles?sponsor=1"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@oclif/core/node_modules/debug": {
tpgus2603's avatar
tpgus2603 committed
      "version": "4.3.7",
      "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
      "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
      "dev": true,
      "license": "MIT",
      "dependencies": {
        "ms": "^2.1.3"
      },
      "engines": {
        "node": ">=6.0"
      },
      "peerDependenciesMeta": {
        "supports-color": {
          "optional": true
        }
      }
    },
    "node_modules/@oclif/core/node_modules/emoji-regex": {
      "version": "8.0.0",
      "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
      "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
      "dev": true,
      "license": "MIT"
    },
    "node_modules/@oclif/core/node_modules/has-flag": {
      "version": "4.0.0",
      "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
      "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
      "dev": true,
      "license": "MIT",
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/@oclif/core/node_modules/minimatch": {
      "version": "9.0.5",
      "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
      "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
tpgus2603's avatar
tpgus2603 committed
      "dev": true,
      "license": "ISC",
      "dependencies": {
        "brace-expansion": "^2.0.1"
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
        "node": ">=16 || 14 >=14.17"
      },
      "funding": {
        "url": "https://github.com/sponsors/isaacs"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@oclif/core/node_modules/ms": {
tpgus2603's avatar
tpgus2603 committed
      "version": "2.1.3",
      "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
      "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
      "dev": true,
      "license": "MIT"
    },
    "node_modules/@oclif/core/node_modules/string-width": {
      "version": "4.2.3",
      "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
      "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
      "dev": true,
      "license": "MIT",
tpgus2603's avatar
tpgus2603 committed
      "dependencies": {
        "emoji-regex": "^8.0.0",
        "is-fullwidth-code-point": "^3.0.0",
        "strip-ansi": "^6.0.1"
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@oclif/core/node_modules/strip-ansi": {
      "version": "6.0.1",
      "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
      "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
tpgus2603's avatar
tpgus2603 committed
      "dev": true,
      "license": "MIT",
      "dependencies": {
        "ansi-regex": "^5.0.1"
      },
tpgus2603's avatar
tpgus2603 committed
      "engines": {
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@oclif/core/node_modules/supports-color": {
      "version": "8.1.1",
      "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
      "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
      "dev": true,
tpgus2603's avatar
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
        "has-flag": "^4.0.0"
      },
tpgus2603's avatar
tpgus2603 committed
      "engines": {
        "node": ">=10"
      },
      "funding": {
        "url": "https://github.com/chalk/supports-color?sponsor=1"
tpgus2603's avatar
add
tpgus2603 committed
      }
    },
    "node_modules/@oclif/core/node_modules/wrap-ansi": {
      "version": "7.0.0",
      "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
      "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
      "dev": true,
tpgus2603's avatar
add
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
        "ansi-styles": "^4.0.0",
        "string-width": "^4.1.0",
        "strip-ansi": "^6.0.0"
      },
tpgus2603's avatar
add
tpgus2603 committed
      "engines": {
tpgus2603's avatar
add
tpgus2603 committed
      },
      "funding": {
        "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
tpgus2603's avatar
add
tpgus2603 committed
      }
    },
    "node_modules/@oclif/plugin-help": {
      "version": "6.2.18",
      "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.18.tgz",
      "integrity": "sha512-mDYOl8RmldLkOg9i9YKgyBlpcyi/bNySoIVHJ2EJd2qCmZaXRKQKRW2Zkx92bwjik8jfs/A3EFI+p4DsrXi57g==",
      "dev": true,
tpgus2603's avatar
add
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
tpgus2603's avatar
add
tpgus2603 committed
      },
      "engines": {
tpgus2603's avatar
add
tpgus2603 committed
      }
    },
    "node_modules/@oclif/plugin-not-found": {
      "version": "3.2.28",
      "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.28.tgz",
      "integrity": "sha512-ObkesXE8F4Hj/AzOCQGI39hqDqm+MfaqY5ByG77uhSkMI4dMaDcPjXZSj1Ftn2mkhZiRk70YN3wTCG4HO/8gqw==",
      "dev": true,
tpgus2603's avatar
tpgus2603 committed
      "license": "MIT",
      "dependencies": {
        "@inquirer/prompts": "^7.1.0",
        "@oclif/core": "^4",
        "ansis": "^3.3.1",
        "fast-levenshtein": "^3.0.0"
      },
      "engines": {
        "node": ">=18.0.0"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@one-ini/wasm": {
      "version": "0.1.1",
      "resolved": "https://registry.npmjs.org/@one-ini/wasm/-/wasm-0.1.1.tgz",
      "integrity": "sha512-XuySG1E38YScSJoMlqovLru4KTUNSjgVTIjyh7qMX6aNN5HY5Ct5LhRJdxO79JtTzKfzV/bnWpz+zquYrISsvw==",
      "license": "MIT"
tpgus2603's avatar
tpgus2603 committed
    },
    "node_modules/@opentelemetry/api": {
      "version": "1.4.1",
      "resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.4.1.tgz",
      "integrity": "sha512-O2yRJce1GOc6PAy3QxFM4NzFiWzvScDC1/5ihYBL6BUEVdq0XMWN01sppE+H6bBXbaFYipjwFLEWLg5PaSOThA==",
      "dev": true,
      "license": "Apache-2.0",
tpgus2603's avatar
add
tpgus2603 committed
      "engines": {
tpgus2603's avatar
add
tpgus2603 committed
      }
    },
    "node_modules/@opentelemetry/api-logs": {
      "version": "0.41.2",
      "resolved": "https://registry.npmjs.org/@opentelemetry/api-logs/-/api-logs-0.41.2.tgz",
      "integrity": "sha512-JEV2RAqijAFdWeT6HddYymfnkiRu2ASxoTBr4WsnGJhOjWZkEy6vp+Sx9ozr1NaIODOa2HUyckExIqQjn6qywQ==",
      "dev": true,
      "license": "Apache-2.0",
        "@opentelemetry/api": "^1.0.0"
    "node_modules/@opentelemetry/context-async-hooks": {
      "version": "1.27.0",
      "resolved": "https://registry.npmjs.org/@opentelemetry/context-async-hooks/-/context-async-hooks-1.27.0.tgz",
      "integrity": "sha512-CdZ3qmHCwNhFAzjTgHqrDQ44Qxcpz43cVxZRhOs+Ns/79ug+Mr84Bkb626bkJLkA3+BLimA5YAEVRlJC6pFb7g==",
      "dev": true,
      "license": "Apache-2.0",
        "node": ">=14"
      },
      "peerDependencies": {
        "@opentelemetry/api": ">=1.0.0 <1.10.0"
    "node_modules/@opentelemetry/core": {
      "version": "1.15.2",
      "resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.15.2.tgz",
      "integrity": "sha512-+gBv15ta96WqkHZaPpcDHiaz0utiiHZVfm2YOYSqFGrUaJpPkMoSuLBB58YFQGi6Rsb9EHos84X6X5+9JspmLw==",
      "dev": true,
      "license": "Apache-2.0",
        "@opentelemetry/semantic-conventions": "1.15.2"
      "peerDependencies": {
        "@opentelemetry/api": ">=1.0.0 <1.5.0"
    "node_modules/@opentelemetry/core/node_modules/@opentelemetry/semantic-conventions": {
      "version": "1.15.2",
      "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.15.2.tgz",
      "integrity": "sha512-CjbOKwk2s+3xPIMcd5UNYQzsf+v94RczbdNix9/kQh38WiQkM90sUOi3if8eyHFgiBjBjhwXrA7W3ydiSQP9mw==",
      "dev": true,
      "license": "Apache-2.0",
    "node_modules/@opentelemetry/exporter-metrics-otlp-grpc": {
      "version": "0.41.2",
      "resolved": "https://registry.npmjs.org/@opentelemetry/exporter-metrics-otlp-grpc/-/exporter-metrics-otlp-grpc-0.41.2.tgz",
      "integrity": "sha512-gQuCcd5QSMkfi1XIriWAoak/vaRvFzpvtzh2hjziIvbnA3VtoGD3bDb2dzEzOA1iSWO0/tHwnBsSmmUZsETyOA==",
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@grpc/grpc-js": "^1.7.1",
        "@opentelemetry/core": "1.15.2",
        "@opentelemetry/exporter-metrics-otlp-http": "0.41.2",
        "@opentelemetry/otlp-grpc-exporter-base": "0.41.2",
        "@opentelemetry/otlp-transformer": "0.41.2",
        "@opentelemetry/resources": "1.15.2",
        "@opentelemetry/sdk-metrics": "1.15.2"
      },
tpgus2603's avatar
tpgus2603 committed
      "engines": {
        "node": ">=14"
      },
      "peerDependencies": {
        "@opentelemetry/api": "^1.3.0"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@opentelemetry/exporter-metrics-otlp-grpc/node_modules/@opentelemetry/resources": {
      "version": "1.15.2",
      "resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-1.15.2.tgz",
      "integrity": "sha512-xmMRLenT9CXmm5HMbzpZ1hWhaUowQf8UB4jMjFlAxx1QzQcsD3KFNAVX/CAWzFPtllTyTplrA4JrQ7sCH3qmYw==",
      "dev": true,
      "license": "Apache-2.0",
tpgus2603's avatar
tpgus2603 committed
      "dependencies": {
        "@opentelemetry/core": "1.15.2",
        "@opentelemetry/semantic-conventions": "1.15.2"
tpgus2603's avatar
tpgus2603 committed
      },
      "engines": {
tpgus2603's avatar
tpgus2603 committed
      },
      "peerDependencies": {
        "@opentelemetry/api": ">=1.0.0 <1.5.0"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@opentelemetry/exporter-metrics-otlp-grpc/node_modules/@opentelemetry/sdk-metrics": {
      "version": "1.15.2",
      "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-metrics/-/sdk-metrics-1.15.2.tgz",
      "integrity": "sha512-9aIlcX8GnhcsAHW/Wl8bzk4ZnWTpNlLtud+fxUfBtFATu6OZ6TrGrF4JkT9EVrnoxwtPIDtjHdEsSjOqisY/iA==",
tpgus2603's avatar
tpgus2603 committed
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@opentelemetry/core": "1.15.2",
        "@opentelemetry/resources": "1.15.2",
        "lodash.merge": "^4.6.2"
      },
tpgus2603's avatar
tpgus2603 committed
      "engines": {
tpgus2603's avatar
tpgus2603 committed
      },
      "peerDependencies": {
        "@opentelemetry/api": ">=1.3.0 <1.5.0"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@opentelemetry/exporter-metrics-otlp-grpc/node_modules/@opentelemetry/semantic-conventions": {
      "version": "1.15.2",
      "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.15.2.tgz",
      "integrity": "sha512-CjbOKwk2s+3xPIMcd5UNYQzsf+v94RczbdNix9/kQh38WiQkM90sUOi3if8eyHFgiBjBjhwXrA7W3ydiSQP9mw==",
      "dev": true,
      "license": "Apache-2.0",
      "engines": {
        "node": ">=14"
      }
tpgus2603's avatar
tpgus2603 committed
    },
    "node_modules/@opentelemetry/exporter-metrics-otlp-http": {
      "version": "0.41.2",
      "resolved": "https://registry.npmjs.org/@opentelemetry/exporter-metrics-otlp-http/-/exporter-metrics-otlp-http-0.41.2.tgz",
      "integrity": "sha512-+YeIcL4nuldWE89K8NBLImpXCvih04u1MBnn8EzvoywG2TKR5JC3CZEPepODIxlsfGSgP8W5khCEP1NHZzftYw==",
      "dev": true,
      "license": "Apache-2.0",
tpgus2603's avatar
add
tpgus2603 committed
      "dependencies": {
        "@opentelemetry/core": "1.15.2",
        "@opentelemetry/otlp-exporter-base": "0.41.2",
        "@opentelemetry/otlp-transformer": "0.41.2",
        "@opentelemetry/resources": "1.15.2",
        "@opentelemetry/sdk-metrics": "1.15.2"
tpgus2603's avatar
add
tpgus2603 committed
      },
      "engines": {
        "node": ">=14"
      },
      "peerDependencies": {
        "@opentelemetry/api": "^1.3.0"
tpgus2603's avatar
add
tpgus2603 committed
      }
    },
    "node_modules/@opentelemetry/exporter-metrics-otlp-http/node_modules/@opentelemetry/resources": {
      "version": "1.15.2",
      "resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-1.15.2.tgz",
      "integrity": "sha512-xmMRLenT9CXmm5HMbzpZ1hWhaUowQf8UB4jMjFlAxx1QzQcsD3KFNAVX/CAWzFPtllTyTplrA4JrQ7sCH3qmYw==",
tpgus2603's avatar
tpgus2603 committed
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@opentelemetry/core": "1.15.2",
        "@opentelemetry/semantic-conventions": "1.15.2"
      },
tpgus2603's avatar
tpgus2603 committed
      "engines": {
        "node": ">=14"
      },
      "peerDependencies": {
        "@opentelemetry/api": ">=1.0.0 <1.5.0"
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@opentelemetry/exporter-metrics-otlp-http/node_modules/@opentelemetry/sdk-metrics": {
      "version": "1.15.2",
      "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-metrics/-/sdk-metrics-1.15.2.tgz",
      "integrity": "sha512-9aIlcX8GnhcsAHW/Wl8bzk4ZnWTpNlLtud+fxUfBtFATu6OZ6TrGrF4JkT9EVrnoxwtPIDtjHdEsSjOqisY/iA==",
      "dev": true,
      "license": "Apache-2.0",
tpgus2603's avatar
add
tpgus2603 committed
      "dependencies": {
        "@opentelemetry/core": "1.15.2",
        "@opentelemetry/resources": "1.15.2",
        "lodash.merge": "^4.6.2"
tpgus2603's avatar
add
tpgus2603 committed
      },
      "engines": {
tpgus2603's avatar
add
tpgus2603 committed
      },
      "peerDependencies": {
        "@opentelemetry/api": ">=1.3.0 <1.5.0"
tpgus2603's avatar
add
tpgus2603 committed
      }
    },
    "node_modules/@opentelemetry/exporter-metrics-otlp-http/node_modules/@opentelemetry/semantic-conventions": {
      "version": "1.15.2",
      "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.15.2.tgz",
      "integrity": "sha512-CjbOKwk2s+3xPIMcd5UNYQzsf+v94RczbdNix9/kQh38WiQkM90sUOi3if8eyHFgiBjBjhwXrA7W3ydiSQP9mw==",
      "dev": true,
      "license": "Apache-2.0",
tpgus2603's avatar
tpgus2603 committed
      "engines": {
tpgus2603's avatar
tpgus2603 committed
      }
    },
    "node_modules/@opentelemetry/exporter-metrics-otlp-proto": {
      "version": "0.41.2",
      "resolved": "https://registry.npmjs.org/@opentelemetry/exporter-metrics-otlp-proto/-/exporter-metrics-otlp-proto-0.41.2.tgz",
      "integrity": "sha512-OLNs6wF84uhxn8TJ8Bv1q2ltdJqjKA9oUEtICcUDDzXIiztPxZ9ur/4xdMk9T3ZJeFMfrhj8eYDkpETBy+fjCg==",
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@opentelemetry/core": "1.15.2",
        "@opentelemetry/exporter-metrics-otlp-http": "0.41.2",
        "@opentelemetry/otlp-exporter-base": "0.41.2",
        "@opentelemetry/otlp-proto-exporter-base": "0.41.2",
        "@opentelemetry/otlp-transformer": "0.41.2",
        "@opentelemetry/resources": "1.15.2",
        "@opentelemetry/sdk-metrics": "1.15.2"
      },
tpgus2603's avatar
add
tpgus2603 committed
      "engines": {
        "node": ">=14"
      },
      "peerDependencies": {
        "@opentelemetry/api": "^1.3.0"
tpgus2603's avatar
add
tpgus2603 committed
      }
    },
    "node_modules/@opentelemetry/exporter-metrics-otlp-proto/node_modules/@opentelemetry/resources": {
      "version": "1.15.2",
      "resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-1.15.2.tgz",
      "integrity": "sha512-xmMRLenT9CXmm5HMbzpZ1hWhaUowQf8UB4jMjFlAxx1QzQcsD3KFNAVX/CAWzFPtllTyTplrA4JrQ7sCH3qmYw==",
      "dev": true,
      "license": "Apache-2.0",
tpgus2603's avatar
add
tpgus2603 committed
      "dependencies": {
        "@opentelemetry/core": "1.15.2",
        "@opentelemetry/semantic-conventions": "1.15.2"
tpgus2603's avatar
add
tpgus2603 committed
      },
      "engines": {
        "node": ">=14"
      },
      "peerDependencies": {
        "@opentelemetry/api": ">=1.0.0 <1.5.0"
tpgus2603's avatar
add
tpgus2603 committed
      }
    },
    "node_modules/@opentelemetry/exporter-metrics-otlp-proto/node_modules/@opentelemetry/sdk-metrics": {
      "version": "1.15.2",
      "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-metrics/-/sdk-metrics-1.15.2.tgz",
      "integrity": "sha512-9aIlcX8GnhcsAHW/Wl8bzk4ZnWTpNlLtud+fxUfBtFATu6OZ6TrGrF4JkT9EVrnoxwtPIDtjHdEsSjOqisY/iA==",
      "dev": true,
      "license": "Apache-2.0",
tpgus2603's avatar
tpgus2603 committed
      "dependencies": {
2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 3722 3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 3786 3787 3788 3789 3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 3983 3984 3985 3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031 4032 4033 4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 4061 4062 4063 4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 4110 4111 4112 4113 4114 4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 4193 4194 4195 4196 4197 4198 4199 4200
        "@opentelemetry/core": "1.15.2",
        "@opentelemetry/resources": "1.15.2",
        "lodash.merge": "^4.6.2"
      },
      "engines": {
        "node": ">=14"
      },
      "peerDependencies": {
        "@opentelemetry/api": ">=1.3.0 <1.5.0"
      }
    },
    "node_modules/@opentelemetry/exporter-metrics-otlp-proto/node_modules/@opentelemetry/semantic-conventions": {
      "version": "1.15.2",
      "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.15.2.tgz",
      "integrity": "sha512-CjbOKwk2s+3xPIMcd5UNYQzsf+v94RczbdNix9/kQh38WiQkM90sUOi3if8eyHFgiBjBjhwXrA7W3ydiSQP9mw==",
      "dev": true,
      "license": "Apache-2.0",
      "engines": {
        "node": ">=14"
      }
    },
    "node_modules/@opentelemetry/exporter-trace-otlp-grpc": {
      "version": "0.43.0",
      "resolved": "https://registry.npmjs.org/@opentelemetry/exporter-trace-otlp-grpc/-/exporter-trace-otlp-grpc-0.43.0.tgz",
      "integrity": "sha512-h/oofzwyONMcAeBXD6+E6+foFQg9CPadBFcKAGoMIyVSK7iZgtK5DLEwAF4jz5MhfxWNmwZjHXFRc0GqCRx/tA==",
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@grpc/grpc-js": "^1.7.1",
        "@opentelemetry/core": "1.17.0",
        "@opentelemetry/otlp-grpc-exporter-base": "0.43.0",
        "@opentelemetry/otlp-transformer": "0.43.0",
        "@opentelemetry/resources": "1.17.0",
        "@opentelemetry/sdk-trace-base": "1.17.0"
      },
      "engines": {
        "node": ">=14"
      },
      "peerDependencies": {
        "@opentelemetry/api": "^1.0.0"
      }
    },
    "node_modules/@opentelemetry/exporter-trace-otlp-grpc/node_modules/@opentelemetry/api-logs": {
      "version": "0.43.0",
      "resolved": "https://registry.npmjs.org/@opentelemetry/api-logs/-/api-logs-0.43.0.tgz",
      "integrity": "sha512-0CXMOYPXgAdLM2OzVkiUfAL6QQwWVhnMfUXCqLsITY42FZ9TxAhZIHkoc4mfVxvPuXsBnRYGR8UQZX86p87z4A==",
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@opentelemetry/api": "^1.0.0"
      },
      "engines": {
        "node": ">=14"
      }
    },
    "node_modules/@opentelemetry/exporter-trace-otlp-grpc/node_modules/@opentelemetry/core": {
      "version": "1.17.0",
      "resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.17.0.tgz",
      "integrity": "sha512-tfnl3h+UefCgx1aeN2xtrmr6BmdWGKXypk0pflQR0urFS40aE88trnkOMc2HTJZbMrqEEl4HsaBeFhwLVXsrJg==",
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@opentelemetry/semantic-conventions": "1.17.0"
      },
      "engines": {
        "node": ">=14"
      },
      "peerDependencies": {
        "@opentelemetry/api": ">=1.0.0 <1.7.0"
      }
    },
    "node_modules/@opentelemetry/exporter-trace-otlp-grpc/node_modules/@opentelemetry/otlp-exporter-base": {
      "version": "0.43.0",
      "resolved": "https://registry.npmjs.org/@opentelemetry/otlp-exporter-base/-/otlp-exporter-base-0.43.0.tgz",
      "integrity": "sha512-LXNtRFVuPRXB9q0qdvrLikQ3NtT9Jmv255Idryz3RJPhOh/Fa03sBASQoj3D55OH3xazmA90KFHfhJ/d8D8y4A==",
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@opentelemetry/core": "1.17.0"
      },
      "engines": {
        "node": ">=14"
      },
      "peerDependencies": {
        "@opentelemetry/api": "^1.0.0"
      }
    },
    "node_modules/@opentelemetry/exporter-trace-otlp-grpc/node_modules/@opentelemetry/otlp-grpc-exporter-base": {
      "version": "0.43.0",
      "resolved": "https://registry.npmjs.org/@opentelemetry/otlp-grpc-exporter-base/-/otlp-grpc-exporter-base-0.43.0.tgz",
      "integrity": "sha512-oOpqtDJo9BBa1+nD6ID1qZ55ZdTwEwSSn2idMobw8jmByJKaanVLdr9SJKsn5T9OBqo/c5QY2brMf0TNZkobJQ==",
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@grpc/grpc-js": "^1.7.1",
        "@opentelemetry/core": "1.17.0",
        "@opentelemetry/otlp-exporter-base": "0.43.0",
        "protobufjs": "^7.2.3"
      },
      "engines": {
        "node": ">=14"
      },
      "peerDependencies": {
        "@opentelemetry/api": "^1.0.0"
      }
    },
    "node_modules/@opentelemetry/exporter-trace-otlp-grpc/node_modules/@opentelemetry/otlp-transformer": {
      "version": "0.43.0",
      "resolved": "https://registry.npmjs.org/@opentelemetry/otlp-transformer/-/otlp-transformer-0.43.0.tgz",
      "integrity": "sha512-KXYmgzWdVBOD5NvPmGW1nEMJjyQ8gK3N8r6pi4HvmEhTp0v4T13qDSax4q0HfsqmbPJR355oqQSJUnu1dHNutw==",
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@opentelemetry/api-logs": "0.43.0",
        "@opentelemetry/core": "1.17.0",
        "@opentelemetry/resources": "1.17.0",
        "@opentelemetry/sdk-logs": "0.43.0",
        "@opentelemetry/sdk-metrics": "1.17.0",
        "@opentelemetry/sdk-trace-base": "1.17.0"
      },
      "engines": {
        "node": ">=14"
      },
      "peerDependencies": {
        "@opentelemetry/api": ">=1.3.0 <1.7.0"
      }
    },
    "node_modules/@opentelemetry/exporter-trace-otlp-grpc/node_modules/@opentelemetry/resources": {
      "version": "1.17.0",
      "resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-1.17.0.tgz",
      "integrity": "sha512-+u0ciVnj8lhuL/qGRBPeVYvk7fL+H/vOddfvmOeJaA1KC+5/3UED1c9KoZQlRsNT5Kw1FaK8LkY2NVLYfOVZQw==",
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@opentelemetry/core": "1.17.0",
        "@opentelemetry/semantic-conventions": "1.17.0"
      },
      "engines": {
        "node": ">=14"
      },
      "peerDependencies": {
        "@opentelemetry/api": ">=1.0.0 <1.7.0"
      }
    },
    "node_modules/@opentelemetry/exporter-trace-otlp-grpc/node_modules/@opentelemetry/sdk-logs": {
      "version": "0.43.0",
      "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-logs/-/sdk-logs-0.43.0.tgz",
      "integrity": "sha512-JyJ2BBRKm37Mc4cSEhFmsMl5ASQn1dkGhEWzAAMSlhPtLRTv5PfvJwhR+Mboaic/eDLAlciwsgijq8IFlf6IgQ==",
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@opentelemetry/core": "1.17.0",
        "@opentelemetry/resources": "1.17.0"
      },
      "engines": {
        "node": ">=14"
      },
      "peerDependencies": {
        "@opentelemetry/api": ">=1.4.0 <1.7.0",
        "@opentelemetry/api-logs": ">=0.39.1"
      }
    },
    "node_modules/@opentelemetry/exporter-trace-otlp-grpc/node_modules/@opentelemetry/sdk-metrics": {
      "version": "1.17.0",
      "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-metrics/-/sdk-metrics-1.17.0.tgz",
      "integrity": "sha512-HlWM27yGmYuwCoVRe3yg2PqKnIsq0kEF0HQgvkeDWz2NYkq9fFaSspR6kvjxUTbghAlZrabiqbgyKoYpYaXS3w==",
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@opentelemetry/core": "1.17.0",
        "@opentelemetry/resources": "1.17.0",
        "lodash.merge": "^4.6.2"
      },
      "engines": {
        "node": ">=14"
      },
      "peerDependencies": {
        "@opentelemetry/api": ">=1.3.0 <1.7.0"
      }
    },
    "node_modules/@opentelemetry/exporter-trace-otlp-grpc/node_modules/@opentelemetry/sdk-trace-base": {
      "version": "1.17.0",
      "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-trace-base/-/sdk-trace-base-1.17.0.tgz",
      "integrity": "sha512-2T5HA1/1iE36Q9eg6D4zYlC4Y4GcycI1J6NsHPKZY9oWfAxWsoYnRlkPfUqyY5XVtocCo/xHpnJvGNHwzT70oQ==",
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@opentelemetry/core": "1.17.0",
        "@opentelemetry/resources": "1.17.0",
        "@opentelemetry/semantic-conventions": "1.17.0"
      },
      "engines": {
        "node": ">=14"
      },
      "peerDependencies": {
        "@opentelemetry/api": ">=1.0.0 <1.7.0"
      }
    },
    "node_modules/@opentelemetry/exporter-trace-otlp-grpc/node_modules/@opentelemetry/semantic-conventions": {
      "version": "1.17.0",
      "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.17.0.tgz",
      "integrity": "sha512-+fguCd2d8d2qruk0H0DsCEy2CTK3t0Tugg7MhZ/UQMvmewbZLNnJ6heSYyzIZWG5IPfAXzoj4f4F/qpM7l4VBA==",
      "dev": true,
      "license": "Apache-2.0",
      "engines": {
        "node": ">=14"
      }
    },
    "node_modules/@opentelemetry/exporter-trace-otlp-http": {
      "version": "0.41.2",
      "resolved": "https://registry.npmjs.org/@opentelemetry/exporter-trace-otlp-http/-/exporter-trace-otlp-http-0.41.2.tgz",
      "integrity": "sha512-Y0fGLipjZXLMelWtlS1/MDtrPxf25oM408KukRdkN31a1MEFo4h/ZkNwS7ZfmqHGUa+4rWRt2bi6JBiqy7Ytgw==",
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@opentelemetry/core": "1.15.2",
        "@opentelemetry/otlp-exporter-base": "0.41.2",
        "@opentelemetry/otlp-transformer": "0.41.2",
        "@opentelemetry/resources": "1.15.2",
        "@opentelemetry/sdk-trace-base": "1.15.2"
      },
      "engines": {
        "node": ">=14"
      },
      "peerDependencies": {
        "@opentelemetry/api": "^1.0.0"
      }
    },
    "node_modules/@opentelemetry/exporter-trace-otlp-http/node_modules/@opentelemetry/resources": {
      "version": "1.15.2",
      "resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-1.15.2.tgz",
      "integrity": "sha512-xmMRLenT9CXmm5HMbzpZ1hWhaUowQf8UB4jMjFlAxx1QzQcsD3KFNAVX/CAWzFPtllTyTplrA4JrQ7sCH3qmYw==",
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@opentelemetry/core": "1.15.2",
        "@opentelemetry/semantic-conventions": "1.15.2"
      },
      "engines": {
        "node": ">=14"
      },
      "peerDependencies": {
        "@opentelemetry/api": ">=1.0.0 <1.5.0"
      }
    },
    "node_modules/@opentelemetry/exporter-trace-otlp-http/node_modules/@opentelemetry/sdk-trace-base": {
      "version": "1.15.2",
      "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-trace-base/-/sdk-trace-base-1.15.2.tgz",
      "integrity": "sha512-BEaxGZbWtvnSPchV98qqqqa96AOcb41pjgvhfzDij10tkBhIu9m0Jd6tZ1tJB5ZHfHbTffqYVYE0AOGobec/EQ==",
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@opentelemetry/core": "1.15.2",
        "@opentelemetry/resources": "1.15.2",
        "@opentelemetry/semantic-conventions": "1.15.2"
      },
      "engines": {
        "node": ">=14"
      },
      "peerDependencies": {
        "@opentelemetry/api": ">=1.0.0 <1.5.0"
      }
    },
    "node_modules/@opentelemetry/exporter-trace-otlp-http/node_modules/@opentelemetry/semantic-conventions": {
      "version": "1.15.2",
      "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.15.2.tgz",
      "integrity": "sha512-CjbOKwk2s+3xPIMcd5UNYQzsf+v94RczbdNix9/kQh38WiQkM90sUOi3if8eyHFgiBjBjhwXrA7W3ydiSQP9mw==",
      "dev": true,
      "license": "Apache-2.0",
      "engines": {
        "node": ">=14"
      }
    },
    "node_modules/@opentelemetry/exporter-trace-otlp-proto": {
      "version": "0.41.2",
      "resolved": "https://registry.npmjs.org/@opentelemetry/exporter-trace-otlp-proto/-/exporter-trace-otlp-proto-0.41.2.tgz",
      "integrity": "sha512-IGZga9IIckqYE3IpRE9FO9G5umabObIrChlXUHYpMJtDgx797dsb3qXCvLeuAwB+HoB8NsEZstlzmLnoa6/HmA==",
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@opentelemetry/core": "1.15.2",
        "@opentelemetry/otlp-exporter-base": "0.41.2",
        "@opentelemetry/otlp-proto-exporter-base": "0.41.2",
        "@opentelemetry/otlp-transformer": "0.41.2",
        "@opentelemetry/resources": "1.15.2",
        "@opentelemetry/sdk-trace-base": "1.15.2"
      },
      "engines": {
        "node": ">=14"
      },
      "peerDependencies": {
        "@opentelemetry/api": "^1.0.0"
      }
    },
    "node_modules/@opentelemetry/exporter-trace-otlp-proto/node_modules/@opentelemetry/resources": {
      "version": "1.15.2",
      "resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-1.15.2.tgz",
      "integrity": "sha512-xmMRLenT9CXmm5HMbzpZ1hWhaUowQf8UB4jMjFlAxx1QzQcsD3KFNAVX/CAWzFPtllTyTplrA4JrQ7sCH3qmYw==",
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@opentelemetry/core": "1.15.2",
        "@opentelemetry/semantic-conventions": "1.15.2"
      },
      "engines": {
        "node": ">=14"
      },
      "peerDependencies": {
        "@opentelemetry/api": ">=1.0.0 <1.5.0"
      }
    },
    "node_modules/@opentelemetry/exporter-trace-otlp-proto/node_modules/@opentelemetry/sdk-trace-base": {
      "version": "1.15.2",
      "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-trace-base/-/sdk-trace-base-1.15.2.tgz",
      "integrity": "sha512-BEaxGZbWtvnSPchV98qqqqa96AOcb41pjgvhfzDij10tkBhIu9m0Jd6tZ1tJB5ZHfHbTffqYVYE0AOGobec/EQ==",
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@opentelemetry/core": "1.15.2",
        "@opentelemetry/resources": "1.15.2",
        "@opentelemetry/semantic-conventions": "1.15.2"
      },
      "engines": {
        "node": ">=14"
      },
      "peerDependencies": {
        "@opentelemetry/api": ">=1.0.0 <1.5.0"
      }
    },
    "node_modules/@opentelemetry/exporter-trace-otlp-proto/node_modules/@opentelemetry/semantic-conventions": {
      "version": "1.15.2",
      "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.15.2.tgz",
      "integrity": "sha512-CjbOKwk2s+3xPIMcd5UNYQzsf+v94RczbdNix9/kQh38WiQkM90sUOi3if8eyHFgiBjBjhwXrA7W3ydiSQP9mw==",
      "dev": true,
      "license": "Apache-2.0",
      "engines": {
        "node": ">=14"
      }
    },
    "node_modules/@opentelemetry/exporter-zipkin": {
      "version": "1.27.0",
      "resolved": "https://registry.npmjs.org/@opentelemetry/exporter-zipkin/-/exporter-zipkin-1.27.0.tgz",
      "integrity": "sha512-eGMY3s4QprspFZojqsuQyQpWNFpo+oNVE/aosTbtvAlrJBAlvXcwwsOROOHOd8Y9lkU4i0FpQW482rcXkgwCSw==",
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@opentelemetry/core": "1.27.0",
        "@opentelemetry/resources": "1.27.0",
        "@opentelemetry/sdk-trace-base": "1.27.0",
        "@opentelemetry/semantic-conventions": "1.27.0"
      },
      "engines": {
        "node": ">=14"
      },
      "peerDependencies": {
        "@opentelemetry/api": "^1.0.0"
      }
    },
    "node_modules/@opentelemetry/exporter-zipkin/node_modules/@opentelemetry/core": {
      "version": "1.27.0",
      "resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.27.0.tgz",
      "integrity": "sha512-yQPKnK5e+76XuiqUH/gKyS8wv/7qITd5ln56QkBTf3uggr0VkXOXfcaAuG330UfdYu83wsyoBwqwxigpIG+Jkg==",
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@opentelemetry/semantic-conventions": "1.27.0"
      },
      "engines": {
        "node": ">=14"
      },
      "peerDependencies": {
        "@opentelemetry/api": ">=1.0.0 <1.10.0"
      }
    },
    "node_modules/@opentelemetry/otlp-exporter-base": {
      "version": "0.41.2",
      "resolved": "https://registry.npmjs.org/@opentelemetry/otlp-exporter-base/-/otlp-exporter-base-0.41.2.tgz",
      "integrity": "sha512-pfwa6d+Dax3itZcGWiA0AoXeVaCuZbbqUTsCtOysd2re8C2PWXNxDONUfBWsn+KgxAdi+ljwTjJGiaVLDaIEvQ==",
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@opentelemetry/core": "1.15.2"
      },
      "engines": {
        "node": ">=14"
      },
      "peerDependencies": {
        "@opentelemetry/api": "^1.0.0"
      }
    },
    "node_modules/@opentelemetry/otlp-grpc-exporter-base": {
      "version": "0.41.2",
      "resolved": "https://registry.npmjs.org/@opentelemetry/otlp-grpc-exporter-base/-/otlp-grpc-exporter-base-0.41.2.tgz",
      "integrity": "sha512-OErK8dYjXG01XIMIpmOV2SzL9ctkZ0Nyhf2UumICOAKtgLvR5dG1JMlsNVp8Jn0RzpsKc6Urv7JpP69wzRXN+A==",
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@grpc/grpc-js": "^1.7.1",
        "@opentelemetry/core": "1.15.2",
        "@opentelemetry/otlp-exporter-base": "0.41.2",
        "protobufjs": "^7.2.3"
      },
      "engines": {
        "node": ">=14"
      },
      "peerDependencies": {
        "@opentelemetry/api": "^1.0.0"
      }
    },
    "node_modules/@opentelemetry/otlp-proto-exporter-base": {
      "version": "0.41.2",
      "resolved": "https://registry.npmjs.org/@opentelemetry/otlp-proto-exporter-base/-/otlp-proto-exporter-base-0.41.2.tgz",
      "integrity": "sha512-BxmEMiP6tHiFroe5/dTt9BsxCci7BTLtF7A6d4DKHLiLweWWZxQ9l7hON7qt/IhpKrQcAFD1OzZ1Gq2ZkNzhCw==",
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@opentelemetry/core": "1.15.2",
        "@opentelemetry/otlp-exporter-base": "0.41.2",
        "protobufjs": "^7.2.3"
      },
      "engines": {
        "node": ">=14"
      },
      "peerDependencies": {
        "@opentelemetry/api": "^1.0.0"
      }
    },
    "node_modules/@opentelemetry/otlp-transformer": {
      "version": "0.41.2",
      "resolved": "https://registry.npmjs.org/@opentelemetry/otlp-transformer/-/otlp-transformer-0.41.2.tgz",
      "integrity": "sha512-jJbPwB0tNu2v+Xi0c/v/R3YBLJKLonw1p+v3RVjT2VfzeUyzSp/tBeVdY7RZtL6dzZpA9XSmp8UEfWIFQo33yA==",
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@opentelemetry/api-logs": "0.41.2",
        "@opentelemetry/core": "1.15.2",
        "@opentelemetry/resources": "1.15.2",
        "@opentelemetry/sdk-logs": "0.41.2",
        "@opentelemetry/sdk-metrics": "1.15.2",
        "@opentelemetry/sdk-trace-base": "1.15.2"
      },
      "engines": {
        "node": ">=14"
      },
      "peerDependencies": {
        "@opentelemetry/api": ">=1.3.0 <1.5.0"
      }
    },
    "node_modules/@opentelemetry/otlp-transformer/node_modules/@opentelemetry/resources": {
      "version": "1.15.2",
      "resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-1.15.2.tgz",
      "integrity": "sha512-xmMRLenT9CXmm5HMbzpZ1hWhaUowQf8UB4jMjFlAxx1QzQcsD3KFNAVX/CAWzFPtllTyTplrA4JrQ7sCH3qmYw==",
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@opentelemetry/core": "1.15.2",
        "@opentelemetry/semantic-conventions": "1.15.2"
      },
      "engines": {
        "node": ">=14"
      },
      "peerDependencies": {
        "@opentelemetry/api": ">=1.0.0 <1.5.0"
      }
    },
    "node_modules/@opentelemetry/otlp-transformer/node_modules/@opentelemetry/sdk-metrics": {
      "version": "1.15.2",
      "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-metrics/-/sdk-metrics-1.15.2.tgz",
      "integrity": "sha512-9aIlcX8GnhcsAHW/Wl8bzk4ZnWTpNlLtud+fxUfBtFATu6OZ6TrGrF4JkT9EVrnoxwtPIDtjHdEsSjOqisY/iA==",
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@opentelemetry/core": "1.15.2",
        "@opentelemetry/resources": "1.15.2",
        "lodash.merge": "^4.6.2"
      },
      "engines": {
        "node": ">=14"
      },
      "peerDependencies": {
        "@opentelemetry/api": ">=1.3.0 <1.5.0"
      }
    },
    "node_modules/@opentelemetry/otlp-transformer/node_modules/@opentelemetry/sdk-trace-base": {
      "version": "1.15.2",
      "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-trace-base/-/sdk-trace-base-1.15.2.tgz",
      "integrity": "sha512-BEaxGZbWtvnSPchV98qqqqa96AOcb41pjgvhfzDij10tkBhIu9m0Jd6tZ1tJB5ZHfHbTffqYVYE0AOGobec/EQ==",
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@opentelemetry/core": "1.15.2",
        "@opentelemetry/resources": "1.15.2",
        "@opentelemetry/semantic-conventions": "1.15.2"
      },
      "engines": {
        "node": ">=14"
      },
      "peerDependencies": {
        "@opentelemetry/api": ">=1.0.0 <1.5.0"
      }
    },
    "node_modules/@opentelemetry/otlp-transformer/node_modules/@opentelemetry/semantic-conventions": {
      "version": "1.15.2",
      "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.15.2.tgz",
      "integrity": "sha512-CjbOKwk2s+3xPIMcd5UNYQzsf+v94RczbdNix9/kQh38WiQkM90sUOi3if8eyHFgiBjBjhwXrA7W3ydiSQP9mw==",
      "dev": true,
      "license": "Apache-2.0",
      "engines": {
        "node": ">=14"
      }
    },
    "node_modules/@opentelemetry/resources": {
      "version": "1.27.0",
      "resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-1.27.0.tgz",
      "integrity": "sha512-jOwt2VJ/lUD5BLc+PMNymDrUCpm5PKi1E9oSVYAvz01U/VdndGmrtV3DU1pG4AwlYhJRHbHfOUIlpBeXCPw6QQ==",
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@opentelemetry/core": "1.27.0",
        "@opentelemetry/semantic-conventions": "1.27.0"
      },
      "engines": {
        "node": ">=14"
      },
      "peerDependencies": {
        "@opentelemetry/api": ">=1.0.0 <1.10.0"
      }
    },
    "node_modules/@opentelemetry/resources/node_modules/@opentelemetry/core": {
      "version": "1.27.0",
      "resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.27.0.tgz",
      "integrity": "sha512-yQPKnK5e+76XuiqUH/gKyS8wv/7qITd5ln56QkBTf3uggr0VkXOXfcaAuG330UfdYu83wsyoBwqwxigpIG+Jkg==",
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@opentelemetry/semantic-conventions": "1.27.0"
      },
      "engines": {
        "node": ">=14"
      },
      "peerDependencies": {
        "@opentelemetry/api": ">=1.0.0 <1.10.0"
      }
    },
    "node_modules/@opentelemetry/sdk-logs": {
      "version": "0.41.2",
      "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-logs/-/sdk-logs-0.41.2.tgz",
      "integrity": "sha512-smqKIw0tTW15waj7BAPHFomii5c3aHnSE4LQYTszGoK5P9nZs8tEAIpu15UBxi3aG31ZfsLmm4EUQkjckdlFrw==",
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@opentelemetry/core": "1.15.2",
        "@opentelemetry/resources": "1.15.2"
      },
      "engines": {
        "node": ">=14"
      },
      "peerDependencies": {
        "@opentelemetry/api": ">=1.4.0 <1.5.0",
        "@opentelemetry/api-logs": ">=0.39.1"
      }
    },
    "node_modules/@opentelemetry/sdk-logs/node_modules/@opentelemetry/resources": {
      "version": "1.15.2",
      "resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-1.15.2.tgz",
      "integrity": "sha512-xmMRLenT9CXmm5HMbzpZ1hWhaUowQf8UB4jMjFlAxx1QzQcsD3KFNAVX/CAWzFPtllTyTplrA4JrQ7sCH3qmYw==",
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@opentelemetry/core": "1.15.2",
        "@opentelemetry/semantic-conventions": "1.15.2"
      },
      "engines": {
        "node": ">=14"
      },
      "peerDependencies": {
        "@opentelemetry/api": ">=1.0.0 <1.5.0"
      }
    },
    "node_modules/@opentelemetry/sdk-logs/node_modules/@opentelemetry/semantic-conventions": {
      "version": "1.15.2",
      "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.15.2.tgz",
      "integrity": "sha512-CjbOKwk2s+3xPIMcd5UNYQzsf+v94RczbdNix9/kQh38WiQkM90sUOi3if8eyHFgiBjBjhwXrA7W3ydiSQP9mw==",
      "dev": true,
      "license": "Apache-2.0",
      "engines": {
        "node": ">=14"
      }
    },
    "node_modules/@opentelemetry/sdk-metrics": {
      "version": "1.27.0",
      "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-metrics/-/sdk-metrics-1.27.0.tgz",
      "integrity": "sha512-JzWgzlutoXCydhHWIbLg+r76m+m3ncqvkCcsswXAQ4gqKS+LOHKhq+t6fx1zNytvLuaOUBur7EvWxECc4jPQKg==",
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@opentelemetry/core": "1.27.0",
        "@opentelemetry/resources": "1.27.0"
      },
      "engines": {
        "node": ">=14"
      },
      "peerDependencies": {
        "@opentelemetry/api": ">=1.3.0 <1.10.0"
      }
    },
    "node_modules/@opentelemetry/sdk-metrics/node_modules/@opentelemetry/core": {
      "version": "1.27.0",
      "resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.27.0.tgz",
      "integrity": "sha512-yQPKnK5e+76XuiqUH/gKyS8wv/7qITd5ln56QkBTf3uggr0VkXOXfcaAuG330UfdYu83wsyoBwqwxigpIG+Jkg==",
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@opentelemetry/semantic-conventions": "1.27.0"
      },
      "engines": {
        "node": ">=14"
      },
      "peerDependencies": {
        "@opentelemetry/api": ">=1.0.0 <1.10.0"
      }
    },
    "node_modules/@opentelemetry/sdk-trace-base": {
      "version": "1.27.0",
      "resolved": "https://registry.npmjs.org/@opentelemetry/sdk-trace-base/-/sdk-trace-base-1.27.0.tgz",
      "integrity": "sha512-btz6XTQzwsyJjombpeqCX6LhiMQYpzt2pIYNPnw0IPO/3AhT6yjnf8Mnv3ZC2A4eRYOjqrg+bfaXg9XHDRJDWQ==",
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@opentelemetry/core": "1.27.0",
        "@opentelemetry/resources": "1.27.0",
        "@opentelemetry/semantic-conventions": "1.27.0"
      },
      "engines": {
        "node": ">=14"
      },
      "peerDependencies": {
        "@opentelemetry/api": ">=1.0.0 <1.10.0"
      }
    },
    "node_modules/@opentelemetry/sdk-trace-base/node_modules/@opentelemetry/core": {
      "version": "1.27.0",
      "resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.27.0.tgz",
      "integrity": "sha512-yQPKnK5e+76XuiqUH/gKyS8wv/7qITd5ln56QkBTf3uggr0VkXOXfcaAuG330UfdYu83wsyoBwqwxigpIG+Jkg==",
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@opentelemetry/semantic-conventions": "1.27.0"
      },
      "engines": {
        "node": ">=14"
      },
      "peerDependencies": {
        "@opentelemetry/api": ">=1.0.0 <1.10.0"
      }
    },
    "node_modules/@opentelemetry/semantic-conventions": {
      "version": "1.27.0",
      "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.27.0.tgz",
      "integrity": "sha512-sAay1RrB+ONOem0OZanAR1ZI/k7yDpnOQSQmTMuGImUQb2y8EbSaCJ94FQluM74xoU03vlb2d2U90hZluL6nQg==",
      "dev": true,
      "license": "Apache-2.0",
      "engines": {
        "node": ">=14"
      }
    },
    "node_modules/@pkgjs/parseargs": {
      "version": "0.11.0",
      "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
      "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
      "license": "MIT",
      "optional": true,
      "engines": {
        "node": ">=14"
      }
    },
    "node_modules/@playwright/browser-chromium": {
      "version": "1.48.2",
      "resolved": "https://registry.npmjs.org/@playwright/browser-chromium/-/browser-chromium-1.48.2.tgz",
      "integrity": "sha512-TvYJ5PFaDPYNlKpvPSftBbPTnu75VdRKjoMjmkd7/P79rFIBD+v6K4wU8XR6PlAqqFdPcfLL5XXZnRwTRixbDQ==",
      "dev": true,
      "hasInstallScript": true,
      "license": "Apache-2.0",
      "dependencies": {
        "playwright-core": "1.48.2"
      },
      "engines": {
        "node": ">=18"
      }
    },
    "node_modules/@playwright/test": {
      "version": "1.48.2",
      "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.48.2.tgz",
      "integrity": "sha512-54w1xCWfXuax7dz4W2M9uw0gDyh+ti/0K/MxcCUxChFh37kkdxPdfZDw5QBbuPUJHr1CiHJ1hXgSs+GgeQc5Zw==",
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "playwright": "1.48.2"
      },
      "bin": {
        "playwright": "cli.js"
      },
      "engines": {
        "node": ">=18"
      }
    },
    "node_modules/@protobufjs/aspromise": {
      "version": "1.1.2",
      "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz",
      "integrity": "sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==",
      "dev": true,
      "license": "BSD-3-Clause"
    },
    "node_modules/@protobufjs/base64": {
      "version": "1.1.2",
      "resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz",
      "integrity": "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==",
      "dev": true,
      "license": "BSD-3-Clause"
    },
    "node_modules/@protobufjs/codegen": {
      "version": "2.0.4",
      "resolved": "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz",
      "integrity": "sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==",
      "dev": true,
      "license": "BSD-3-Clause"
    },
    "node_modules/@protobufjs/eventemitter": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz",
      "integrity": "sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==",
      "dev": true,
      "license": "BSD-3-Clause"
    },
    "node_modules/@protobufjs/fetch": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.0.tgz",
      "integrity": "sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==",
      "dev": true,
      "license": "BSD-3-Clause",
      "dependencies": {
        "@protobufjs/aspromise": "^1.1.1",
        "@protobufjs/inquire": "^1.1.0"
      }
    },
    "node_modules/@protobufjs/float": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz",
      "integrity": "sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==",
      "dev": true,
      "license": "BSD-3-Clause"
    },
    "node_modules/@protobufjs/inquire": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.0.tgz",
      "integrity": "sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==",
      "dev": true,
      "license": "BSD-3-Clause"
    },
    "node_modules/@protobufjs/path": {
      "version": "1.1.2",
      "resolved": "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz",
      "integrity": "sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==",
      "dev": true,
      "license": "BSD-3-Clause"
    },
    "node_modules/@protobufjs/pool": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz",
      "integrity": "sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==",
      "dev": true,
      "license": "BSD-3-Clause"
    },
    "node_modules/@protobufjs/utf8": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz",
      "integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==",
      "dev": true,
      "license": "BSD-3-Clause"
    },
    "node_modules/@sideway/address": {
      "version": "4.1.5",
      "resolved": "https://registry.npmjs.org/@sideway/address/-/address-4.1.5.tgz",
      "integrity": "sha512-IqO/DUQHUkPeixNQ8n0JA6102hT9CmaljNTPmQ1u8MEhBo/R4Q8eKLN/vGZxuebwOroDB4cbpjheD4+/sKFK4Q==",
      "dev": true,
      "license": "BSD-3-Clause",
      "dependencies": {
        "@hapi/hoek": "^9.0.0"
      }
    },
    "node_modules/@sideway/formula": {
      "version": "3.0.1",
      "resolved": "https://registry.npmjs.org/@sideway/formula/-/formula-3.0.1.tgz",
      "integrity": "sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg==",
      "dev": true,
      "license": "BSD-3-Clause"
    },
    "node_modules/@sideway/pinpoint": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/@sideway/pinpoint/-/pinpoint-2.0.0.tgz",
      "integrity": "sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==",
      "dev": true,
      "license": "BSD-3-Clause"
    },
    "node_modules/@sigstore/bundle": {
      "version": "2.3.2",
      "resolved": "https://registry.npmjs.org/@sigstore/bundle/-/bundle-2.3.2.tgz",
      "integrity": "sha512-wueKWDk70QixNLB363yHc2D2ItTgYiMTdPwK8D9dKQMR3ZQ0c35IxP5xnwQ8cNLoCgCRcHf14kE+CLIvNX1zmA==",
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@sigstore/protobuf-specs": "^0.3.2"
      },
      "engines": {
        "node": "^16.14.0 || >=18.0.0"
      }
    },
    "node_modules/@sigstore/core": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/@sigstore/core/-/core-1.1.0.tgz",
      "integrity": "sha512-JzBqdVIyqm2FRQCulY6nbQzMpJJpSiJ8XXWMhtOX9eKgaXXpfNOF53lzQEjIydlStnd/eFtuC1dW4VYdD93oRg==",
      "dev": true,
      "license": "Apache-2.0",
      "engines": {
        "node": "^16.14.0 || >=18.0.0"
      }
    },
    "node_modules/@sigstore/protobuf-specs": {
      "version": "0.3.2",
      "resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.3.2.tgz",
      "integrity": "sha512-c6B0ehIWxMI8wiS/bj6rHMPqeFvngFV7cDU/MY+B16P9Z3Mp9k8L93eYZ7BYzSickzuqAQqAq0V956b3Ju6mLw==",
      "dev": true,
      "license": "Apache-2.0",
      "engines": {
        "node": "^16.14.0 || >=18.0.0"
      }
    },
    "node_modules/@sigstore/sign": {
      "version": "2.3.2",
      "resolved": "https://registry.npmjs.org/@sigstore/sign/-/sign-2.3.2.tgz",
      "integrity": "sha512-5Vz5dPVuunIIvC5vBb0APwo7qKA4G9yM48kPWJT+OEERs40md5GoUR1yedwpekWZ4m0Hhw44m6zU+ObsON+iDA==",
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@sigstore/bundle": "^2.3.2",
        "@sigstore/core": "^1.0.0",
        "@sigstore/protobuf-specs": "^0.3.2",
        "make-fetch-happen": "^13.0.1",
        "proc-log": "^4.2.0",
        "promise-retry": "^2.0.1"
      },
      "engines": {
        "node": "^16.14.0 || >=18.0.0"
      }
    },
    "node_modules/@sigstore/tuf": {
      "version": "2.3.4",
      "resolved": "https://registry.npmjs.org/@sigstore/tuf/-/tuf-2.3.4.tgz",
      "integrity": "sha512-44vtsveTPUpqhm9NCrbU8CWLe3Vck2HO1PNLw7RIajbB7xhtn5RBPm1VNSCMwqGYHhDsBJG8gDF0q4lgydsJvw==",
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@sigstore/protobuf-specs": "^0.3.2",
        "tuf-js": "^2.2.1"
      },
      "engines": {
        "node": "^16.14.0 || >=18.0.0"
      }
    },
    "node_modules/@sigstore/verify": {
      "version": "1.2.1",
      "resolved": "https://registry.npmjs.org/@sigstore/verify/-/verify-1.2.1.tgz",
      "integrity": "sha512-8iKx79/F73DKbGfRf7+t4dqrc0bRr0thdPrxAtCKWRm/F0tG71i6O1rvlnScncJLLBZHn3h8M3c1BSUAb9yu8g==",
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@sigstore/bundle": "^2.3.2",
        "@sigstore/core": "^1.1.0",
        "@sigstore/protobuf-specs": "^0.3.2"
      },
      "engines": {
        "node": "^16.14.0 || >=18.0.0"
      }
    },
    "node_modules/@sindresorhus/is": {
      "version": "4.6.0",
      "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz",
      "integrity": "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==",
      "dev": true,
      "license": "MIT",
      "engines": {
        "node": ">=10"
      },
      "funding": {
        "url": "https://github.com/sindresorhus/is?sponsor=1"
      }
    },
    "node_modules/@smithy/abort-controller": {
      "version": "3.1.8",
      "resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-3.1.8.tgz",
      "integrity": "sha512-+3DOBcUn5/rVjlxGvUPKc416SExarAQ+Qe0bqk30YSUjbepwpS7QN0cyKUSifvLJhdMZ0WPzPP5ymut0oonrpQ==",
      "devOptional": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@smithy/types": "^3.7.1",
        "tslib": "^2.6.2"
      },
      "engines": {
        "node": ">=16.0.0"
      }
    },
    "node_modules/@smithy/config-resolver": {
      "version": "3.0.12",
      "resolved": "https://registry.npmjs.org/@smithy/config-resolver/-/config-resolver-3.0.12.tgz",
      "integrity": "sha512-YAJP9UJFZRZ8N+UruTeq78zkdjUHmzsY62J4qKWZ4SXB4QXJ/+680EfXXgkYA2xj77ooMqtUY9m406zGNqwivQ==",
      "devOptional": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@smithy/node-config-provider": "^3.1.11",
        "@smithy/types": "^3.7.1",
        "@smithy/util-config-provider": "^3.0.0",
        "@smithy/util-middleware": "^3.0.10",
        "tslib": "^2.6.2"
      },
      "engines": {
        "node": ">=16.0.0"
      }
    },
    "node_modules/@smithy/core": {
      "version": "2.5.3",
      "resolved": "https://registry.npmjs.org/@smithy/core/-/core-2.5.3.tgz",
      "integrity": "sha512-96uW8maifUSmehaeW7uydWn7wBc98NEeNI3zN8vqakGpyCQgzyJaA64Z4FCOUmAdCJkhppd/7SZ798Fo4Xx37g==",
      "devOptional": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@smithy/middleware-serde": "^3.0.10",
        "@smithy/protocol-http": "^4.1.7",
        "@smithy/types": "^3.7.1",
        "@smithy/util-body-length-browser": "^3.0.0",
        "@smithy/util-middleware": "^3.0.10",
        "@smithy/util-stream": "^3.3.1",
        "@smithy/util-utf8": "^3.0.0",
        "tslib": "^2.6.2"
      },
      "engines": {
        "node": ">=16.0.0"
      }
    },
    "node_modules/@smithy/credential-provider-imds": {
      "version": "3.2.7",
      "resolved": "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-3.2.7.tgz",
      "integrity": "sha512-cEfbau+rrWF8ylkmmVAObOmjbTIzKyUC5TkBL58SbLywD0RCBC4JAUKbmtSm2w5KUJNRPGgpGFMvE2FKnuNlWQ==",
      "devOptional": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@smithy/node-config-provider": "^3.1.11",
        "@smithy/property-provider": "^3.1.10",
        "@smithy/types": "^3.7.1",
        "@smithy/url-parser": "^3.0.10",
        "tslib": "^2.6.2"
      },
      "engines": {
        "node": ">=16.0.0"
      }
    },
    "node_modules/@smithy/fetch-http-handler": {
      "version": "4.1.1",
      "resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-4.1.1.tgz",
      "integrity": "sha512-bH7QW0+JdX0bPBadXt8GwMof/jz0H28I84hU1Uet9ISpzUqXqRQ3fEZJ+ANPOhzSEczYvANNl3uDQDYArSFDtA==",
      "devOptional": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@smithy/protocol-http": "^4.1.7",
        "@smithy/querystring-builder": "^3.0.10",
        "@smithy/types": "^3.7.1",
        "@smithy/util-base64": "^3.0.0",
        "tslib": "^2.6.2"
      }
    },
    "node_modules/@smithy/hash-node": {
      "version": "3.0.10",
      "resolved": "https://registry.npmjs.org/@smithy/hash-node/-/hash-node-3.0.10.tgz",
      "integrity": "sha512-3zWGWCHI+FlJ5WJwx73Mw2llYR8aflVyZN5JhoqLxbdPZi6UyKSdCeXAWJw9ja22m6S6Tzz1KZ+kAaSwvydi0g==",
      "devOptional": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@smithy/types": "^3.7.1",
        "@smithy/util-buffer-from": "^3.0.0",
        "@smithy/util-utf8": "^3.0.0",
        "tslib": "^2.6.2"
      },
      "engines": {
        "node": ">=16.0.0"
      }
    },
    "node_modules/@smithy/invalid-dependency": {
      "version": "3.0.10",
      "resolved": "https://registry.npmjs.org/@smithy/invalid-dependency/-/invalid-dependency-3.0.10.tgz",
      "integrity": "sha512-Lp2L65vFi+cj0vFMu2obpPW69DU+6O5g3086lmI4XcnRCG8PxvpWC7XyaVwJCxsZFzueHjXnrOH/E0pl0zikfA==",
      "devOptional": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@smithy/types": "^3.7.1",
        "tslib": "^2.6.2"
      }
    },
    "node_modules/@smithy/is-array-buffer": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-3.0.0.tgz",
      "integrity": "sha512-+Fsu6Q6C4RSJiy81Y8eApjEB5gVtM+oFKTffg+jSuwtvomJJrhUJBu2zS8wjXSgH/g1MKEWrzyChTBe6clb5FQ==",
      "devOptional": true,
      "license": "Apache-2.0",
      "dependencies": {
        "tslib": "^2.6.2"
      },
      "engines": {
        "node": ">=16.0.0"
      }
    },
    "node_modules/@smithy/middleware-compression": {
      "version": "3.1.3",
      "resolved": "https://registry.npmjs.org/@smithy/middleware-compression/-/middleware-compression-3.1.3.tgz",
      "integrity": "sha512-1hMuxq8SphiCxFWmt4hXOdftvEjYevcje07Ena9oziSqoBtApyVRNTjPc2f/gyMVfVReAWJhNWLxs64gi+v8XA==",
      "dev": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@smithy/core": "^2.5.3",
        "@smithy/is-array-buffer": "^3.0.0",
        "@smithy/node-config-provider": "^3.1.11",
        "@smithy/protocol-http": "^4.1.7",
        "@smithy/types": "^3.7.1",
        "@smithy/util-config-provider": "^3.0.0",
        "@smithy/util-middleware": "^3.0.10",
        "@smithy/util-utf8": "^3.0.0",
        "fflate": "0.8.1",
        "tslib": "^2.6.2"
      },
      "engines": {
        "node": ">=16.0.0"
      }
    },
    "node_modules/@smithy/middleware-content-length": {
      "version": "3.0.12",
      "resolved": "https://registry.npmjs.org/@smithy/middleware-content-length/-/middleware-content-length-3.0.12.tgz",
      "integrity": "sha512-1mDEXqzM20yywaMDuf5o9ue8OkJ373lSPbaSjyEvkWdqELhFMyNNgKGWL/rCSf4KME8B+HlHKuR8u9kRj8HzEQ==",
      "devOptional": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@smithy/protocol-http": "^4.1.7",
        "@smithy/types": "^3.7.1",
        "tslib": "^2.6.2"
      },
      "engines": {
        "node": ">=16.0.0"
      }
    },
    "node_modules/@smithy/middleware-endpoint": {
      "version": "3.2.3",
      "resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-3.2.3.tgz",
      "integrity": "sha512-Hdl9296i/EMptaX7agrSzJZDiz5Y8XPUeBbctTmMtnCguGpqfU3jVsTUan0VLaOhsnquqWLL8Bl5HrlbVGT1og==",
      "devOptional": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@smithy/core": "^2.5.3",
        "@smithy/middleware-serde": "^3.0.10",
        "@smithy/node-config-provider": "^3.1.11",
        "@smithy/shared-ini-file-loader": "^3.1.11",
        "@smithy/types": "^3.7.1",
        "@smithy/url-parser": "^3.0.10",
        "@smithy/util-middleware": "^3.0.10",
        "tslib": "^2.6.2"
      },
      "engines": {
        "node": ">=16.0.0"
      }
    },
    "node_modules/@smithy/middleware-retry": {
      "version": "3.0.27",
      "resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-3.0.27.tgz",
      "integrity": "sha512-H3J/PjJpLL7Tt+fxDKiOD25sMc94YetlQhCnYeNmina2LZscAdu0ZEZPas/kwePHABaEtqp7hqa5S4UJgMs1Tg==",
      "devOptional": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@smithy/node-config-provider": "^3.1.11",
        "@smithy/protocol-http": "^4.1.7",
        "@smithy/service-error-classification": "^3.0.10",
        "@smithy/smithy-client": "^3.4.4",
        "@smithy/types": "^3.7.1",
        "@smithy/util-middleware": "^3.0.10",
        "@smithy/util-retry": "^3.0.10",
        "tslib": "^2.6.2",
        "uuid": "^9.0.1"
      },
      "engines": {
        "node": ">=16.0.0"
      }
    },
    "node_modules/@smithy/middleware-retry/node_modules/uuid": {
      "version": "9.0.1",
      "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
      "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
      "devOptional": true,
      "funding": [
        "https://github.com/sponsors/broofa",
        "https://github.com/sponsors/ctavan"
      ],
      "license": "MIT",
      "bin": {
        "uuid": "dist/bin/uuid"
      }
    },
    "node_modules/@smithy/middleware-serde": {
      "version": "3.0.10",
      "resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-3.0.10.tgz",
      "integrity": "sha512-MnAuhh+dD14F428ubSJuRnmRsfOpxSzvRhaGVTvd/lrUDE3kxzCCmH8lnVTvoNQnV2BbJ4c15QwZ3UdQBtFNZA==",
      "devOptional": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@smithy/types": "^3.7.1",
        "tslib": "^2.6.2"
      },
      "engines": {
        "node": ">=16.0.0"
      }
    },
    "node_modules/@smithy/middleware-stack": {
      "version": "3.0.10",
      "resolved": "https://registry.npmjs.org/@smithy/middleware-stack/-/middleware-stack-3.0.10.tgz",
      "integrity": "sha512-grCHyoiARDBBGPyw2BeicpjgpsDFWZZxptbVKb3CRd/ZA15F/T6rZjCCuBUjJwdck1nwUuIxYtsS4H9DDpbP5w==",
      "devOptional": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@smithy/types": "^3.7.1",
        "tslib": "^2.6.2"
      },
      "engines": {
        "node": ">=16.0.0"
      }
    },
    "node_modules/@smithy/node-config-provider": {
      "version": "3.1.11",
      "resolved": "https://registry.npmjs.org/@smithy/node-config-provider/-/node-config-provider-3.1.11.tgz",
      "integrity": "sha512-URq3gT3RpDikh/8MBJUB+QGZzfS7Bm6TQTqoh4CqE8NBuyPkWa5eUXj0XFcFfeZVgg3WMh1u19iaXn8FvvXxZw==",
      "devOptional": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@smithy/property-provider": "^3.1.10",
        "@smithy/shared-ini-file-loader": "^3.1.11",
        "@smithy/types": "^3.7.1",
        "tslib": "^2.6.2"
      },
      "engines": {
        "node": ">=16.0.0"
      }
    },
    "node_modules/@smithy/node-http-handler": {
      "version": "3.3.1",
      "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-3.3.1.tgz",
      "integrity": "sha512-fr+UAOMGWh6bn4YSEezBCpJn9Ukp9oR4D32sCjCo7U81evE11YePOQ58ogzyfgmjIO79YeOdfXXqr0jyhPQeMg==",
      "devOptional": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@smithy/abort-controller": "^3.1.8",
        "@smithy/protocol-http": "^4.1.7",
        "@smithy/querystring-builder": "^3.0.10",
        "@smithy/types": "^3.7.1",
        "tslib": "^2.6.2"
      },
      "engines": {
        "node": ">=16.0.0"
      }
    },
    "node_modules/@smithy/property-provider": {
      "version": "3.1.10",
      "resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-3.1.10.tgz",
      "integrity": "sha512-n1MJZGTorTH2DvyTVj+3wXnd4CzjJxyXeOgnTlgNVFxaaMeT4OteEp4QrzF8p9ee2yg42nvyVK6R/awLCakjeQ==",
      "devOptional": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@smithy/types": "^3.7.1",
        "tslib": "^2.6.2"
      },
      "engines": {
        "node": ">=16.0.0"
      }
    },
    "node_modules/@smithy/protocol-http": {
      "version": "4.1.7",
      "resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-4.1.7.tgz",
      "integrity": "sha512-FP2LepWD0eJeOTm0SjssPcgqAlDFzOmRXqXmGhfIM52G7Lrox/pcpQf6RP4F21k0+O12zaqQt5fCDOeBtqY6Cg==",
      "devOptional": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@smithy/types": "^3.7.1",
        "tslib": "^2.6.2"
      },
      "engines": {
        "node": ">=16.0.0"
      }
    },
    "node_modules/@smithy/querystring-builder": {
      "version": "3.0.10",
      "resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-3.0.10.tgz",
      "integrity": "sha512-nT9CQF3EIJtIUepXQuBFb8dxJi3WVZS3XfuDksxSCSn+/CzZowRLdhDn+2acbBv8R6eaJqPupoI/aRFIImNVPQ==",
      "devOptional": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@smithy/types": "^3.7.1",
        "@smithy/util-uri-escape": "^3.0.0",
        "tslib": "^2.6.2"
      },
      "engines": {
        "node": ">=16.0.0"
      }
    },
    "node_modules/@smithy/querystring-parser": {
      "version": "3.0.10",
      "resolved": "https://registry.npmjs.org/@smithy/querystring-parser/-/querystring-parser-3.0.10.tgz",
      "integrity": "sha512-Oa0XDcpo9SmjhiDD9ua2UyM3uU01ZTuIrNdZvzwUTykW1PM8o2yJvMh1Do1rY5sUQg4NDV70dMi0JhDx4GyxuQ==",
      "devOptional": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@smithy/types": "^3.7.1",
        "tslib": "^2.6.2"
      },
      "engines": {
        "node": ">=16.0.0"
      }
    },
    "node_modules/@smithy/service-error-classification": {
      "version": "3.0.10",
      "resolved": "https://registry.npmjs.org/@smithy/service-error-classification/-/service-error-classification-3.0.10.tgz",
      "integrity": "sha512-zHe642KCqDxXLuhs6xmHVgRwy078RfqxP2wRDpIyiF8EmsWXptMwnMwbVa50lw+WOGNrYm9zbaEg0oDe3PTtvQ==",
      "devOptional": true,
      "license": "Apache-2.0",
      "dependencies": {
        "@smithy/types": "^3.7.1"
      },
      "engines": {
        "node": ">=16.0.0"
      }
    },
Loading
Loading full blame...