{
  "_args": [
    [
      "uint8arrays@3.1.1",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "uint8arrays@3.1.1",
  "_id": "uint8arrays@3.1.1",
  "_inBundle": false,
  "_integrity": "sha512-+QJa8QRnbdXVpHYjLoTpJIdCTiw9Ir62nocClWuXIq2JIh4Uta0cQsTSpFL678p2CN8B+XSApwcU+pQEqVpKWg==",
  "_location": "/uint8arrays",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "uint8arrays@3.1.1",
    "name": "uint8arrays",
    "escapedName": "uint8arrays",
    "rawSpec": "3.1.1",
    "saveSpec": null,
    "fetchSpec": "3.1.1"
  },
  "_requiredBy": [
    "/hamt-sharding",
    "/interface-datastore",
    "/ipfs-car",
    "/ipfs-core-utils",
    "/ipfs-unixfs-exporter",
    "/ipfs-unixfs-importer",
    "/multiaddr"
  ],
  "_resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.1.1.tgz",
  "_spec": "3.1.1",
  "_where": "/var/www/karbon-ai-be-new",
  "author": {
    "name": "Alex Potsides",
    "email": "alex@achingbrain.net"
  },
  "browser": {
    ".": "./cjs/src/index.js",
    "./alloc": "./cjs/src/alloc.js",
    "./compare": "./cjs/src/compare.js",
    "./concat": "./cjs/src/concat.js",
    "./equals": "./cjs/src/equals.js",
    "./from-string": "./cjs/src/from-string.js",
    "./to-string": "./cjs/src/to-string.js",
    "./xor": "./cjs/src/xor.js"
  },
  "bugs": {
    "url": "https://github.com/achingbrain/uint8arrays/issues"
  },
  "contributors": [
    {
      "name": "achingbrain",
      "email": "alex@achingbrain.net"
    },
    {
      "name": "Cayman",
      "email": "caymannava@gmail.com"
    },
    {
      "name": "Irakli Gozalishvili",
      "email": "contact@gozala.io"
    },
    {
      "name": "Hugo Dias",
      "email": "hugomrdias@gmail.com"
    },
    {
      "name": "Mircea Nistor",
      "email": "mirceanis@gmail.com"
    },
    {
      "name": "Rafael Ramalho",
      "email": "rafazelramalho19@gmail.com"
    },
    {
      "name": "Vasco Santos",
      "email": "vasco.santos@ua.pt"
    }
  ],
  "dependencies": {
    "multiformats": "^9.4.2"
  },
  "description": "Utility functions to make dealing with Uint8Arrays easier",
  "devDependencies": {
    "@types/benchmark": "^2.1.1",
    "aegir": "^35.0.0",
    "benchmark": "^2.1.4",
    "util": "^0.12.4"
  },
  "eslintConfig": {
    "extends": "ipfs",
    "parserOptions": {
      "sourceType": "module"
    },
    "ignorePatterns": [
      "!.aegir.js"
    ]
  },
  "exports": {
    ".": {
      "browser": "./esm/src/index.js",
      "require": "./cjs/src/index.js",
      "import": "./esm/src/index.js"
    },
    "./alloc": {
      "browser": "./esm/src/alloc.js",
      "require": "./cjs/src/alloc.js",
      "import": "./esm/src/alloc.js"
    },
    "./compare": {
      "browser": "./esm/src/compare.js",
      "require": "./cjs/src/compare.js",
      "import": "./esm/src/compare.js"
    },
    "./concat": {
      "browser": "./esm/src/concat.js",
      "require": "./cjs/src/concat.js",
      "import": "./esm/src/concat.js"
    },
    "./equals": {
      "browser": "./esm/src/equals.js",
      "require": "./cjs/src/equals.js",
      "import": "./esm/src/equals.js"
    },
    "./from-string": {
      "browser": "./esm/src/from-string.js",
      "require": "./cjs/src/from-string.js",
      "import": "./esm/src/from-string.js"
    },
    "./to-string": {
      "browser": "./esm/src/to-string.js",
      "require": "./cjs/src/to-string.js",
      "import": "./esm/src/to-string.js"
    },
    "./xor": {
      "browser": "./esm/src/xor.js",
      "require": "./cjs/src/xor.js",
      "import": "./esm/src/xor.js"
    }
  },
  "homepage": "https://github.com/achingbrain/uint8arrays",
  "license": "MIT",
  "main": "./cjs/src/index.js",
  "name": "uint8arrays",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/achingbrain/uint8arrays.git"
  },
  "scripts": {
    "build": "aegir build",
    "lint": "aegir ts -p check && aegir lint",
    "release": "aegir release",
    "release-major": "aegir release --type major",
    "release-minor": "aegir release --type minor",
    "test": "aegir test"
  },
  "types": "types/src/index.d.ts",
  "typesVersions": {
    "*": {
      "*": [
        "types/src",
        "types/src/*"
      ]
    }
  },
  "version": "3.1.1"
}
