{
  "_from": "buffer-crc32@^1.0.0",
  "_id": "buffer-crc32@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w==",
  "_location": "/buffer-crc32",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "buffer-crc32@^1.0.0",
    "name": "buffer-crc32",
    "escapedName": "buffer-crc32",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/archiver"
  ],
  "_resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-1.0.0.tgz",
  "_shasum": "a10993b9055081d55304bd9feb4a072de179f405",
  "_spec": "buffer-crc32@^1.0.0",
  "_where": "C:\\Sites\\Ecommerce\\node_modules\\archiver",
  "author": {
    "name": "Brian J. Brennan",
    "email": "brianloveswords@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/brianloveswords/buffer-crc32/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Vladimir Kuznetsov"
    }
  ],
  "dependencies": {},
  "deprecated": false,
  "description": "A pure javascript CRC32 algorithm that plays nice with binary data",
  "devDependencies": {
    "prettier": "^3.2.4",
    "tap": "~11.1.5"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist",
    "index.d.ts",
    "LICENSE",
    "README.md"
  ],
  "homepage": "https://github.com/brianloveswords/buffer-crc32",
  "license": "MIT",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/brianloveswords/buffer-crc32/raw/master/LICENSE"
    }
  ],
  "main": "./dist/index.cjs",
  "name": "buffer-crc32",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/brianloveswords/buffer-crc32.git"
  },
  "scripts": {
    "build": "npx unbuild@2.0.0 && npx cpy-cli index.d.ts dist --rename=index.d.cts && npx cpy-cli index.d.ts dist --rename=index.d.mts",
    "format": "prettier --write --log-level warn \"**/*.{json,md,js}\"",
    "prepublishOnly": "npm run build",
    "test": "tap tests/*.test.js --reporter classic"
  },
  "type": "commonjs",
  "types": "./index.d.ts",
  "version": "1.0.0"
}
