65 lines
1.9 KiB
JSON
65 lines
1.9 KiB
JSON
|
|
{
|
||
|
|
"name": "@smithy/util-stream",
|
||
|
|
"version": "3.0.1",
|
||
|
|
"main": "./dist-cjs/index.js",
|
||
|
|
"module": "./dist-es/index.js",
|
||
|
|
"types": "./dist-types/index.d.ts",
|
||
|
|
"author": {
|
||
|
|
"name": "AWS SDK for JavaScript Team",
|
||
|
|
"url": "https://aws.amazon.com/javascript/"
|
||
|
|
},
|
||
|
|
"license": "Apache-2.0",
|
||
|
|
"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"
|
||
|
|
},
|
||
|
|
"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"
|
||
|
|
},
|
||
|
|
"typesVersions": {
|
||
|
|
"<4.0": {
|
||
|
|
"dist-types/*": [
|
||
|
|
"dist-types/ts3.4/*"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"files": [
|
||
|
|
"dist-*/**"
|
||
|
|
],
|
||
|
|
"browser": {
|
||
|
|
"./dist-es/getAwsChunkedEncodingStream": "./dist-es/getAwsChunkedEncodingStream.browser",
|
||
|
|
"./dist-es/sdk-stream-mixin": "./dist-es/sdk-stream-mixin.browser"
|
||
|
|
},
|
||
|
|
"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"
|
||
|
|
},
|
||
|
|
"homepage": "https://github.com/awslabs/smithy-typescript/tree/main/packages/util-stream",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/awslabs/smithy-typescript.git",
|
||
|
|
"directory": "packages/util-stream"
|
||
|
|
},
|
||
|
|
"typedoc": {
|
||
|
|
"entryPoint": "src/index.ts"
|
||
|
|
},
|
||
|
|
"publishConfig": {
|
||
|
|
"directory": ".release/package"
|
||
|
|
}
|
||
|
|
}
|