This repository has been archived on 2024-09-11. You can view files and clone it, but cannot push or open issues or pull requests.
svrjs-blog-newsletter/cronjob/node_modules/@aws-crypto/supports-web-crypto/package.json
2024-05-26 22:54:55 +02:00

55 lines
2 KiB
JSON

{
"_from": "@aws-crypto/supports-web-crypto@^3.0.0",
"_id": "@aws-crypto/supports-web-crypto@3.0.0",
"_inBundle": false,
"_integrity": "sha512-06hBdMwUAb2WFTuGG73LSC0wfPu93xWwo5vL2et9eymgmu3Id5vFAHBbajVWiGhPO37qcsdCap/FqXvJGJWPIg==",
"_location": "/@aws-crypto/supports-web-crypto",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@aws-crypto/supports-web-crypto@^3.0.0",
"name": "@aws-crypto/supports-web-crypto",
"escapedName": "@aws-crypto%2fsupports-web-crypto",
"scope": "@aws-crypto",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/@aws-crypto/sha256-browser"
],
"_resolved": "https://registry.npmjs.org/@aws-crypto/supports-web-crypto/-/supports-web-crypto-3.0.0.tgz",
"_shasum": "5d1bf825afa8072af2717c3e455f35cda0103ec2",
"_spec": "@aws-crypto/supports-web-crypto@^3.0.0",
"_where": "/home/dorians/cronjob/node_modules/@aws-crypto/sha256-browser",
"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"
},
"bundleDependencies": false,
"dependencies": {
"tslib": "^1.11.1"
},
"deprecated": false,
"description": "Provides functions for detecting if the host environment supports the WebCrypto API",
"gitHead": "7f56cee8f62bd65cd397eeec29c3c997215bd80c",
"homepage": "https://github.com/aws/aws-sdk-js-crypto-helpers/tree/master/packages/supports-web-crypto",
"license": "Apache-2.0",
"main": "./build/index.js",
"name": "@aws-crypto/supports-web-crypto",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/aws/aws-sdk-js-crypto-helpers.git"
},
"scripts": {
"pretest": "tsc -p tsconfig.test.json",
"test": "mocha --require ts-node/register test/**/*test.ts"
},
"types": "./build/index.d.ts",
"version": "3.0.0"
}