This repository has been archived on 2024-09-11. You can view files and clone it, but cannot push or open issues or pull requests.
svrjs-blog-newsletter/cronjob/node_modules/@aws-sdk/util-utf8-browser/package.json

81 lines
2.5 KiB
JSON
Raw Normal View History

2024-05-26 22:54:55 +02:00
{
"_from": "@aws-sdk/util-utf8-browser@^3.0.0",
"_id": "@aws-sdk/util-utf8-browser@3.259.0",
"_inBundle": false,
"_integrity": "sha512-UvFa/vR+e19XookZF8RzFZBrw2EUkQWxiBW0yYQAhvk3C+QVGl0H3ouca8LDBlBfQKXwmW3huo/59H8rwb1wJw==",
"_location": "/@aws-sdk/util-utf8-browser",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@aws-sdk/util-utf8-browser@^3.0.0",
"name": "@aws-sdk/util-utf8-browser",
"escapedName": "@aws-sdk%2futil-utf8-browser",
"scope": "@aws-sdk",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/@aws-crypto/sha256-browser",
"/@aws-crypto/util"
],
"_resolved": "https://registry.npmjs.org/@aws-sdk/util-utf8-browser/-/util-utf8-browser-3.259.0.tgz",
"_shasum": "3275a6f5eb334f96ca76635b961d3c50259fd9ff",
"_spec": "@aws-sdk/util-utf8-browser@^3.0.0",
"_where": "/home/dorians/cronjob/node_modules/@aws-crypto/sha256-browser",
"author": {
"name": "AWS SDK for JavaScript Team",
"url": "https://aws.amazon.com/javascript/"
},
"bugs": {
"url": "https://github.com/aws/aws-sdk-js-v3/issues"
},
"bundleDependencies": false,
"dependencies": {
"tslib": "^2.3.1"
},
"deprecated": false,
"description": "A browser 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.19.2",
"typescript": "~4.6.2"
},
"files": [
"dist-*"
],
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-utf8-browser",
"license": "Apache-2.0",
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
"name": "@aws-sdk/util-utf8-browser",
"repository": {
"type": "git",
"url": "git+https://github.com/aws/aws-sdk-js-v3.git",
"directory": "packages/util-utf8-browser"
},
"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"
},
"types": "./dist-types/index.d.ts",
"typesVersions": {
"<4.0": {
"dist-types/*": [
"dist-types/ts3.4/*"
]
}
},
"version": "3.259.0"
}