{ "name": "@smithy/util-utf8", "version": "3.0.0", "description": "A UTF-8 string <-> UInt8Array converter", "main": "./dist-cjs/index.js", "module": "./dist-es/index.js", "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" }, "license": "Apache-2.0", "dependencies": { "@smithy/util-buffer-from": "^3.0.0", "tslib": "^2.6.2" }, "devDependencies": { "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", "typedoc": "0.23.23" }, "types": "./dist-types/index.d.ts", "engines": { "node": ">=16.0.0" }, "typesVersions": { "<4.0": { "dist-types/*": [ "dist-types/ts3.4/*" ] } }, "files": [ "dist-*/**" ], "browser": { "./dist-es/fromUtf8": "./dist-es/fromUtf8.browser", "./dist-es/toUtf8": "./dist-es/toUtf8.browser" }, "react-native": {}, "homepage": "https://github.com/awslabs/smithy-typescript/tree/main/packages/util-utf8", "repository": { "type": "git", "url": "https://github.com/awslabs/smithy-typescript.git", "directory": "packages/util-utf8" }, "typedoc": { "entryPoint": "src/index.ts" }, "publishConfig": { "directory": ".release/package" } }