File Explorer

/proc/self/root/proc/self/root/var/runtime/node_modules/@aws-sdk/node_modules/aws-crt

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.json2.0 KB · 64 lines
{  "name": "aws-crt",  "version": "1.31.0",  "description": "NodeJS/browser bindings to the aws-c-* libraries",  "homepage": "https://github.com/awslabs/aws-crt-nodejs",  "repository": {    "type": "git",    "url": "git+https://github.com/awslabs/aws-crt-nodejs.git"  },  "contributors": [    "AWS Common Runtime Team <aws-sdk-common-runtime@amazon.com>"  ],  "license": "Apache-2.0",  "main": "./dist/index.js",  "browser": "./dist.browser/browser.js",  "types": "./dist/index.d.ts",  "scripts": {    "tsc": "node ./scripts/tsc.js",    "test": "npm run test:native",    "test:node": "npm run test:native",    "test:native": "npx jest --runInBand --verbose --config test/native/jest.config.js --forceExit",    "test:browser": "npx jest --runInBand --verbose --config test/browser/jest.config.js --forceExit",    "test:browser:ci": "npm run install:puppeteer && npm run test:browser",    "install:puppeteer": "npm install --save-dev jest-puppeteer puppeteer @types/puppeteer",    "prepare": "node ./scripts/tsc.js && node ./scripts/install.js",    "install": "node ./scripts/install.js"  },  "overrides": {    "axios": "^1.12.2"  },  "devDependencies": {    "@types/crypto-js": "^3.1.43",    "@types/jest": "^27.0.1",    "@types/node": "^14.18.63",    "@types/prettier": "2.6.0",    "@types/puppeteer": "^5.4.7",    "@types/uuid": "^10.0.0",    "@types/ws": "^7.4.7",    "aws-sdk": "^2.1537.0",    "cmake-js": "^7.3.0",    "https-proxy-agent": "^5.0.1",    "jest": "^27.2.1",    "jest-puppeteer": "^5.0.4",    "jest-runtime": "^27.2.1",    "puppeteer": "^3.3.0",    "tar": "^7.5.4",    "ts-jest": "^27.0.5",    "typedoc": "^0.24.8",    "typedoc-plugin-merge-modules": "^5.1.0",    "typescript": "^4.9.5",    "uuid": "^10.0.0",    "yargs": "^17.2.1"  },  "dependencies": {    "@aws-sdk/util-utf8-browser": "^3.259.0",    "@httptoolkit/websocket-stream": "^6.0.1",    "axios": "^1.12.2",    "buffer": "^6.0.3",    "crypto-js": "^4.2.0",    "mqtt": "^4.3.8",    "process": "^0.11.10"  }}