rittenhop-dev/versions/5.94.2/node_modules/@aws-crypto/ie11-detection/package.json
2024-09-23 19:40:12 -04:00

27 lines
877 B
JSON

{
"name": "@aws-crypto/ie11-detection",
"version": "2.0.2",
"description": "Provides functions and types for detecting if the host environment is IE11",
"scripts": {
"pretest": "tsc -p tsconfig.json",
"test": "mocha --require ts-node/register test/**/*test.ts"
},
"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/ie11-detection",
"license": "Apache-2.0",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"dependencies": {
"tslib": "^1.11.1"
},
"gitHead": "5d1db32bb75010cbe38ff8dda9c560cdbb7ec578"
}