{ "name": "@aws-sdk/credential-provider-http", "version": "3.577.0", "description": "AWS credential provider for containers and HTTP sources", "main": "./dist-cjs/index.js", "module": "./dist-es/index.js", "browser": "./dist-es/index.browser.js", "react-native": "./dist-es/index.browser.js", "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" }, "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "3.577.0", "@smithy/fetch-http-handler": "^3.0.0", "@smithy/node-http-handler": "^3.0.0", "@smithy/property-provider": "^3.0.0", "@smithy/protocol-http": "^4.0.0", "@smithy/smithy-client": "^3.0.0", "@smithy/types": "^3.0.0", "@smithy/util-stream": "^3.0.0", "tslib": "^2.6.2" }, "devDependencies": { "@tsconfig/recommended": "1.0.1", "@types/node": "^16.18.96", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", "typescript": "~4.9.5" }, "types": "./dist-types/index.d.ts", "engines": { "node": ">=16.0.0" }, "typesVersions": { "<4.0": { "dist-types/*": [ "dist-types/ts3.4/*" ] } }, "files": [ "dist-*/**" ], "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/credential-provider-http", "repository": { "type": "git", "url": "https://github.com/aws/aws-sdk-js-v3.git", "directory": "packages/credential-provider-http" } }