File Explorer

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

1 dir
1 file
package.json447 B · 19 lines
{  "name": "@aws-sdk/lib-storage",  "version": "3.895.0",  "main": "./dist-cjs/index.js",  "module": "./dist-es/index.js",  "dependencies": {    "@smithy/abort-controller": "^4.1.1",    "@smithy/middleware-endpoint": "^4.2.3",    "@smithy/smithy-client": "^4.6.3",    "buffer": "5.6.0",    "events": "3.3.0",    "stream-browserify": "3.0.0",    "tslib": "^2.6.2"  },  "peerDependencies": {    "@aws-sdk/client-s3": "^3.895.0"  }}