{
  "_from": "@aws-sdk/core@3.529.1",
  "_id": "@aws-sdk/core@3.529.1",
  "_inBundle": false,
  "_integrity": "sha512-Sj42sYPfaL9PHvvciMICxhyrDZjqnnvFbPKDmQL5aFKyXy122qx7RdVqUOQERDmMQfvJh6+0W1zQlLnre89q4Q==",
  "_location": "/@aws-sdk/core",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@aws-sdk/core@3.529.1",
    "name": "@aws-sdk/core",
    "escapedName": "@aws-sdk%2fcore",
    "scope": "@aws-sdk",
    "rawSpec": "3.529.1",
    "saveSpec": null,
    "fetchSpec": "3.529.1"
  },
  "_requiredBy": [
    "/@aws-sdk/client-cognito-identity",
    "/@aws-sdk/client-sso",
    "/@aws-sdk/client-sso-oidc",
    "/@aws-sdk/client-sts"
  ],
  "_resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.529.1.tgz",
  "_shasum": "378bf215f3bf407158b4743e4d94bed4fa2e2594",
  "_spec": "@aws-sdk/core@3.529.1",
  "_where": "/home/mzwwwvvo/nodevenv/mybrary.mzwwwa.co.za/10/lib/node_modules/@aws-sdk/client-cognito-identity",
  "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": {
    "@smithy/core": "^1.3.5",
    "@smithy/protocol-http": "^3.2.1",
    "@smithy/signature-v4": "^2.1.3",
    "@smithy/smithy-client": "^2.4.2",
    "@smithy/types": "^2.10.1",
    "fast-xml-parser": "4.2.5",
    "tslib": "^2.5.0"
  },
  "deprecated": false,
  "description": "Core functions & classes shared by multiple AWS SDK clients",
  "devDependencies": {
    "@tsconfig/recommended": "1.0.1",
    "concurrently": "7.0.0",
    "downlevel-dts": "0.10.1",
    "rimraf": "3.0.2",
    "typescript": "~4.9.5"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/core",
  "license": "Apache-2.0",
  "main": "./dist-cjs/index.js",
  "module": "./dist-es/index.js",
  "name": "@aws-sdk/core",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aws/aws-sdk-js-v3.git",
    "directory": "packages/core"
  },
  "scripts": {
    "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
    "build:cjs": "node ../../scripts/compilation/inline core",
    "build:es": "tsc -p tsconfig.es.json",
    "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
    "build:types": "tsc -p tsconfig.types.json",
    "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
    "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
    "extract:docs": "api-extractor run --local",
    "lint": "node ./scripts/lint.js",
    "test": "jest",
    "test:integration": "jest -c jest.config.integ.js"
  },
  "sideEffects": false,
  "types": "./dist-types/index.d.ts",
  "typesVersions": {
    "<4.0": {
      "dist-types/*": [
        "dist-types/ts3.4/*"
      ]
    }
  },
  "version": "3.529.1"
}
