{
  "_from": "@aws-sdk/util-endpoints@3.981.0",
  "_id": "@aws-sdk/util-endpoints@3.981.0",
  "_inBundle": false,
  "_integrity": "sha512-a8nXh/H3/4j+sxhZk+N3acSDlgwTVSZbX9i55dx41gI1H+geuonuRG+Shv3GZsCb46vzc08RK2qC78ypO8uRlg==",
  "_location": "/@aws-sdk/util-endpoints",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@aws-sdk/util-endpoints@3.981.0",
    "name": "@aws-sdk/util-endpoints",
    "escapedName": "@aws-sdk%2futil-endpoints",
    "scope": "@aws-sdk",
    "rawSpec": "3.981.0",
    "saveSpec": null,
    "fetchSpec": "3.981.0"
  },
  "_requiredBy": [
    "/@aws-sdk/client-s3"
  ],
  "_resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.981.0.tgz",
  "_shasum": "b303a735877e0e63dcc9da1ab9c2a84153a6ce96",
  "_spec": "@aws-sdk/util-endpoints@3.981.0",
  "_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/aws/aws-sdk-js-v3/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@aws-sdk/types": "^3.973.1",
    "@smithy/types": "^4.12.0",
    "@smithy/url-parser": "^4.2.8",
    "@smithy/util-endpoints": "^3.2.8",
    "tslib": "^2.6.2"
  },
  "deprecated": false,
  "description": "Utilities to help with endpoint resolution",
  "devDependencies": {
    "@tsconfig/recommended": "1.0.1",
    "concurrently": "7.0.0",
    "downlevel-dts": "0.10.1",
    "premove": "4.0.0",
    "typescript": "~5.8.3"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "files": [
    "dist-*/**"
  ],
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-endpoints",
  "license": "Apache-2.0",
  "main": "./dist-cjs/index.js",
  "module": "./dist-es/index.js",
  "name": "@aws-sdk/util-endpoints",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aws/aws-sdk-js-v3.git",
    "directory": "packages/util-endpoints"
  },
  "scripts": {
    "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
    "build:cjs": "node ../../scripts/compilation/inline util-endpoints",
    "build:es": "tsc -p tsconfig.es.json",
    "build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
    "build:types": "tsc -p tsconfig.types.json",
    "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
    "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
    "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": true,
  "types": "./dist-types/index.d.ts",
  "typesVersions": {
    "<4.0": {
      "dist-types/*": [
        "dist-types/ts3.4/*"
      ]
    }
  },
  "version": "3.981.0"
}
