{
  "_from": "@smithy/core@^2.5.5",
  "_id": "@smithy/core@2.5.6",
  "_inBundle": false,
  "_integrity": "sha512-w494xO+CPwG/5B/N2l0obHv2Fi9U4DAY+sTi1GWT3BVvGpZetJjJXAynIO9IHp4zS1PinGhXtRSZydUXbJO4ag==",
  "_location": "/@smithy/core",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@smithy/core@^2.5.5",
    "name": "@smithy/core",
    "escapedName": "@smithy%2fcore",
    "scope": "@smithy",
    "rawSpec": "^2.5.5",
    "saveSpec": null,
    "fetchSpec": "^2.5.5"
  },
  "_requiredBy": [
    "/@aws-sdk/client-s3",
    "/@aws-sdk/client-sso",
    "/@aws-sdk/client-sso-oidc",
    "/@aws-sdk/client-sts",
    "/@aws-sdk/core",
    "/@aws-sdk/middleware-sdk-s3",
    "/@aws-sdk/middleware-user-agent",
    "/@smithy/middleware-endpoint",
    "/@smithy/smithy-client"
  ],
  "_resolved": "https://registry.npmjs.org/@smithy/core/-/core-2.5.6.tgz",
  "_shasum": "f2fe273e254f1318afef35bb223220db6760c122",
  "_spec": "@smithy/core@^2.5.5",
  "_where": "/home/retrocubedevs/public_html/qa/hit_reels_web_api/node_modules/@aws-sdk/client-s3",
  "author": {
    "name": "AWS Smithy Team",
    "url": "https://smithy.io"
  },
  "bugs": {
    "url": "https://github.com/awslabs/smithy-typescript/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@smithy/middleware-serde": "^3.0.11",
    "@smithy/protocol-http": "^4.1.8",
    "@smithy/types": "^3.7.2",
    "@smithy/util-body-length-browser": "^3.0.0",
    "@smithy/util-middleware": "^3.0.11",
    "@smithy/util-stream": "^3.3.3",
    "@smithy/util-utf8": "^3.0.0",
    "tslib": "^2.6.2"
  },
  "deprecated": false,
  "description": "[![NPM version](https://img.shields.io/npm/v/@smithy/core/latest.svg)](https://www.npmjs.com/package/@smithy/core) [![NPM downloads](https://img.shields.io/npm/dm/@smithy/core.svg)](https://www.npmjs.com/package/@smithy/core)",
  "devDependencies": {
    "@types/node": "^16.18.96",
    "concurrently": "7.0.0",
    "downlevel-dts": "0.10.1",
    "json-bigint": "^1.0.0",
    "rimraf": "3.0.2",
    "typedoc": "0.23.23"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "exports": {
    ".": {
      "module": "./dist-es/index.js",
      "node": "./dist-cjs/index.js",
      "import": "./dist-es/index.js",
      "require": "./dist-cjs/index.js",
      "types": "./dist-types/index.d.ts"
    },
    "./package.json": {
      "module": "./package.json",
      "node": "./package.json",
      "import": "./package.json",
      "require": "./package.json"
    },
    "./cbor": {
      "module": "./dist-es/submodules/cbor/index.js",
      "node": "./dist-cjs/submodules/cbor/index.js",
      "import": "./dist-es/submodules/cbor/index.js",
      "require": "./dist-cjs/submodules/cbor/index.js",
      "types": "./dist-types/submodules/cbor/index.d.ts"
    },
    "./protocols": {
      "module": "./dist-es/submodules/protocols/index.js",
      "node": "./dist-cjs/submodules/protocols/index.js",
      "import": "./dist-es/submodules/protocols/index.js",
      "require": "./dist-cjs/submodules/protocols/index.js",
      "types": "./dist-types/submodules/protocols/index.d.ts"
    }
  },
  "files": [
    "./cbor.d.ts",
    "./cbor.js",
    "./protocols.d.ts",
    "./protocols.js",
    "dist-*/**"
  ],
  "homepage": "https://github.com/awslabs/smithy-typescript/tree/main/packages/core",
  "license": "Apache-2.0",
  "main": "./dist-cjs/index.js",
  "module": "./dist-es/index.js",
  "name": "@smithy/core",
  "publishConfig": {
    "directory": ".release/package"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/awslabs/smithy-typescript.git",
    "directory": "packages/core"
  },
  "scripts": {
    "build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
    "build:cjs": "node ../../scripts/inline core",
    "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": "npx eslint -c ../../.eslintrc.js \"src/**/*.ts\" --fix && node ./scripts/lint",
    "stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
    "test": "yarn g:vitest run",
    "test:cbor:perf": "node ./scripts/cbor-perf.mjs",
    "test:watch": "yarn g:vitest watch"
  },
  "typedoc": {
    "entryPoint": "src/index.ts"
  },
  "types": "./dist-types/index.d.ts",
  "typesVersions": {
    "<4.0": {
      "dist-types/*": [
        "dist-types/ts3.4/*"
      ]
    }
  },
  "version": "2.5.6"
}
