{
  "_from": "@smithy/util-endpoints@^3.2.8",
  "_id": "@smithy/util-endpoints@3.2.8",
  "_inBundle": false,
  "_integrity": "sha512-8JaVTn3pBDkhZgHQ8R0epwWt+BqPSLCjdjXXusK1onwJlRuN69fbvSK66aIKKO7SwVFM6x2J2ox5X8pOaWcUEw==",
  "_location": "/@smithy/util-endpoints",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@smithy/util-endpoints@^3.2.8",
    "name": "@smithy/util-endpoints",
    "escapedName": "@smithy%2futil-endpoints",
    "scope": "@smithy",
    "rawSpec": "^3.2.8",
    "saveSpec": null,
    "fetchSpec": "^3.2.8"
  },
  "_requiredBy": [
    "/@aws-sdk/client-s3",
    "/@aws-sdk/client-sso",
    "/@aws-sdk/client-sso/@aws-sdk/util-endpoints",
    "/@aws-sdk/middleware-user-agent/@aws-sdk/util-endpoints",
    "/@aws-sdk/nested-clients",
    "/@aws-sdk/nested-clients/@aws-sdk/util-endpoints",
    "/@aws-sdk/util-endpoints",
    "/@smithy/config-resolver"
  ],
  "_resolved": "https://registry.npmjs.org/@smithy/util-endpoints/-/util-endpoints-3.2.8.tgz",
  "_shasum": "5650bda2adac989ff2e562606088c5de3dcb1b36",
  "_spec": "@smithy/util-endpoints@^3.2.8",
  "_where": "/var/www/html/backend_ssl/node_modules/@aws-sdk/client-s3",
  "author": {
    "name": "AWS SDK for JavaScript Team",
    "url": "https://aws.amazon.com/javascript/"
  },
  "bugs": {
    "url": "https://github.com/smithy-lang/smithy-typescript/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@smithy/node-config-provider": "^4.3.8",
    "@smithy/types": "^4.12.0",
    "tslib": "^2.6.2"
  },
  "deprecated": false,
  "description": "Utilities to help with endpoint resolution.",
  "devDependencies": {
    "@types/node": "^18.11.9",
    "concurrently": "7.0.0",
    "downlevel-dts": "0.10.1",
    "rimraf": "5.0.10",
    "typedoc": "0.23.23"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "dist-*/**"
  ],
  "homepage": "https://github.com/smithy-lang/smithy-typescript/tree/master/packages/util-endpoints",
  "keywords": [
    "endpoint"
  ],
  "license": "Apache-2.0",
  "main": "./dist-cjs/index.js",
  "module": "./dist-es/index.js",
  "name": "@smithy/util-endpoints",
  "publishConfig": {
    "directory": ".release/package"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/smithy-lang/smithy-typescript.git",
    "directory": "packages/util-endpoints"
  },
  "scripts": {
    "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
    "build:cjs": "node ../../scripts/inline util-endpoints",
    "build:es": "yarn g:tsc -p tsconfig.es.json",
    "build:types": "yarn g:tsc -p tsconfig.types.json",
    "build:types:downlevel": "rimraf dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
    "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
    "format": "prettier --config ../../prettier.config.js --ignore-path ../../.prettierignore --write \"**/*.{ts,md,json}\"",
    "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
    "stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
    "test": "yarn g:vitest run",
    "test:integration": "yarn g:vitest run -c vitest.config.integ.mts",
    "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts",
    "test:watch": "yarn g:vitest watch"
  },
  "sideEffects": false,
  "typedoc": {
    "entryPoint": "src/index.ts"
  },
  "types": "./dist-types/index.d.ts",
  "typesVersions": {
    "<4.0": {
      "types/*": [
        "types/ts3.4/*"
      ]
    }
  },
  "version": "3.2.8"
}
