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/@aws-sdk/util-endpoints/package.json
2024-05-26 22:54:55 +02:00

89 lines
2.8 KiB
JSON

{
"_from": "@aws-sdk/util-endpoints@3.583.0",
"_id": "@aws-sdk/util-endpoints@3.583.0",
"_inBundle": false,
"_integrity": "sha512-ZC9mb2jq6BFXPYsUsD2tmYcnlmd+9PGNwnFNn8jk4abna5Jjk2wDknN81ybktmBR5ttN9W8ugmktuKtvAMIDCQ==",
"_location": "/@aws-sdk/util-endpoints",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@aws-sdk/util-endpoints@3.583.0",
"name": "@aws-sdk/util-endpoints",
"escapedName": "@aws-sdk%2futil-endpoints",
"scope": "@aws-sdk",
"rawSpec": "3.583.0",
"saveSpec": null,
"fetchSpec": "3.583.0"
},
"_requiredBy": [
"/@aws-sdk/client-cognito-identity",
"/@aws-sdk/client-sso",
"/@aws-sdk/client-sso-oidc",
"/@aws-sdk/client-sts",
"/@aws-sdk/middleware-user-agent"
],
"_resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.583.0.tgz",
"_shasum": "1554d3b4124be21a72a519603e9727d973845504",
"_spec": "@aws-sdk/util-endpoints@3.583.0",
"_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/aws/aws-sdk-js-v3/issues"
},
"bundleDependencies": false,
"dependencies": {
"@aws-sdk/types": "3.577.0",
"@smithy/types": "^3.0.0",
"@smithy/util-endpoints": "^2.0.0",
"tslib": "^2.6.2"
},
"deprecated": false,
"description": "Utilities to help with endpoint resolution",
"devDependencies": {
"@tsconfig/recommended": "1.0.1",
"concurrently": "7.0.0",
"downlevel-dts": "0.10.1",
"rimraf": "3.0.2",
"typescript": "~4.9.5"
},
"engines": {
"node": ">=16.0.0"
},
"files": [
"dist-*/**"
],
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-endpoints",
"license": "Apache-2.0",
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
"name": "@aws-sdk/util-endpoints",
"repository": {
"type": "git",
"url": "git+https://github.com/aws/aws-sdk-js-v3.git",
"directory": "packages/util-endpoints"
},
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline util-endpoints",
"build:es": "tsc -p tsconfig.es.json",
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
"build:types": "tsc -p tsconfig.types.json",
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
"test": "jest",
"test:integration": "jest --c jest.config.integ.js"
},
"types": "./dist-types/index.d.ts",
"typesVersions": {
"<4.0": {
"dist-types/*": [
"dist-types/ts3.4/*"
]
}
},
"version": "3.583.0"
}