This commit is contained in:
2025-01-04 00:34:03 +01:00
parent 41829408dc
commit 0ca14bbc19
18111 changed files with 1871397 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "@aws-crypto/supports-web-crypto",
"version": "3.0.0",
"description": "Provides functions for detecting if the host environment supports the WebCrypto API",
"repository": {
"type": "git",
"url": "git@github.com:aws/aws-sdk-js-crypto-helpers.git"
},
"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"
},
"homepage": "https://github.com/aws/aws-sdk-js-crypto-helpers/tree/master/packages/supports-web-crypto",
"license": "Apache-2.0",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"dependencies": {
"tslib": "^1.11.1"
}
}