File Explorer

/proc/self/root/proc/self/root/var/runtime/node_modules/@aws-sdk/util-base64-node

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.json1.5 KB · 54 lines
{  "name": "@aws-sdk/util-base64-node",  "version": "3.209.0",  "description": "A Node.JS Base64 <-> UInt8Array converter",  "main": "./dist-cjs/index.js",  "scripts": {    "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",    "build:cjs": "tsc -p tsconfig.cjs.json",    "build:es": "tsc -p tsconfig.es.json",    "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",    "build:types": "tsc -p tsconfig.types.json",    "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",    "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",    "test": "jest"  },  "author": {    "name": "AWS SDK for JavaScript Team",    "url": "https://aws.amazon.com/javascript/"  },  "license": "Apache-2.0",  "dependencies": {    "@aws-sdk/util-buffer-from": "3.208.0",    "tslib": "^2.3.1"  },  "devDependencies": {    "@tsconfig/recommended": "1.0.1",    "@types/node": "^14.14.31",    "concurrently": "7.0.0",    "downlevel-dts": "0.10.1",    "rimraf": "3.0.2",    "typedoc": "0.19.2",    "typescript": "~4.6.2"  },  "engines": {    "node": ">=14.0.0"  },  "typesVersions": {    "<4.0": {      "dist-types/*": [        "dist-types/ts3.4/*"      ]    }  },  "files": [    "dist-*"  ],  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-base64-node",  "repository": {    "type": "git",    "url": "https://github.com/aws/aws-sdk-js-v3.git",    "directory": "packages/util-base64-node"  }}