File Explorer

/proc/thread-self/root/proc/self/root/var/runtime/node_modules/@aws-sdk/client-s3

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 /.

package.json970 B · 28 lines
{  "name": "@aws-sdk/client-s3",  "version": "3.1049.0",  "main": "./dist-cjs/index.js",  "module": "./dist-es/index.js",  "sideEffects": false,  "dependencies": {    "@aws-crypto/sha1-browser": "5.2.0",    "@aws-crypto/sha256-browser": "5.2.0",    "@aws-crypto/sha256-js": "5.2.0",    "@aws-sdk/core": "^3.974.12",    "@aws-sdk/credential-provider-node": "^3.972.43",    "@aws-sdk/middleware-bucket-endpoint": "^3.972.14",    "@aws-sdk/middleware-expect-continue": "^3.972.12",    "@aws-sdk/middleware-flexible-checksums": "^3.974.20",    "@aws-sdk/middleware-location-constraint": "^3.972.10",    "@aws-sdk/middleware-sdk-s3": "^3.972.41",    "@aws-sdk/middleware-ssec": "^3.972.10",    "@aws-sdk/signature-v4-multi-region": "^3.996.27",    "@aws-sdk/types": "^3.973.8",    "@smithy/core": "^3.24.2",    "@smithy/fetch-http-handler": "^5.4.2",    "@smithy/node-http-handler": "^4.7.2",    "@smithy/types": "^4.14.1",    "tslib": "^2.6.2"  }}