{ "_from": "@smithy/protocol-http@^4.0.0", "_id": "@smithy/protocol-http@4.0.0", "_inBundle": false, "_integrity": "sha512-qOQZOEI2XLWRWBO9AgIYuHuqjZ2csyr8/IlgFDHDNuIgLAMRx2Bl8ck5U5D6Vh9DPdoaVpuzwWMa0xcdL4O/AQ==", "_location": "/@smithy/protocol-http", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@smithy/protocol-http@^4.0.0", "name": "@smithy/protocol-http", "escapedName": "@smithy%2fprotocol-http", "scope": "@smithy", "rawSpec": "^4.0.0", "saveSpec": null, "fetchSpec": "^4.0.0" }, "_requiredBy": [ "/@aws-sdk/client-cognito-identity", "/@aws-sdk/client-sso", "/@aws-sdk/client-sso-oidc", "/@aws-sdk/client-sts", "/@aws-sdk/core", "/@aws-sdk/credential-provider-http", "/@aws-sdk/middleware-host-header", "/@aws-sdk/middleware-recursion-detection", "/@aws-sdk/middleware-user-agent", "/@smithy/core", "/@smithy/fetch-http-handler", "/@smithy/middleware-content-length", "/@smithy/middleware-retry", "/@smithy/node-http-handler", "/@smithy/smithy-client" ], "_resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-4.0.0.tgz", "_shasum": "04df3b5674b540323f678e7c4113e8abd8b26432", "_spec": "@smithy/protocol-http@^4.0.0", "_where": "/home/dorians/cronjob/node_modules/@aws-sdk/client-cognito-identity", "author": { "name": "AWS Smithy Team", "url": "https://smithy.io" }, "bugs": { "url": "https://github.com/awslabs/smithy-typescript/issues" }, "bundleDependencies": false, "dependencies": { "@smithy/types": "^3.0.0", "tslib": "^2.6.2" }, "deprecated": false, "description": "[![NPM version](https://img.shields.io/npm/v/@smithy/protocol-http/latest.svg)](https://www.npmjs.com/package/@smithy/protocol-http) [![NPM downloads](https://img.shields.io/npm/dm/@smithy/protocol-http.svg)](https://www.npmjs.com/package/@smithy/protocol-http)", "devDependencies": { "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/protocol-http", "license": "Apache-2.0", "main": "./dist-cjs/index.js", "module": "./dist-es/index.js", "name": "@smithy/protocol-http", "publishConfig": { "directory": ".release/package" }, "repository": { "type": "git", "url": "git+https://github.com/awslabs/smithy-typescript.git", "directory": "packages/protocol-http" }, "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'", "build:cjs": "node ../../scripts/inline protocol-http", "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", "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" }, "typedoc": { "entryPoint": "src/index.ts" }, "types": "./dist-types/index.d.ts", "typesVersions": { "<4.0": { "dist-types/*": [ "dist-types/ts3.4/*" ] } }, "version": "4.0.0" }