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/sha256-js/package.json

63 lines
2.1 KiB
JSON
Raw Normal View History

2024-05-26 22:54:55 +02:00
{
"_from": "@aws-crypto/sha256-js@3.0.0",
"_id": "@aws-crypto/sha256-js@3.0.0",
"_inBundle": false,
"_integrity": "sha512-PnNN7os0+yd1XvXAy23CFOmTbMaDxgxXtTKHybrJ39Y8kGzBATgBFibWJKH6BhytLI/Zyszs87xCOBNyBig6vQ==",
"_location": "/@aws-crypto/sha256-js",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@aws-crypto/sha256-js@3.0.0",
"name": "@aws-crypto/sha256-js",
"escapedName": "@aws-crypto%2fsha256-js",
"scope": "@aws-crypto",
"rawSpec": "3.0.0",
"saveSpec": null,
"fetchSpec": "3.0.0"
},
"_requiredBy": [
"/@aws-crypto/sha256-browser",
"/@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-js/-/sha256-js-3.0.0.tgz",
"_shasum": "f06b84d550d25521e60d2a0e2a90139341e007c2",
"_spec": "@aws-crypto/sha256-js@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/util": "^3.0.0",
"@aws-sdk/types": "^3.222.0",
"tslib": "^1.11.1"
},
"deprecated": false,
"description": "A pure JS implementation SHA256.",
"gitHead": "7f56cee8f62bd65cd397eeec29c3c997215bd80c",
"homepage": "https://github.com/aws/aws-sdk-js-crypto-helpers/tree/master/packages/sha256-js",
"license": "Apache-2.0",
"main": "./build/index.js",
"name": "@aws-crypto/sha256-js",
"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"
}