{
  "_from": "@smithy/util-stream@^2.1.5",
  "_id": "@smithy/util-stream@2.1.5",
  "_inBundle": false,
  "_integrity": "sha512-FqvBFeTgx+QC4+i8USHqU8Ifs9nYRpW/OBfksojtgkxPIQ2H7ypXDEbnQRAV7PwoNHWcSwPomLYi0svmQQG5ow==",
  "_location": "/@smithy/util-stream",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@smithy/util-stream@^2.1.5",
    "name": "@smithy/util-stream",
    "escapedName": "@smithy%2futil-stream",
    "scope": "@smithy",
    "rawSpec": "^2.1.5",
    "saveSpec": null,
    "fetchSpec": "^2.1.5"
  },
  "_requiredBy": [
    "/@aws-sdk/credential-provider-http",
    "/@smithy/smithy-client"
  ],
  "_resolved": "https://registry.npmjs.org/@smithy/util-stream/-/util-stream-2.1.5.tgz",
  "_shasum": "8fa752e55b30209de47d00aed40f93b9b781fae1",
  "_spec": "@smithy/util-stream@^2.1.5",
  "_where": "/home/mzwwwvvo/nodevenv/mybrary.mzwwwa.co.za/10/lib/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": "^2.4.5",
    "@smithy/node-http-handler": "^2.4.3",
    "@smithy/types": "^2.11.0",
    "@smithy/util-base64": "^2.2.1",
    "@smithy/util-buffer-from": "^2.1.1",
    "@smithy/util-hex-encoding": "^2.1.1",
    "@smithy/util-utf8": "^2.2.0",
    "tslib": "^2.5.0"
  },
  "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.1.17",
    "@types/chai-as-promised": "^7.1.2",
    "@types/node": "^14.14.31",
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "concurrently": "7.0.0",
    "downlevel-dts": "0.10.1",
    "karma": "6.4.0",
    "karma-chai": "0.1.0",
    "karma-chrome-launcher": "3.1.1",
    "karma-coverage": "2.2.0",
    "karma-env-preprocessor": "0.1.1",
    "karma-firefox-launcher": "2.1.2",
    "karma-jasmine": "5.1.0",
    "karma-mocha": "2.0.1",
    "karma-sourcemap-loader": "0.3.8",
    "karma-typescript": "5.5.3",
    "karma-webpack": "5.0.0",
    "rimraf": "3.0.2",
    "typedoc": "0.23.23",
    "webpack": "5.76.0",
    "webpack-cli": "4.10.0"
  },
  "engines": {
    "node": ">=14.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 && 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": "2.1.5"
}
