Add/update filtered-sum-bms benchmark
This commit is contained in:
87
spot-launcher/node_modules/@aws-sdk/util-locate-window/package.json
generated
vendored
Normal file
87
spot-launcher/node_modules/@aws-sdk/util-locate-window/package.json
generated
vendored
Normal file
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"@aws-sdk/util-locate-window@3.804.0",
|
||||
"/home/peeters/git/lbt/exlbt/riscv/benchmark-spot"
|
||||
]
|
||||
],
|
||||
"_from": "@aws-sdk/util-locate-window@3.804.0",
|
||||
"_id": "@aws-sdk/util-locate-window@3.804.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-zVoRfpmBVPodYlnMjgVjfGoEZagyRF5IPn3Uo6ZvOZp24chnW/FRstH7ESDHDDRga4z3V+ElUQHKpFDXWyBW5A==",
|
||||
"_location": "/@aws-sdk/util-locate-window",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@aws-sdk/util-locate-window@3.804.0",
|
||||
"name": "@aws-sdk/util-locate-window",
|
||||
"escapedName": "@aws-sdk%2futil-locate-window",
|
||||
"scope": "@aws-sdk",
|
||||
"rawSpec": "3.804.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.804.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@aws-crypto/sha1-browser",
|
||||
"/@aws-crypto/sha256-browser"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-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": {
|
||||
"tslib": "^2.6.2"
|
||||
},
|
||||
"description": "[](https://www.npmjs.com/package/@aws-sdk/util-locate-window) [](https://www.npmjs.com/package/@aws-sdk/util-locate-window)",
|
||||
"devDependencies": {
|
||||
"@tsconfig/recommended": "1.0.1",
|
||||
"@types/node": "^18.19.69",
|
||||
"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-locate-window",
|
||||
"license": "Apache-2.0",
|
||||
"main": "./dist-cjs/index.js",
|
||||
"module": "./dist-es/index.js",
|
||||
"name": "@aws-sdk/util-locate-window",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/aws/aws-sdk-js-v3.git",
|
||||
"directory": "packages/util-locate-window"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
||||
"build:cjs": "node ../../scripts/compilation/inline util-locate-window",
|
||||
"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