File Explorer

/proc/4/root/var/runtime/node_modules/@aws-sdk/nested-clients

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

1 dir
5 files
package.json2.4 KB · 64 lines
{  "name": "@aws-sdk/nested-clients",  "version": "3.895.0",  "main": "./dist-cjs/index.js",  "module": "./dist-es/index.js",  "sideEffects": false,  "dependencies": {    "@aws-crypto/sha256-browser": "5.2.0",    "@aws-crypto/sha256-js": "5.2.0",    "@aws-sdk/core": "3.894.0",    "@aws-sdk/middleware-host-header": "3.893.0",    "@aws-sdk/middleware-logger": "3.893.0",    "@aws-sdk/middleware-recursion-detection": "3.893.0",    "@aws-sdk/middleware-user-agent": "3.895.0",    "@aws-sdk/region-config-resolver": "3.893.0",    "@aws-sdk/types": "3.893.0",    "@aws-sdk/util-endpoints": "3.895.0",    "@aws-sdk/util-user-agent-browser": "3.893.0",    "@aws-sdk/util-user-agent-node": "3.895.0",    "@smithy/config-resolver": "^4.2.2",    "@smithy/core": "^3.11.1",    "@smithy/fetch-http-handler": "^5.2.1",    "@smithy/hash-node": "^4.1.1",    "@smithy/invalid-dependency": "^4.1.1",    "@smithy/middleware-content-length": "^4.1.1",    "@smithy/middleware-endpoint": "^4.2.3",    "@smithy/middleware-retry": "^4.2.4",    "@smithy/middleware-serde": "^4.1.1",    "@smithy/middleware-stack": "^4.1.1",    "@smithy/node-config-provider": "^4.2.2",    "@smithy/node-http-handler": "^4.2.1",    "@smithy/protocol-http": "^5.2.1",    "@smithy/smithy-client": "^4.6.3",    "@smithy/types": "^4.5.0",    "@smithy/url-parser": "^4.1.1",    "@smithy/util-base64": "^4.1.0",    "@smithy/util-body-length-browser": "^4.1.0",    "@smithy/util-body-length-node": "^4.1.0",    "@smithy/util-defaults-mode-browser": "^4.1.3",    "@smithy/util-defaults-mode-node": "^4.1.3",    "@smithy/util-endpoints": "^3.1.2",    "@smithy/util-middleware": "^4.1.1",    "@smithy/util-retry": "^4.1.2",    "@smithy/util-utf8": "^4.1.0",    "tslib": "^2.6.2"  },  "exports": {    "./sso-oidc": {      "types": "./dist-types/submodules/sso-oidc/index.d.ts",      "module": "./dist-es/submodules/sso-oidc/index.js",      "node": "./dist-cjs/submodules/sso-oidc/index.js",      "import": "./dist-es/submodules/sso-oidc/index.js",      "require": "./dist-cjs/submodules/sso-oidc/index.js"    },    "./sts": {      "types": "./dist-types/submodules/sts/index.d.ts",      "module": "./dist-es/submodules/sts/index.js",      "node": "./dist-cjs/submodules/sts/index.js",      "import": "./dist-es/submodules/sts/index.js",      "require": "./dist-cjs/submodules/sts/index.js"    }  }}