116 lines
3.9 KiB
JSON
116 lines
3.9 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"@smithy/protocol-http@5.1.0",
|
|
"/home/peeters/git/lbt/exlbt/riscv/benchmark-spot"
|
|
]
|
|
],
|
|
"_from": "@smithy/protocol-http@5.1.0",
|
|
"_id": "@smithy/protocol-http@5.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-KxAOL1nUNw2JTYrtviRRjEnykIDhxc84qMBzxvu1MUfQfHTuBlCG7PA6EdVwqpJjH7glw7FqQoFxUJSyBQgu7g==",
|
|
"_location": "/@smithy/protocol-http",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@smithy/protocol-http@5.1.0",
|
|
"name": "@smithy/protocol-http",
|
|
"escapedName": "@smithy%2fprotocol-http",
|
|
"scope": "@smithy",
|
|
"rawSpec": "5.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "5.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@aws-sdk/client-ec2",
|
|
"/@aws-sdk/client-s3",
|
|
"/@aws-sdk/client-sso",
|
|
"/@aws-sdk/core",
|
|
"/@aws-sdk/credential-provider-http",
|
|
"/@aws-sdk/middleware-bucket-endpoint",
|
|
"/@aws-sdk/middleware-expect-continue",
|
|
"/@aws-sdk/middleware-flexible-checksums",
|
|
"/@aws-sdk/middleware-host-header",
|
|
"/@aws-sdk/middleware-recursion-detection",
|
|
"/@aws-sdk/middleware-sdk-ec2",
|
|
"/@aws-sdk/middleware-sdk-s3",
|
|
"/@aws-sdk/middleware-user-agent",
|
|
"/@aws-sdk/nested-clients",
|
|
"/@aws-sdk/signature-v4-multi-region",
|
|
"/@smithy/core",
|
|
"/@smithy/fetch-http-handler",
|
|
"/@smithy/middleware-content-length",
|
|
"/@smithy/middleware-retry",
|
|
"/@smithy/middleware-serde",
|
|
"/@smithy/node-http-handler",
|
|
"/@smithy/signature-v4",
|
|
"/@smithy/smithy-client"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.1.0.tgz",
|
|
"_spec": "5.1.0",
|
|
"_where": "/home/peeters/git/lbt/exlbt/riscv/benchmark-spot",
|
|
"author": {
|
|
"name": "AWS Smithy Team",
|
|
"url": "https://smithy.io"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/smithy-lang/smithy-typescript/issues"
|
|
},
|
|
"dependencies": {
|
|
"@smithy/types": "^4.2.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"description": "[](https://www.npmjs.com/package/@smithy/protocol-http) [](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": ">=18.0.0"
|
|
},
|
|
"files": [
|
|
"dist-*/**"
|
|
],
|
|
"homepage": "https://github.com/smithy-lang/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/smithy-lang/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": "rimraf dist-types/ts3.4 && 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:vitest run",
|
|
"test:watch": "yarn g:vitest watch"
|
|
},
|
|
"typedoc": {
|
|
"entryPoint": "src/index.ts"
|
|
},
|
|
"types": "./dist-types/index.d.ts",
|
|
"typesVersions": {
|
|
"<4.0": {
|
|
"dist-types/*": [
|
|
"dist-types/ts3.4/*"
|
|
]
|
|
}
|
|
},
|
|
"version": "5.1.0"
|
|
}
|