{
  "_from": "@aws-crypto/util@^5.2.0",
  "_id": "@aws-crypto/util@5.2.0",
  "_inBundle": false,
  "_integrity": "sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==",
  "_location": "/@aws-crypto/util",
  "_phantomChildren": {
    "@smithy/util-buffer-from": "2.2.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@aws-crypto/util@^5.2.0",
    "name": "@aws-crypto/util",
    "escapedName": "@aws-crypto%2futil",
    "scope": "@aws-crypto",
    "rawSpec": "^5.2.0",
    "saveSpec": null,
    "fetchSpec": "^5.2.0"
  },
  "_requiredBy": [
    "/@aws-crypto/crc32",
    "/@aws-crypto/crc32c",
    "/@aws-crypto/sha1-browser",
    "/@aws-crypto/sha256-browser",
    "/@aws-crypto/sha256-js",
    "/@aws-sdk/middleware-flexible-checksums"
  ],
  "_resolved": "https://registry.npmjs.org/@aws-crypto/util/-/util-5.2.0.tgz",
  "_shasum": "71284c9cffe7927ddadac793c14f14886d3876da",
  "_spec": "@aws-crypto/util@^5.2.0",
  "_where": "/var/www/html/backend_ssl/node_modules/@aws-crypto/sha1-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",
    "@smithy/util-utf8": "^2.0.0",
    "tslib": "^2.6.2"
  },
  "deprecated": false,
  "description": "Helper functions",
  "gitHead": "c11b171b35ec5c093364f0e0d8dc4ab1af68e748",
  "homepage": "https://github.com/aws/aws-sdk-js-crypto-helpers/tree/master/packages/util",
  "license": "Apache-2.0",
  "main": "./build/main/index.js",
  "module": "./build/module/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 -p tsconfig.json && tsc -p tsconfig.module.json",
    "pretest": "tsc -p tsconfig.test.json",
    "test": "mocha --require ts-node/register test/**/*test.ts"
  },
  "types": "./build/main/index.d.ts",
  "version": "5.2.0"
}
