File Explorer

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

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.json471 B · 18 lines
{  "name": "@smithy/util-stream",  "version": "4.3.2",  "main": "./dist-cjs/index.js",  "module": "./dist-es/index.js",  "sideEffects": false,  "dependencies": {    "@smithy/fetch-http-handler": "^5.2.1",    "@smithy/node-http-handler": "^4.2.1",    "@smithy/types": "^4.5.0",    "@smithy/util-base64": "^4.1.0",    "@smithy/util-buffer-from": "^4.1.0",    "@smithy/util-hex-encoding": "^4.1.0",    "@smithy/util-utf8": "^4.1.0",    "tslib": "^2.6.2"  }}