Add/update filtered-sum-bms benchmark
This commit is contained in:
163
spot-launcher/node_modules/@aws-sdk/core/package.json
generated
vendored
Normal file
163
spot-launcher/node_modules/@aws-sdk/core/package.json
generated
vendored
Normal file
@@ -0,0 +1,163 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"@aws-sdk/core@3.808.0",
|
||||
"/home/peeters/git/lbt/exlbt/riscv/benchmark-spot"
|
||||
]
|
||||
],
|
||||
"_from": "@aws-sdk/core@3.808.0",
|
||||
"_id": "@aws-sdk/core@3.808.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-+nTmxJVIPtAarGq9Fd/uU2qU/Ngfb9EntT0/kwXdKKMI0wU9fQNWi10xSTVeqOtzWERbQpOJgBAdta+v3W7cng==",
|
||||
"_location": "/@aws-sdk/core",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@aws-sdk/core@3.808.0",
|
||||
"name": "@aws-sdk/core",
|
||||
"escapedName": "@aws-sdk%2fcore",
|
||||
"scope": "@aws-sdk",
|
||||
"rawSpec": "3.808.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.808.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@aws-sdk/client-ec2",
|
||||
"/@aws-sdk/client-s3",
|
||||
"/@aws-sdk/client-sso",
|
||||
"/@aws-sdk/credential-provider-env",
|
||||
"/@aws-sdk/credential-provider-http",
|
||||
"/@aws-sdk/credential-provider-ini",
|
||||
"/@aws-sdk/credential-provider-process",
|
||||
"/@aws-sdk/credential-provider-sso",
|
||||
"/@aws-sdk/credential-provider-web-identity",
|
||||
"/@aws-sdk/middleware-flexible-checksums",
|
||||
"/@aws-sdk/middleware-sdk-s3",
|
||||
"/@aws-sdk/middleware-user-agent",
|
||||
"/@aws-sdk/nested-clients"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.808.0.tgz",
|
||||
"_spec": "3.808.0",
|
||||
"_where": "/home/peeters/git/lbt/exlbt/riscv/benchmark-spot",
|
||||
"author": {
|
||||
"name": "AWS SDK for JavaScript Team",
|
||||
"url": "https://aws.amazon.com/javascript/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/aws/aws-sdk-js-v3/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@aws-sdk/types": "3.804.0",
|
||||
"@smithy/core": "^3.3.1",
|
||||
"@smithy/node-config-provider": "^4.1.1",
|
||||
"@smithy/property-provider": "^4.0.2",
|
||||
"@smithy/protocol-http": "^5.1.0",
|
||||
"@smithy/signature-v4": "^5.1.0",
|
||||
"@smithy/smithy-client": "^4.2.4",
|
||||
"@smithy/types": "^4.2.0",
|
||||
"@smithy/util-middleware": "^4.0.2",
|
||||
"fast-xml-parser": "4.4.1",
|
||||
"tslib": "^2.6.2"
|
||||
},
|
||||
"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": "~5.8.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist-types/index.d.ts",
|
||||
"module": "./dist-es/index.js",
|
||||
"node": "./dist-cjs/index.js",
|
||||
"import": "./dist-es/index.js",
|
||||
"require": "./dist-cjs/index.js"
|
||||
},
|
||||
"./package.json": {
|
||||
"module": "./package.json",
|
||||
"node": "./package.json",
|
||||
"import": "./package.json",
|
||||
"require": "./package.json"
|
||||
},
|
||||
"./client": {
|
||||
"types": "./dist-types/submodules/client/index.d.ts",
|
||||
"module": "./dist-es/submodules/client/index.js",
|
||||
"node": "./dist-cjs/submodules/client/index.js",
|
||||
"import": "./dist-es/submodules/client/index.js",
|
||||
"require": "./dist-cjs/submodules/client/index.js"
|
||||
},
|
||||
"./httpAuthSchemes": {
|
||||
"types": "./dist-types/submodules/httpAuthSchemes/index.d.ts",
|
||||
"module": "./dist-es/submodules/httpAuthSchemes/index.js",
|
||||
"node": "./dist-cjs/submodules/httpAuthSchemes/index.js",
|
||||
"import": "./dist-es/submodules/httpAuthSchemes/index.js",
|
||||
"require": "./dist-cjs/submodules/httpAuthSchemes/index.js"
|
||||
},
|
||||
"./account-id-endpoint": {
|
||||
"types": "./dist-types/submodules/account-id-endpoint/index.d.ts",
|
||||
"module": "./dist-es/submodules/account-id-endpoint/index.js",
|
||||
"node": "./dist-cjs/submodules/account-id-endpoint/index.js",
|
||||
"import": "./dist-es/submodules/account-id-endpoint/index.js",
|
||||
"require": "./dist-cjs/submodules/account-id-endpoint/index.js"
|
||||
},
|
||||
"./protocols": {
|
||||
"types": "./dist-types/submodules/protocols/index.d.ts",
|
||||
"module": "./dist-es/submodules/protocols/index.js",
|
||||
"node": "./dist-cjs/submodules/protocols/index.js",
|
||||
"import": "./dist-es/submodules/protocols/index.js",
|
||||
"require": "./dist-cjs/submodules/protocols/index.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"./account-id-endpoint.d.ts",
|
||||
"./account-id-endpoint.js",
|
||||
"./client.d.ts",
|
||||
"./client.js",
|
||||
"./httpAuthSchemes.d.ts",
|
||||
"./httpAuthSchemes.js",
|
||||
"./protocols.d.ts",
|
||||
"./protocols.js",
|
||||
"dist-*/**"
|
||||
],
|
||||
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/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 && rimraf ./dist-cjs/api-extractor-type-index.js",
|
||||
"build:es": "tsc -p tsconfig.es.json && rimraf ./dist-es/api-extractor-type-index.js",
|
||||
"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/validation/submodules-linter.js --pkg core",
|
||||
"test": "yarn g:vitest run",
|
||||
"test:integration": "yarn g:vitest run -c vitest.config.integ.ts",
|
||||
"test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.ts",
|
||||
"test:watch": "yarn g:vitest watch"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"types": "./dist-types/index.d.ts",
|
||||
"typesVersions": {
|
||||
"<4.0": {
|
||||
"dist-types/*": [
|
||||
"dist-types/ts3.4/*"
|
||||
]
|
||||
}
|
||||
},
|
||||
"version": "3.808.0"
|
||||
}
|
||||
Reference in New Issue
Block a user