Add/update filtered-sum-bms benchmark
This commit is contained in:
88
spot-launcher/node_modules/@aws-sdk/util-format-url/package.json
generated
vendored
Normal file
88
spot-launcher/node_modules/@aws-sdk/util-format-url/package.json
generated
vendored
Normal file
@@ -0,0 +1,88 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"@aws-sdk/util-format-url@3.804.0",
|
||||
"/home/peeters/git/lbt/exlbt/riscv/benchmark-spot"
|
||||
]
|
||||
],
|
||||
"_from": "@aws-sdk/util-format-url@3.804.0",
|
||||
"_id": "@aws-sdk/util-format-url@3.804.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-1nOwSg7B0bj5LFGor0udF/HSdvDuSCxP+NC0IuSOJ5RgJ2AphFo03pLtK2UwArHY5WWZaejAEz5VBND6xxOEhA==",
|
||||
"_location": "/@aws-sdk/util-format-url",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@aws-sdk/util-format-url@3.804.0",
|
||||
"name": "@aws-sdk/util-format-url",
|
||||
"escapedName": "@aws-sdk%2futil-format-url",
|
||||
"scope": "@aws-sdk",
|
||||
"rawSpec": "3.804.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.804.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@aws-sdk/middleware-sdk-ec2"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@aws-sdk/util-format-url/-/util-format-url-3.804.0.tgz",
|
||||
"_spec": "3.804.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/querystring-builder": "^4.0.2",
|
||||
"@smithy/types": "^4.2.0",
|
||||
"tslib": "^2.6.2"
|
||||
},
|
||||
"description": "[](https://www.npmjs.com/package/@aws-sdk/util-format-url) [](https://www.npmjs.com/package/@aws-sdk/util-format-url)",
|
||||
"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"
|
||||
},
|
||||
"files": [
|
||||
"dist-*/**"
|
||||
],
|
||||
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-format-url",
|
||||
"license": "Apache-2.0",
|
||||
"main": "./dist-cjs/index.js",
|
||||
"module": "./dist-es/index.js",
|
||||
"name": "@aws-sdk/util-format-url",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/aws/aws-sdk-js-v3.git",
|
||||
"directory": "packages/util-format-url"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
||||
"build:cjs": "node ../../scripts/compilation/inline util-format-url",
|
||||
"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": "yarn g:vitest run",
|
||||
"test:watch": "yarn g:vitest watch"
|
||||
},
|
||||
"types": "./dist-types/index.d.ts",
|
||||
"typesVersions": {
|
||||
"<4.0": {
|
||||
"dist-types/*": [
|
||||
"dist-types/ts3.4/*"
|
||||
]
|
||||
}
|
||||
},
|
||||
"version": "3.804.0"
|
||||
}
|
||||
Reference in New Issue
Block a user