{
  "_args": [
    [
      "hamt-sharding@2.0.1",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "hamt-sharding@2.0.1",
  "_id": "hamt-sharding@2.0.1",
  "_inBundle": false,
  "_integrity": "sha512-vnjrmdXG9dDs1m/H4iJ6z0JFI2NtgsW5keRkTcM85NGak69Mkf5PHUqBz+Xs0T4sg0ppvj9O5EGAJo40FTxmmA==",
  "_location": "/hamt-sharding",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "hamt-sharding@2.0.1",
    "name": "hamt-sharding",
    "escapedName": "hamt-sharding",
    "rawSpec": "2.0.1",
    "saveSpec": null,
    "fetchSpec": "2.0.1"
  },
  "_requiredBy": [
    "/ipfs-unixfs-exporter",
    "/ipfs-unixfs-importer"
  ],
  "_resolved": "https://registry.npmjs.org/hamt-sharding/-/hamt-sharding-2.0.1.tgz",
  "_spec": "2.0.1",
  "_where": "/var/www/karbon-ai-be-new",
  "bugs": {
    "url": "https://github.com/ipfs-shipyard/js-hamt-sharding/issues"
  },
  "contributors": [
    {
      "name": "achingbrain",
      "email": "alex@achingbrain.net"
    }
  ],
  "dependencies": {
    "sparse-array": "^1.3.1",
    "uint8arrays": "^3.0.0"
  },
  "description": "JavaScript implementation of sharding using hash array mapped tries",
  "devDependencies": {
    "aegir": "^35.0.2",
    "it-length": "^1.0.3",
    "multihashing-async": "^2.1.0",
    "util": "^0.12.4"
  },
  "engines": {
    "node": ">=10.0.0",
    "npm": ">=6.0.0"
  },
  "homepage": "https://github.com/ipfs-shipyard/js-hamt-sharding#readme",
  "keywords": [
    "IPFS",
    "hamt",
    "sharding"
  ],
  "leadMaintainer": "Alex Potsides <alex.potsides@protocol.ai>",
  "license": "MIT",
  "main": "src/index.js",
  "name": "hamt-sharding",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ipfs-shipyard/js-hamt-sharding.git"
  },
  "scripts": {
    "coverage": "aegir coverage",
    "lint": "aegir ts -p check && aegir lint",
    "prepare": "aegir build --no-bundle",
    "release": "aegir release",
    "release-major": "aegir release --type major",
    "release-minor": "aegir release --type minor",
    "test": "aegir test"
  },
  "types": "dist/src/index.d.ts",
  "version": "2.0.1"
}
