{
  "_from": "@smithy/util-base64@^4.3.0",
  "_id": "@smithy/util-base64@4.3.0",
  "_inBundle": false,
  "_integrity": "sha512-GkXZ59JfyxsIwNTWFnjmFEI8kZpRNIBfxKjv09+nkAWPt/4aGaEWMM04m4sxgNVWkbt2MdSvE3KF/PfX4nFedQ==",
  "_location": "/@smithy/util-base64",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@smithy/util-base64@^4.3.0",
    "name": "@smithy/util-base64",
    "escapedName": "@smithy%2futil-base64",
    "scope": "@smithy",
    "rawSpec": "^4.3.0",
    "saveSpec": null,
    "fetchSpec": "^4.3.0"
  },
  "_requiredBy": [
    "/@aws-sdk/client-s3",
    "/@aws-sdk/client-sso",
    "/@aws-sdk/core",
    "/@aws-sdk/nested-clients",
    "/@smithy/chunked-blob-reader-native",
    "/@smithy/core",
    "/@smithy/fetch-http-handler",
    "/@smithy/util-stream"
  ],
  "_resolved": "https://registry.npmjs.org/@smithy/util-base64/-/util-base64-4.3.0.tgz",
  "_shasum": "5e287b528793aa7363877c1a02cd880d2e76241d",
  "_spec": "@smithy/util-base64@^4.3.0",
  "_where": "/var/www/html/backend_ssl/node_modules/@aws-sdk/client-s3",
  "author": {
    "name": "AWS SDK for JavaScript Team",
    "url": "https://aws.amazon.com/javascript/"
  },
  "browser": {
    "./dist-es/fromBase64": "./dist-es/fromBase64.browser",
    "./dist-es/toBase64": "./dist-es/toBase64.browser"
  },
  "bugs": {
    "url": "https://github.com/smithy-lang/smithy-typescript/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@smithy/util-buffer-from": "^4.2.0",
    "@smithy/util-utf8": "^4.2.0",
    "tslib": "^2.6.2"
  },
  "deprecated": false,
  "description": "A Base64 <-> UInt8Array converter",
  "devDependencies": {
    "@types/node": "^18.11.9",
    "concurrently": "7.0.0",
    "downlevel-dts": "0.10.1",
    "rimraf": "3.0.2",
    "typedoc": "0.23.23"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "dist-*/**"
  ],
  "homepage": "https://github.com/smithy-lang/smithy-typescript/tree/main/packages/util-base64",
  "license": "Apache-2.0",
  "main": "./dist-cjs/index.js",
  "module": "./dist-es/index.js",
  "name": "@smithy/util-base64",
  "publishConfig": {
    "directory": ".release/package"
  },
  "react-native": {
    "./dist-es/fromBase64": "./dist-es/fromBase64.browser",
    "./dist-es/toBase64": "./dist-es/toBase64.browser",
    "./dist-cjs/fromBase64": "./dist-cjs/fromBase64.browser",
    "./dist-cjs/toBase64": "./dist-cjs/toBase64.browser"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/smithy-lang/smithy-typescript.git",
    "directory": "packages/util-base64"
  },
  "scripts": {
    "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
    "build:cjs": "node ../../scripts/inline util-base64",
    "build:es": "yarn g:tsc -p tsconfig.es.json",
    "build:types": "yarn g:tsc -p tsconfig.types.json",
    "build:types:downlevel": "rimraf dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
    "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
    "format": "prettier --config ../../prettier.config.js --ignore-path ../../.prettierignore --write \"**/*.{ts,md,json}\"",
    "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
    "stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
    "test": "yarn g:vitest run",
    "test:watch": "yarn g:vitest watch"
  },
  "sideEffects": false,
  "typedoc": {
    "entryPoint": "src/index.ts"
  },
  "types": "./dist-types/index.d.ts",
  "typesVersions": {
    "<4.0": {
      "dist-types/*": [
        "dist-types/ts3.4/*"
      ]
    }
  },
  "version": "4.3.0"
}
