{
  "_args": [
    [
      "@aws-sdk/util-utf8@3.310.0",
      "/home/newziono/public_html/spamslayer.jordinmarshall.com"
    ]
  ],
  "_development": true,
  "_from": "@aws-sdk/util-utf8@3.310.0",
  "_id": "@aws-sdk/util-utf8@3.310.0",
  "_inBundle": false,
  "_integrity": "sha512-DnLfFT8uCO22uOJc0pt0DsSNau1GTisngBCDw8jQuWT5CqogMJu4b/uXmwEqfj8B3GX6Xsz8zOd6JpRlPftQoA==",
  "_location": "/@aws-sdk/util-utf8",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@aws-sdk/util-utf8@3.310.0",
    "name": "@aws-sdk/util-utf8",
    "escapedName": "@aws-sdk%2futil-utf8",
    "scope": "@aws-sdk",
    "rawSpec": "3.310.0",
    "saveSpec": null,
    "fetchSpec": "3.310.0"
  },
  "_requiredBy": [
    "/@aws-sdk/client-lambda",
    "/@aws-sdk/client-sso",
    "/@aws-sdk/client-sso-oidc",
    "/@aws-sdk/client-sts",
    "/@aws-sdk/hash-node",
    "/@aws-sdk/signature-v4"
  ],
  "_resolved": "https://registry.npmjs.org/@aws-sdk/util-utf8/-/util-utf8-3.310.0.tgz",
  "_spec": "3.310.0",
  "_where": "/home/newziono/public_html/spamslayer.jordinmarshall.com",
  "author": {
    "name": "AWS SDK for JavaScript Team",
    "url": "https://aws.amazon.com/javascript/"
  },
  "browser": {
    "./dist-es/fromUtf8": "./dist-es/fromUtf8.browser",
    "./dist-es/toUtf8": "./dist-es/toUtf8.browser"
  },
  "bugs": {
    "url": "https://github.com/aws/aws-sdk-js-v3/issues"
  },
  "dependencies": {
    "@aws-sdk/util-buffer-from": "3.310.0",
    "tslib": "^2.5.0"
  },
  "description": "A UTF-8 string <-> UInt8Array converter",
  "devDependencies": {
    "@tsconfig/recommended": "1.0.1",
    "concurrently": "7.0.0",
    "downlevel-dts": "0.10.1",
    "rimraf": "3.0.2",
    "typedoc": "0.23.23",
    "typescript": "~4.9.5"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "files": [
    "dist-*/**"
  ],
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-utf8",
  "license": "Apache-2.0",
  "main": "./dist-cjs/index.js",
  "module": "./dist-es/index.js",
  "name": "@aws-sdk/util-utf8",
  "react-native": {
    "./dist-es/fromUtf8": "./dist-es/fromUtf8.browser",
    "./dist-es/toUtf8": "./dist-es/toUtf8.browser"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aws/aws-sdk-js-v3.git",
    "directory": "packages/util-utf8"
  },
  "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"
  },
  "typedoc": {
    "entryPoint": "src/index.ts"
  },
  "types": "./dist-types/index.d.ts",
  "typesVersions": {
    "<4.0": {
      "dist-types/*": [
        "dist-types/ts3.4/*"
      ]
    }
  },
  "version": "3.310.0"
}
