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/@smithy/util-stream/package.json
2024-05-26 22:54:55 +02:00

110 lines
4.1 KiB
JSON

{
"_from": "@smithy/util-stream@^3.0.1",
"_id": "@smithy/util-stream@3.0.1",
"_inBundle": false,
"_integrity": "sha512-7F7VNNhAsfMRA8I986YdOY5fE0/T1/ZjFF6OLsqkvQVNP3vZ/szYDfGCyphb7ioA09r32K/0qbSFfNFU68aSzA==",
"_location": "/@smithy/util-stream",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@smithy/util-stream@^3.0.1",
"name": "@smithy/util-stream",
"escapedName": "@smithy%2futil-stream",
"scope": "@smithy",
"rawSpec": "^3.0.1",
"saveSpec": null,
"fetchSpec": "^3.0.1"
},
"_requiredBy": [
"/@aws-sdk/credential-provider-http",
"/@smithy/smithy-client"
],
"_resolved": "https://registry.npmjs.org/@smithy/util-stream/-/util-stream-3.0.1.tgz",
"_shasum": "3cf527bcd3fec82c231c38d47dd75f3364747edb",
"_spec": "@smithy/util-stream@^3.0.1",
"_where": "/home/dorians/cronjob/node_modules/@smithy/smithy-client",
"author": {
"name": "AWS SDK for JavaScript Team",
"url": "https://aws.amazon.com/javascript/"
},
"browser": {
"./dist-es/getAwsChunkedEncodingStream": "./dist-es/getAwsChunkedEncodingStream.browser",
"./dist-es/sdk-stream-mixin": "./dist-es/sdk-stream-mixin.browser"
},
"bugs": {
"url": "https://github.com/awslabs/smithy-typescript/issues"
},
"bundleDependencies": false,
"dependencies": {
"@smithy/fetch-http-handler": "^3.0.1",
"@smithy/node-http-handler": "^3.0.0",
"@smithy/types": "^3.0.0",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-buffer-from": "^3.0.0",
"@smithy/util-hex-encoding": "^3.0.0",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
"deprecated": false,
"description": "[![NPM version](https://img.shields.io/npm/v/@smithy/util-stream/latest.svg)](https://www.npmjs.com/package/@smithy/util-stream) [![NPM downloads](https://img.shields.io/npm/dm/@smithy/util-stream.svg)](https://www.npmjs.com/package/@smithy/util-stream)",
"devDependencies": {
"@smithy/util-test": "^0.2.1",
"@types/node": "^16.18.96",
"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-stream",
"license": "Apache-2.0",
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
"name": "@smithy/util-stream",
"publishConfig": {
"directory": ".release/package"
},
"react-native": {
"./dist-es/getAwsChunkedEncodingStream": "./dist-es/getAwsChunkedEncodingStream.browser",
"./dist-es/sdk-stream-mixin": "./dist-es/sdk-stream-mixin.browser",
"./dist-cjs/getAwsChunkedEncodingStream": "./dist-cjs/getAwsChunkedEncodingStream.browser",
"./dist-cjs/sdk-stream-mixin": "./dist-cjs/sdk-stream-mixin.browser"
},
"repository": {
"type": "git",
"url": "git+https://github.com/awslabs/smithy-typescript.git",
"directory": "packages/util-stream"
},
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
"build:cjs": "node ../../scripts/inline util-stream",
"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",
"extract:docs": "api-extractor run --local",
"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 && yarn g:karma start karma.conf.js",
"test:integration": "yarn g:jest --config jest.config.integ.js"
},
"typedoc": {
"entryPoint": "src/index.ts"
},
"types": "./dist-types/index.d.ts",
"typesVersions": {
"<4.0": {
"dist-types/*": [
"dist-types/ts3.4/*"
]
}
},
"version": "3.0.1"
}