{
  "_from": "@aws-crypto/crc32@3.0.0",
  "_id": "@aws-crypto/crc32@3.0.0",
  "_inBundle": false,
  "_integrity": "sha512-IzSgsrxUcsrejQbPVilIKy16kAT52EwB6zSaI+M3xxIhKh5+aldEyvI+z6erM7TCLB2BJsFrtHjp6/4/sr+3dA==",
  "_location": "/@aws-crypto/crc32",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@aws-crypto/crc32@3.0.0",
    "name": "@aws-crypto/crc32",
    "escapedName": "@aws-crypto%2fcrc32",
    "scope": "@aws-crypto",
    "rawSpec": "3.0.0",
    "saveSpec": null,
    "fetchSpec": "3.0.0"
  },
  "_requiredBy": [
    "/@smithy/eventstream-codec"
  ],
  "_resolved": "https://registry.npmjs.org/@aws-crypto/crc32/-/crc32-3.0.0.tgz",
  "_shasum": "07300eca214409c33e3ff769cd5697b57fdd38fa",
  "_spec": "@aws-crypto/crc32@3.0.0",
  "_where": "/home/mzwwwvvo/nodevenv/mybrary.mzwwwa.co.za/10/lib/node_modules/@smithy/eventstream-codec",
  "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": "Pure JS implementation of CRC32 https://en.wikipedia.org/wiki/Cyclic_redundancy_check",
  "gitHead": "7f56cee8f62bd65cd397eeec29c3c997215bd80c",
  "homepage": "https://github.com/aws/aws-sdk-js-crypto-helpers/tree/master/packages/crc32",
  "license": "Apache-2.0",
  "main": "./build/index.js",
  "name": "@aws-crypto/crc32",
  "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"
}
