Add/update filtered-sum-bms benchmark
This commit is contained in:
72
spot-launcher/node_modules/@aws-crypto/sha256-browser/package.json
generated
vendored
Normal file
72
spot-launcher/node_modules/@aws-crypto/sha256-browser/package.json
generated
vendored
Normal file
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"@aws-crypto/sha256-browser@5.2.0",
|
||||
"/home/peeters/git/lbt/exlbt/riscv/benchmark-spot"
|
||||
]
|
||||
],
|
||||
"_from": "@aws-crypto/sha256-browser@5.2.0",
|
||||
"_id": "@aws-crypto/sha256-browser@5.2.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-AXfN/lGotSQwu6HNcEsIASo7kWXZ5HYWvfOmSNKDsEqC4OashTp8alTmaz+F7TC2L083SFv5RdB+qU3Vs1kZqw==",
|
||||
"_location": "/@aws-crypto/sha256-browser",
|
||||
"_phantomChildren": {
|
||||
"@smithy/util-buffer-from": "2.2.0",
|
||||
"tslib": "2.8.1"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@aws-crypto/sha256-browser@5.2.0",
|
||||
"name": "@aws-crypto/sha256-browser",
|
||||
"escapedName": "@aws-crypto%2fsha256-browser",
|
||||
"scope": "@aws-crypto",
|
||||
"rawSpec": "5.2.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "5.2.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@aws-sdk/client-ec2",
|
||||
"/@aws-sdk/client-s3",
|
||||
"/@aws-sdk/client-sso",
|
||||
"/@aws-sdk/nested-clients"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@aws-crypto/sha256-browser/-/sha256-browser-5.2.0.tgz",
|
||||
"_spec": "5.2.0",
|
||||
"_where": "/home/peeters/git/lbt/exlbt/riscv/benchmark-spot",
|
||||
"author": {
|
||||
"name": "AWS Crypto Tools Team",
|
||||
"email": "aws-cryptools@amazon.com",
|
||||
"url": "https://docs.aws.amazon.com/aws-crypto-tools/index.html?id=docs_gateway#lang/en_us"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/aws/aws-sdk-js-crypto-helpers/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@aws-crypto/sha256-js": "^5.2.0",
|
||||
"@aws-crypto/supports-web-crypto": "^5.2.0",
|
||||
"@aws-crypto/util": "^5.2.0",
|
||||
"@aws-sdk/types": "^3.222.0",
|
||||
"@aws-sdk/util-locate-window": "^3.0.0",
|
||||
"@smithy/util-utf8": "^2.0.0",
|
||||
"tslib": "^2.6.2"
|
||||
},
|
||||
"description": "SHA256 wrapper for browsers that prefers `window.crypto.subtle` but will fall back to a pure JS implementation in @aws-crypto/sha256-js to provide a consistent interface for SHA256.",
|
||||
"gitHead": "c11b171b35ec5c093364f0e0d8dc4ab1af68e748",
|
||||
"homepage": "https://github.com/aws/aws-sdk-js-crypto-helpers/tree/master/packages/sha256-browser",
|
||||
"license": "Apache-2.0",
|
||||
"main": "./build/main/index.js",
|
||||
"module": "./build/module/index.js",
|
||||
"name": "@aws-crypto/sha256-browser",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/aws/aws-sdk-js-crypto-helpers.git"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublishOnly": "tsc -p tsconfig.json && tsc -p tsconfig.module.json",
|
||||
"pretest": "tsc -p tsconfig.test.json",
|
||||
"test": "mocha --require ts-node/register test/**/*test.ts"
|
||||
},
|
||||
"types": "./build/main/index.d.ts",
|
||||
"version": "5.2.0"
|
||||
}
|
||||
Reference in New Issue
Block a user