File Explorer

/proc/self/root/proc/self/root/var/runtime/node_modules/@aws-sdk/lib-storage

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.json386 B · 18 lines
{  "name": "@aws-sdk/lib-storage",  "version": "3.1049.0",  "main": "./dist-cjs/index.js",  "module": "./dist-es/index.js",  "dependencies": {    "@smithy/core": "^3.24.2",    "@smithy/types": "^4.14.1",    "buffer": "5.6.0",    "events": "3.3.0",    "stream-browserify": "3.0.0",    "tslib": "^2.6.2"  },  "peerDependencies": {    "@aws-sdk/client-s3": "^3.1049.0"  }}