{
  "_args": [
    [
      "@scure/bip32@1.3.1",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "@scure/bip32@1.3.1",
  "_id": "@scure/bip32@1.3.1",
  "_inBundle": false,
  "_integrity": "sha512-osvveYtyzdEVbt3OfwwXFr4P2iVBL5u1Q3q4ONBfDY/UpOuXmOlbgwc1xECEboY8wIays8Yt6onaWMUdUbfl0A==",
  "_location": "/@scure/bip32",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@scure/bip32@1.3.1",
    "name": "@scure/bip32",
    "escapedName": "@scure%2fbip32",
    "scope": "@scure",
    "rawSpec": "1.3.1",
    "saveSpec": null,
    "fetchSpec": "1.3.1"
  },
  "_requiredBy": [
    "/ethereum-cryptography"
  ],
  "_resolved": "https://registry.npmjs.org/@scure/bip32/-/bip32-1.3.1.tgz",
  "_spec": "1.3.1",
  "_where": "/var/www/karbon-ai-be-new",
  "author": {
    "name": "Paul Miller",
    "url": "https://paulmillr.com"
  },
  "bugs": {
    "url": "https://github.com/paulmillr/scure-bip32/issues"
  },
  "contributors": [
    {
      "name": "Patricio Palladino",
      "email": "patricio@nomiclabs.io"
    },
    {
      "name": "Paul Miller",
      "url": "https://paulmillr.com"
    }
  ],
  "dependencies": {
    "@noble/curves": "~1.1.0",
    "@noble/hashes": "~1.3.1",
    "@scure/base": "~1.1.0"
  },
  "description": "Secure, audited & minimal implementation of BIP32 hierarchical deterministic (HD) wallets over secp256k1",
  "devDependencies": {
    "micro-should": "0.4.0",
    "prettier": "2.8.4",
    "typescript": "5.0.2"
  },
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "import": "./lib/esm/index.js",
      "default": "./lib/index.js"
    }
  },
  "files": [
    "index.ts",
    "lib/index.js",
    "lib/index.d.ts",
    "lib/index.js.map",
    "lib/esm/package.json",
    "lib/esm/index.js",
    "lib/esm/index.js.map"
  ],
  "funding": "https://paulmillr.com/funding/",
  "homepage": "https://paulmillr.com/",
  "keywords": [
    "bip32",
    "hierarchical",
    "deterministic",
    "hd key",
    "bip0032",
    "bip-32",
    "bip39",
    "micro",
    "scure",
    "mnemonic",
    "phrase",
    "code"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "module": "lib/esm/index.js",
  "name": "@scure/bip32",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/paulmillr/scure-bip32.git"
  },
  "scripts": {
    "build": "tsc -d && tsc -p tsconfig.esm.json",
    "format": "prettier --write 'index.ts' 'test/*.test.ts'",
    "lint": "prettier --check 'index.ts' 'test/*.test.ts'",
    "test": "cd test && tsc && node hdkey.test.js"
  },
  "types": "lib/index.d.ts",
  "version": "1.3.1"
}
