File Explorer

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

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.json423 B · 17 lines
{  "name": "@smithy/smithy-client",  "version": "4.6.4",  "main": "./dist-cjs/index.js",  "module": "./dist-es/index.js",  "sideEffects": false,  "dependencies": {    "@smithy/core": "^3.12.0",    "@smithy/middleware-endpoint": "^4.2.4",    "@smithy/middleware-stack": "^4.1.1",    "@smithy/protocol-http": "^5.2.1",    "@smithy/types": "^4.5.0",    "@smithy/util-stream": "^4.3.2",    "tslib": "^2.6.2"  }}