{ "_from": "@smithy/util-utf8@^3.0.0", "_id": "@smithy/util-utf8@3.0.0", "_inBundle": false, "_integrity": "sha512-rUeT12bxFnplYDe815GXbq/oixEGHfRFFtcTF3YdDi/JaENIM6aSYYLJydG83UNzLXeRI5K8abYd/8Sp/QM0kA==", "_location": "/@smithy/util-utf8", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@smithy/util-utf8@^3.0.0", "name": "@smithy/util-utf8", "escapedName": "@smithy%2futil-utf8", "scope": "@smithy", "rawSpec": "^3.0.0", "saveSpec": null, "fetchSpec": "^3.0.0" }, "_requiredBy": [ "/@aws-sdk/client-cognito-identity", "/@aws-sdk/client-sso", "/@aws-sdk/client-sso-oidc", "/@aws-sdk/client-sts", "/@smithy/hash-node", "/@smithy/signature-v4", "/@smithy/util-base64", "/@smithy/util-stream" ], "_resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-3.0.0.tgz", "_shasum": "1a6a823d47cbec1fd6933e5fc87df975286d9d6a", "_spec": "@smithy/util-utf8@^3.0.0", "_where": "/home/dorians/cronjob/node_modules/@aws-sdk/client-cognito-identity", "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/awslabs/smithy-typescript/issues" }, "bundleDependencies": false, "dependencies": { "@smithy/util-buffer-from": "^3.0.0", "tslib": "^2.6.2" }, "deprecated": false, "description": "A UTF-8 string <-> UInt8Array converter", "devDependencies": { "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", "typedoc": "0.23.23" }, "engines": { "node": ">=16.0.0" }, "files": [ "dist-*/**" ], "homepage": "https://github.com/awslabs/smithy-typescript/tree/main/packages/util-utf8", "license": "Apache-2.0", "main": "./dist-cjs/index.js", "module": "./dist-es/index.js", "name": "@smithy/util-utf8", "publishConfig": { "directory": ".release/package" }, "react-native": {}, "repository": { "type": "git", "url": "git+https://github.com/awslabs/smithy-typescript.git", "directory": "packages/util-utf8" }, "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'", "build:cjs": "node ../../scripts/inline util-utf8", "build:es": "yarn g:tsc -p tsconfig.es.json", "build:types": "yarn g:tsc -p tsconfig.types.json", "build:types:downlevel": "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:jest" }, "typedoc": { "entryPoint": "src/index.ts" }, "types": "./dist-types/index.d.ts", "typesVersions": { "<4.0": { "dist-types/*": [ "dist-types/ts3.4/*" ] } }, "version": "3.0.0" }