File Explorer

/var/runtime/node_modules/@aws-sdk/credential-provider-http

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
1 file
package.json553 B · 20 lines
{  "name": "@aws-sdk/credential-provider-http",  "version": "3.894.0",  "main": "./dist-cjs/index.js",  "module": "./dist-es/index.js",  "sideEffects": false,  "dependencies": {    "@aws-sdk/core": "3.894.0",    "@aws-sdk/types": "3.893.0",    "@smithy/fetch-http-handler": "^5.2.1",    "@smithy/node-http-handler": "^4.2.1",    "@smithy/property-provider": "^4.1.1",    "@smithy/protocol-http": "^5.2.1",    "@smithy/smithy-client": "^4.6.3",    "@smithy/types": "^4.5.0",    "@smithy/util-stream": "^4.3.2",    "tslib": "^2.6.2"  }}