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/util/package.json
2024-05-26 22:54:55 +02:00

62 lines
2 KiB
JSON

{
"_from": "@aws-crypto/util@^3.0.0",
"_id": "@aws-crypto/util@3.0.0",
"_inBundle": false,
"_integrity": "sha512-2OJlpeJpCR48CC8r+uKVChzs9Iungj9wkZrl8Z041DWEWvyIHILYKCPNzJghKsivj+S3mLo6BVc7mBNzdxA46w==",
"_location": "/@aws-crypto/util",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@aws-crypto/util@^3.0.0",
"name": "@aws-crypto/util",
"escapedName": "@aws-crypto%2futil",
"scope": "@aws-crypto",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/@aws-crypto/sha256-browser",
"/@aws-crypto/sha256-js"
],
"_resolved": "https://registry.npmjs.org/@aws-crypto/util/-/util-3.0.0.tgz",
"_shasum": "1c7ca90c29293f0883468ad48117937f0fe5bfb0",
"_spec": "@aws-crypto/util@^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": {
"@aws-sdk/types": "^3.222.0",
"@aws-sdk/util-utf8-browser": "^3.0.0",
"tslib": "^1.11.1"
},
"deprecated": false,
"description": "Helper functions",
"gitHead": "7f56cee8f62bd65cd397eeec29c3c997215bd80c",
"homepage": "https://github.com/aws/aws-sdk-js-crypto-helpers/tree/master/packages/util",
"license": "Apache-2.0",
"main": "./build/index.js",
"name": "@aws-crypto/util",
"publishConfig": {
"access": "public"
},
"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"
}