File Explorer

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

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.json479 B · 18 lines
{  "name": "@smithy/middleware-endpoint",  "version": "4.2.4",  "main": "./dist-cjs/index.js",  "module": "./dist-es/index.js",  "sideEffects": false,  "dependencies": {    "@smithy/core": "^3.12.0",    "@smithy/middleware-serde": "^4.1.1",    "@smithy/node-config-provider": "^4.2.2",    "@smithy/shared-ini-file-loader": "^4.2.0",    "@smithy/types": "^4.5.0",    "@smithy/url-parser": "^4.1.1",    "@smithy/util-middleware": "^4.1.1",    "tslib": "^2.6.2"  }}