{ "_from": "@scure/bip32@1.4.0", "_id": "@scure/bip32@1.4.0", "_inBundle": false, "_integrity": "sha512-sVUpc0Vq3tXCkDGYVWGIZTRfnvu8LoTDaev7vbwh0omSvVORONr960MQWdKqJDCReIEmTj3PAr73O3aoxz7OPg==", "_location": "/@scure/bip32", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@scure/bip32@1.4.0", "name": "@scure/bip32", "escapedName": "@scure%2fbip32", "scope": "@scure", "rawSpec": "1.4.0", "saveSpec": null, "fetchSpec": "1.4.0" }, "_requiredBy": [ "/@ethereumjs/util/ethereum-cryptography", "/web3-utils/ethereum-cryptography" ], "_resolved": "https://registry.npmmirror.com/@scure/bip32/-/bip32-1.4.0.tgz", "_shasum": "4e1f1e196abedcef395b33b9674a042524e20d67", "_spec": "@scure/bip32@1.4.0", "_where": "D:\\ruyi\\dapp\\node_modules\\@ethereumjs\\util\\node_modules\\ethereum-cryptography", "author": { "name": "Paul Miller", "url": "https://paulmillr.com" }, "bugs": { "url": "https://github.com/paulmillr/scure-bip32/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Patricio Palladino", "email": "patricio@nomiclabs.io" }, { "name": "Paul Miller", "url": "https://paulmillr.com" } ], "dependencies": { "@noble/curves": "~1.4.0", "@noble/hashes": "~1.4.0", "@scure/base": "~1.1.6" }, "deprecated": false, "description": "Secure, audited & minimal implementation of BIP32 hierarchical deterministic (HD) wallets over secp256k1", "devDependencies": { "@paulmillr/jsbt": "0.1.0", "micro-should": "0.4.0", "prettier": "3.1.1", "typescript": "5.3.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/noble/#scure", "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 && tsc -p tsconfig.esm.json", "build:release": "cd build && npm ci && npm run build:release", "format": "prettier --write 'index.ts' 'test/*.test.ts'", "lint": "prettier --check 'index.ts' 'test/*.test.ts'", "test": "cd test && tsc && node hdkey.test.js" }, "sideEffects": false, "types": "lib/index.d.ts", "version": "1.4.0" }