This repository has been archived on 2024-09-11. You can view files and clone it, but cannot push or open issues or pull requests.
svrjs-blog-newsletter/cronjob/node_modules/@smithy/core/package.json
2024-05-26 22:54:55 +02:00

100 lines
3.3 KiB
JSON

{
"_from": "@smithy/core@^2.0.1",
"_id": "@smithy/core@2.0.1",
"_inBundle": false,
"_integrity": "sha512-rcMkjvwxH/bER+oZUPR0yTA0ELD6m3A+d92+CFkdF6HJFCBB1bXo7P5pm21L66XwTN01B6bUhSCQ7cymWRD8zg==",
"_location": "/@smithy/core",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@smithy/core@^2.0.1",
"name": "@smithy/core",
"escapedName": "@smithy%2fcore",
"scope": "@smithy",
"rawSpec": "^2.0.1",
"saveSpec": null,
"fetchSpec": "^2.0.1"
},
"_requiredBy": [
"/@aws-sdk/client-cognito-identity",
"/@aws-sdk/client-sso",
"/@aws-sdk/client-sso-oidc",
"/@aws-sdk/client-sts",
"/@aws-sdk/core"
],
"_resolved": "https://registry.npmjs.org/@smithy/core/-/core-2.0.1.tgz",
"_shasum": "8a7ac8faa0227912ce260bc3f976a5e254323920",
"_spec": "@smithy/core@^2.0.1",
"_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/middleware-endpoint": "^3.0.0",
"@smithy/middleware-retry": "^3.0.1",
"@smithy/middleware-serde": "^3.0.0",
"@smithy/protocol-http": "^4.0.0",
"@smithy/smithy-client": "^3.0.1",
"@smithy/types": "^3.0.0",
"@smithy/util-middleware": "^3.0.0",
"tslib": "^2.6.2"
},
"deprecated": false,
"description": "[![NPM version](https://img.shields.io/npm/v/@smithy/core/latest.svg)](https://www.npmjs.com/package/@smithy/core) [![NPM downloads](https://img.shields.io/npm/dm/@smithy/core.svg)](https://www.npmjs.com/package/@smithy/core)",
"devDependencies": {
"@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"
},
"files": [
"dist-*/**"
],
"homepage": "https://github.com/awslabs/smithy-typescript/tree/main/packages/core",
"license": "Apache-2.0",
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
"name": "@smithy/core",
"publishConfig": {
"directory": ".release/package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/awslabs/smithy-typescript.git",
"directory": "packages/core"
},
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
"build:cjs": "node ../../scripts/inline core",
"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": "2.0.1"
}