File Explorer

/var/runtime/node_modules/@aws-sdk/node_modules/@smithy/middleware-retry

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.json517 B · 19 lines
{  "name": "@smithy/middleware-retry",  "version": "4.3.0",  "main": "./dist-cjs/index.js",  "module": "./dist-es/index.js",  "sideEffects": false,  "dependencies": {    "@smithy/node-config-provider": "^4.2.2",    "@smithy/protocol-http": "^5.2.1",    "@smithy/service-error-classification": "^4.1.2",    "@smithy/smithy-client": "^4.6.4",    "@smithy/types": "^4.5.0",    "@smithy/util-middleware": "^4.1.1",    "@smithy/util-retry": "^4.1.2",    "@smithy/uuid": "^1.0.0",    "tslib": "^2.6.2"  }}