{ "_from": "@smithy/fetch-http-handler@^3.0.1", "_id": "@smithy/fetch-http-handler@3.0.1", "_inBundle": false, "_integrity": "sha512-uaH74i5BDj+rBwoQaXioKpI0SHBJFtOVwzrCpxZxphOW0ki5jhj7dXvDMYM2IJem8TpdFvS2iC08sjOblfFGFg==", "_location": "/@smithy/fetch-http-handler", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@smithy/fetch-http-handler@^3.0.1", "name": "@smithy/fetch-http-handler", "escapedName": "@smithy%2ffetch-http-handler", "scope": "@smithy", "rawSpec": "^3.0.1", "saveSpec": null, "fetchSpec": "^3.0.1" }, "_requiredBy": [ "/@aws-sdk/client-cognito-identity", "/@aws-sdk/client-sso", "/@aws-sdk/client-sso-oidc", "/@aws-sdk/client-sts", "/@aws-sdk/credential-provider-http", "/@smithy/util-stream" ], "_resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-3.0.1.tgz", "_shasum": "dacfdf6e70d639fac4a0f57c42ce13f0ed14ff22", "_spec": "@smithy/fetch-http-handler@^3.0.1", "_where": "/home/dorians/cronjob/node_modules/@aws-sdk/client-cognito-identity", "author": { "name": "AWS SDK for JavaScript Team", "url": "https://aws.amazon.com/javascript/" }, "bugs": { "url": "https://github.com/awslabs/smithy-typescript/issues" }, "bundleDependencies": false, "dependencies": { "@smithy/protocol-http": "^4.0.0", "@smithy/querystring-builder": "^3.0.0", "@smithy/types": "^3.0.0", "@smithy/util-base64": "^3.0.0", "tslib": "^2.6.2" }, "deprecated": false, "description": "Provides a way to make requests", "devDependencies": { "@smithy/abort-controller": "^3.0.0", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", "typedoc": "0.23.23" }, "files": [ "dist-*/**" ], "homepage": "https://github.com/awslabs/smithy-typescript/tree/main/packages/fetch-http-handler", "license": "Apache-2.0", "main": "./dist-cjs/index.js", "module": "./dist-es/index.js", "name": "@smithy/fetch-http-handler", "publishConfig": { "directory": ".release/package" }, "repository": { "type": "git", "url": "git+https://github.com/awslabs/smithy-typescript.git", "directory": "packages/fetch-http-handler" }, "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'", "build:cjs": "node ../../scripts/inline fetch-http-handler", "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 --coverage --forceExit && yarn g:karma start karma.conf.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" }