{ "_args": [ [ "@aws-sdk/credential-provider-http@3.808.0", "/home/peeters/git/lbt/exlbt/riscv/benchmark-spot" ] ], "_from": "@aws-sdk/credential-provider-http@3.808.0", "_id": "@aws-sdk/credential-provider-http@3.808.0", "_inBundle": false, "_integrity": "sha512-gNXjlx3BIUeX7QpVqxbjBxG6zm45lC39QvUIo92WzEJd2OTPcR8TU0OTTsgq/lpn2FrKcISj5qXvhWykd41+CA==", "_location": "/@aws-sdk/credential-provider-http", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@aws-sdk/credential-provider-http@3.808.0", "name": "@aws-sdk/credential-provider-http", "escapedName": "@aws-sdk%2fcredential-provider-http", "scope": "@aws-sdk", "rawSpec": "3.808.0", "saveSpec": null, "fetchSpec": "3.808.0" }, "_requiredBy": [ "/@aws-sdk/credential-provider-ini", "/@aws-sdk/credential-provider-node" ], "_resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.808.0.tgz", "_spec": "3.808.0", "_where": "/home/peeters/git/lbt/exlbt/riscv/benchmark-spot", "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" }, "browser": "./dist-es/index.browser.js", "bugs": { "url": "https://github.com/aws/aws-sdk-js-v3/issues" }, "dependencies": { "@aws-sdk/core": "3.808.0", "@aws-sdk/types": "3.804.0", "@smithy/fetch-http-handler": "^5.0.2", "@smithy/node-http-handler": "^4.0.4", "@smithy/property-provider": "^4.0.2", "@smithy/protocol-http": "^5.1.0", "@smithy/smithy-client": "^4.2.4", "@smithy/types": "^4.2.0", "@smithy/util-stream": "^4.2.0", "tslib": "^2.6.2" }, "description": "AWS credential provider for containers and HTTP sources", "devDependencies": { "@tsconfig/recommended": "1.0.1", "@types/node": "^18.19.69", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", "typescript": "~5.8.3" }, "engines": { "node": ">=18.0.0" }, "files": [ "dist-*/**" ], "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/credential-provider-http", "keywords": [ "aws", "credentials" ], "license": "Apache-2.0", "main": "./dist-cjs/index.js", "module": "./dist-es/index.js", "name": "@aws-sdk/credential-provider-http", "react-native": "./dist-es/index.browser.js", "repository": { "type": "git", "url": "git+https://github.com/aws/aws-sdk-js-v3.git", "directory": "packages/credential-provider-http" }, "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline credential-provider-http", "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", "test": "yarn g:vitest run", "test:watch": "yarn g:vitest watch" }, "types": "./dist-types/index.d.ts", "typesVersions": { "<4.0": { "dist-types/*": [ "dist-types/ts3.4/*" ] } }, "version": "3.808.0" }