{ "_from": "@aws-crypto/sha256-browser@3.0.0", "_id": "@aws-crypto/sha256-browser@3.0.0", "_inBundle": false, "_integrity": "sha512-8VLmW2B+gjFbU5uMeqtQM6Nj0/F1bro80xQXCW6CQBWgosFWXTx77aeOF5CAIAmbOK64SdMBJdNr6J41yP5mvQ==", "_location": "/@aws-crypto/sha256-browser", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@aws-crypto/sha256-browser@3.0.0", "name": "@aws-crypto/sha256-browser", "escapedName": "@aws-crypto%2fsha256-browser", "scope": "@aws-crypto", "rawSpec": "3.0.0", "saveSpec": null, "fetchSpec": "3.0.0" }, "_requiredBy": [ "/@aws-sdk/client-cognito-identity", "/@aws-sdk/client-sso", "/@aws-sdk/client-sso-oidc", "/@aws-sdk/client-sts" ], "_resolved": "https://registry.npmjs.org/@aws-crypto/sha256-browser/-/sha256-browser-3.0.0.tgz", "_shasum": "05f160138ab893f1c6ba5be57cfd108f05827766", "_spec": "@aws-crypto/sha256-browser@3.0.0", "_where": "/home/dorians/cronjob/node_modules/@aws-sdk/client-cognito-identity", "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": { "@aws-crypto/ie11-detection": "^3.0.0", "@aws-crypto/sha256-js": "^3.0.0", "@aws-crypto/supports-web-crypto": "^3.0.0", "@aws-crypto/util": "^3.0.0", "@aws-sdk/types": "^3.222.0", "@aws-sdk/util-locate-window": "^3.0.0", "@aws-sdk/util-utf8-browser": "^3.0.0", "tslib": "^1.11.1" }, "deprecated": false, "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": "7f56cee8f62bd65cd397eeec29c3c997215bd80c", "homepage": "https://github.com/aws/aws-sdk-js-crypto-helpers/tree/master/packages/sha256-browser", "license": "Apache-2.0", "main": "./build/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", "pretest": "tsc -p tsconfig.test.json", "test": "mocha --require ts-node/register test/**/*test.ts" }, "types": "./build/index.d.ts", "version": "3.0.0" }