{
  "_from": "uint8array-extras@^1.4.0",
  "_id": "uint8array-extras@1.5.0",
  "_inBundle": false,
  "_integrity": "sha512-rvKSBiC5zqCCiDZ9kAOszZcDvdAHwwIKJG33Ykj43OKcWsnmcBRL09YTU4nOeHZ8Y2a7l1MgTd08SBe9A8Qj6A==",
  "_location": "/uint8array-extras",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "uint8array-extras@^1.4.0",
    "name": "uint8array-extras",
    "escapedName": "uint8array-extras",
    "rawSpec": "^1.4.0",
    "saveSpec": null,
    "fetchSpec": "^1.4.0"
  },
  "_requiredBy": [
    "/file-type"
  ],
  "_resolved": "https://registry.npmjs.org/uint8array-extras/-/uint8array-extras-1.5.0.tgz",
  "_shasum": "10d2a85213de3ada304fea1c454f635c73839e86",
  "_spec": "uint8array-extras@^1.4.0",
  "_where": "/home/kattop/public_html/rafique/api/node_modules/file-type",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/uint8array-extras/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Useful utilities for working with Uint8Array (and Buffer)",
  "devDependencies": {
    "ava": "^6.0.1",
    "benchmark": "2.1.4",
    "typescript": "^5.3.3",
    "xo": "^0.56.0"
  },
  "engines": {
    "node": ">=18"
  },
  "exports": {
    "types": "./index.d.ts",
    "default": "./index.js"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "funding": "https://github.com/sponsors/sindresorhus",
  "homepage": "https://github.com/sindresorhus/uint8array-extras#readme",
  "keywords": [
    "uint8array",
    "uint8",
    "typedarray",
    "buffer",
    "typedarray",
    "arraybuffer",
    "is",
    "assert",
    "concat",
    "equals",
    "compare",
    "base64",
    "string",
    "atob",
    "btoa",
    "hex",
    "hexadecimal"
  ],
  "license": "MIT",
  "name": "uint8array-extras",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/uint8array-extras.git"
  },
  "scripts": {
    "test": "xo && ava && tsc index.d.ts"
  },
  "sideEffects": false,
  "type": "module",
  "version": "1.5.0"
}
