{
  "_from": "@smithy/core@^3.1.1",
  "_id": "@smithy/core@3.1.2",
  "_inBundle": false,
  "_integrity": "sha512-htwQXkbdF13uwwDevz9BEzL5ABK+1sJpVQXywwGSH973AVOvisHNfpcB8A8761G6XgHoS2kHPqc9DqHJ2gp+/Q==",
  "_location": "/@smithy/core",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@smithy/core@^3.1.1",
    "name": "@smithy/core",
    "escapedName": "@smithy%2fcore",
    "scope": "@smithy",
    "rawSpec": "^3.1.1",
    "saveSpec": null,
    "fetchSpec": "^3.1.1"
  },
  "_requiredBy": [
    "/@aws-sdk/client-cognito-identity",
    "/@aws-sdk/client-sso",
    "/@aws-sdk/core",
    "/@aws-sdk/credential-providers",
    "/@aws-sdk/middleware-user-agent",
    "/@aws-sdk/nested-clients",
    "/@smithy/middleware-endpoint",
    "/@smithy/smithy-client"
  ],
  "_resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.1.2.tgz",
  "_shasum": "f5b4c89bf054b717781d71c66b4fb594e06cbb62",
  "_spec": "@smithy/core@^3.1.1",
  "_where": "/home/dfspein/public_html/my.dfspe.in/node_modules/@aws-sdk/credential-providers",
  "author": {
    "name": "AWS Smithy Team",
    "url": "https://smithy.io"
  },
  "bugs": {
    "url": "https://github.com/awslabs/smithy-typescript/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@smithy/middleware-serde": "^4.0.2",
    "@smithy/protocol-http": "^5.0.1",
    "@smithy/types": "^4.1.0",
    "@smithy/util-body-length-browser": "^4.0.0",
    "@smithy/util-middleware": "^4.0.1",
    "@smithy/util-stream": "^4.0.2",
    "@smithy/util-utf8": "^4.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": "^18.11.9",
    "concurrently": "7.0.0",
    "downlevel-dts": "0.10.1",
    "json-bigint": "^1.0.0",
    "rimraf": "3.0.2",
    "typedoc": "0.23.23"
  },
  "engines": {
    "node": ">=18.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": "3.1.2"
}
