File Explorer

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

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.json389 B · 17 lines
{  "name": "@aws-sdk/lib-dynamodb",  "version": "3.1049.0",  "main": "./dist-cjs/index.js",  "module": "./dist-es/index.js",  "dependencies": {    "@aws-sdk/core": "^3.974.12",    "@aws-sdk/util-dynamodb": "^3.996.2",    "@smithy/core": "^3.24.2",    "@smithy/types": "^4.14.1",    "tslib": "^2.6.2"  },  "peerDependencies": {    "@aws-sdk/client-dynamodb": "^3.1049.0"  }}