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/core/package.json
2024-05-26 22:54:55 +02:00

130 lines
4.1 KiB
JSON

{
"_from": "@aws-sdk/core@3.582.0",
"_id": "@aws-sdk/core@3.582.0",
"_inBundle": false,
"_integrity": "sha512-ofmD96IQc9g1dbyqlCyxu5fCG7kIl9p1NoN5+vGBUyLdbmPCV3Pdg99nRHYEJuv2MgGx5AUFGDPMHcqbJpnZIw==",
"_location": "/@aws-sdk/core",
"_phantomChildren": {
"strnum": "1.0.5"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "@aws-sdk/core@3.582.0",
"name": "@aws-sdk/core",
"escapedName": "@aws-sdk%2fcore",
"scope": "@aws-sdk",
"rawSpec": "3.582.0",
"saveSpec": null,
"fetchSpec": "3.582.0"
},
"_requiredBy": [
"/@aws-sdk/client-cognito-identity",
"/@aws-sdk/client-sso",
"/@aws-sdk/client-sso-oidc",
"/@aws-sdk/client-sts"
],
"_resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.582.0.tgz",
"_shasum": "9ebb295290cba3d68738401fe4e3d51dfb0d1bfc",
"_spec": "@aws-sdk/core@3.582.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": {
"@smithy/core": "^2.0.1",
"@smithy/protocol-http": "^4.0.0",
"@smithy/signature-v4": "^3.0.0",
"@smithy/smithy-client": "^3.0.1",
"@smithy/types": "^3.0.0",
"fast-xml-parser": "4.2.5",
"tslib": "^2.6.2"
},
"deprecated": false,
"description": "Core functions & classes shared by multiple AWS SDK clients",
"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"
},
"exports": {
".": {
"node": "./dist-cjs/index.js",
"import": "./dist-es/index.js",
"require": "./dist-cjs/index.js",
"types": "./dist-types/index.d.ts"
},
"./package.json": {
"node": "./package.json",
"import": "./package.json",
"require": "./package.json"
},
"./client": {
"node": "./dist-cjs/submodules/client/index.js",
"import": "./dist-es/submodules/client/index.js",
"require": "./dist-cjs/submodules/client/index.js",
"types": "./dist-types/submodules/client/index.d.ts"
},
"./httpAuthSchemes": {
"node": "./dist-cjs/submodules/httpAuthSchemes/index.js",
"import": "./dist-es/submodules/httpAuthSchemes/index.js",
"require": "./dist-cjs/submodules/httpAuthSchemes/index.js",
"types": "./dist-types/submodules/httpAuthSchemes/index.d.ts"
},
"./protocols": {
"node": "./dist-cjs/submodules/protocols/index.js",
"import": "./dist-es/submodules/protocols/index.js",
"require": "./dist-cjs/submodules/protocols/index.js",
"types": "./dist-types/submodules/protocols/index.d.ts"
}
},
"files": [
"dist-*/**",
"./client.js",
"./httpAuthSchemes.js",
"./protocols.js"
],
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/core",
"license": "Apache-2.0",
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
"name": "@aws-sdk/core",
"repository": {
"type": "git",
"url": "git+https://github.com/aws/aws-sdk-js-v3.git",
"directory": "packages/core"
},
"scripts": {
"build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline core",
"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",
"extract:docs": "api-extractor run --local",
"lint": "node ./scripts/lint.js",
"test": "jest",
"test:integration": "jest -c jest.config.integ.js"
},
"sideEffects": false,
"types": "./dist-types/index.d.ts",
"typesVersions": {
"<4.0": {
"dist-types/*": [
"dist-types/ts3.4/*"
]
}
},
"version": "3.582.0"
}