Add/update filtered-sum-bms benchmark
This commit is contained in:
94
spot-launcher/node_modules/@smithy/util-hex-encoding/package.json
generated
vendored
Normal file
94
spot-launcher/node_modules/@smithy/util-hex-encoding/package.json
generated
vendored
Normal file
@@ -0,0 +1,94 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"@smithy/util-hex-encoding@4.0.0",
|
||||
"/home/peeters/git/lbt/exlbt/riscv/benchmark-spot"
|
||||
]
|
||||
],
|
||||
"_from": "@smithy/util-hex-encoding@4.0.0",
|
||||
"_id": "@smithy/util-hex-encoding@4.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-Yk5mLhHtfIgW2W2WQZWSg5kuMZCVbvhFmC7rV4IO2QqnZdbEFPmQnCcGMAX2z/8Qj3B9hYYNjZOhWym+RwhePw==",
|
||||
"_location": "/@smithy/util-hex-encoding",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@smithy/util-hex-encoding@4.0.0",
|
||||
"name": "@smithy/util-hex-encoding",
|
||||
"escapedName": "@smithy%2futil-hex-encoding",
|
||||
"scope": "@smithy",
|
||||
"rawSpec": "4.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "4.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@smithy/eventstream-codec",
|
||||
"/@smithy/signature-v4",
|
||||
"/@smithy/util-stream"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@smithy/util-hex-encoding/-/util-hex-encoding-4.0.0.tgz",
|
||||
"_spec": "4.0.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/awslabs/smithy-typescript/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": "^2.6.2"
|
||||
},
|
||||
"description": "Converts binary buffers to and from lowercase hexadecimal encoding",
|
||||
"devDependencies": {
|
||||
"concurrently": "7.0.0",
|
||||
"downlevel-dts": "0.10.1",
|
||||
"rimraf": "3.0.2",
|
||||
"typedoc": "0.23.23"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
},
|
||||
"files": [
|
||||
"dist-*/**"
|
||||
],
|
||||
"homepage": "https://github.com/awslabs/smithy-typescript/tree/main/packages/util-hex-encoding",
|
||||
"license": "Apache-2.0",
|
||||
"main": "./dist-cjs/index.js",
|
||||
"module": "./dist-es/index.js",
|
||||
"name": "@smithy/util-hex-encoding",
|
||||
"publishConfig": {
|
||||
"directory": ".release/package"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/awslabs/smithy-typescript.git",
|
||||
"directory": "packages/util-hex-encoding"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
||||
"build:cjs": "node ../../scripts/inline util-hex-encoding",
|
||||
"build:es": "yarn g:tsc -p tsconfig.es.json",
|
||||
"build:types": "yarn g:tsc -p tsconfig.types.json",
|
||||
"build:types:downlevel": "rimraf dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
|
||||
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
|
||||
"format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"",
|
||||
"lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
|
||||
"stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
|
||||
"test": "yarn g:vitest run",
|
||||
"test:watch": "yarn g:vitest watch"
|
||||
},
|
||||
"typedoc": {
|
||||
"entryPoint": "src/index.ts"
|
||||
},
|
||||
"types": "./dist-types/index.d.ts",
|
||||
"typesVersions": {
|
||||
"<4.0": {
|
||||
"dist-types/*": [
|
||||
"dist-types/ts3.4/*"
|
||||
]
|
||||
}
|
||||
},
|
||||
"version": "4.0.0"
|
||||
}
|
||||
Reference in New Issue
Block a user