@types/bn.js • 4.11.6 TypeScript definitions for bn.js INDIRECT 2 1578093527 @types/node • 22.8.6 TypeScript definitions for node INDIRECT 1 1730397829 @types/pbkdf2 • 3.1.2 TypeScript definitions for pbkdf2 INDIRECT 2 1699361444 @types/secp256k1 • 4.0.6 TypeScript definitions for secp256k1 INDIRECT 2 1699373344 abstract-leveldown • 2.6.3 An abstract prototype matching the LevelDOWN API INDIRECT 1 1504613012 abstract-leveldown • 2.7.2 An abstract prototype matching the LevelDOWN API INDIRECT 1 1507681551 async-eventemitter • 0.2.4 Just like EventEmitter, but with support for callbacks and interuption of the listener-chain INDIRECT 2 1506154431 async • 1.5.2 Higher-order functions and common patterns for asynchronous code INDIRECT 0 1452211412 async • 2.6.4 Higher-order functions and common patterns for asynchronous code DIRECT 1 1649891255 base-x • 3.0.10 Fast base encoding / decoding of any given alphabet INDIRECT 1 1720079248 blakejs • 1.2.1 Pure Javascript implementation of the BLAKE2b and BLAKE2s hash functions INDIRECT 0 1647797878 bn.js • 4.12.0 Big number implementation in pure javascript INDIRECT 0 1614151007 bn.js • 5.2.1 Big number implementation in pure javascript INDIRECT 0 1653388610 brorand • 1.1.0 Random number generator for browsers and node.js INDIRECT 0 1487799562 browserify-aes • 1.2.0 aes, for browserify INDIRECT 14 1522765396 bs58 • 4.0.1 Base 58 encoding / decoding INDIRECT 2 1496296714 bs58check • 2.1.2 A straightforward implementation of base58-check encoding INDIRECT 14 1532572072 buffer-from • 1.1.2 A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available. INDIRECT 0 1627578333 buffer-xor • 1.0.3 A simple module for bitwise-xor on buffers INDIRECT 0 1443165316 cipher-base • 1.0.4 abstract base class for crypto-streams INDIRECT 2 1499455257 clone • 2.1.2 deep cloning of objects and arrays DIRECT 0 1521666430 concat-stream • 1.6.2 writable stream that concatenates strings or binary data and calls a callback with the result DIRECT 10 1521645450 core-util-is • 1.0.3 The `util.is*` functions introduced in Node v0.12. INDIRECT 0 1630420536 create-hash • 1.2.0 create hashes for browserify INDIRECT 11 1523451264 create-hmac • 1.1.7 node style hmacs in the browser INDIRECT 12 1523449880 deferred-leveldown • 1.2.2 For handling delayed-open on LevelDOWN compatible libraries INDIRECT 2 1501447198 elliptic • 6.6.0 EC cryptography INDIRECT 7 1729912444 end-of-stream • 1.4.4 Call a callback when a readable/writable/duplex stream has completed or failed. DIRECT 2 1569416251 errno • 0.1.8 libuv errno details exposed INDIRECT 1 1608122763 ethereum-common • 0.0.18 Resources common to all Ethereum implementations INDIRECT 0 1477428985 ethereum-common • 0.2.0 Resources common to all Ethereum implementations INDIRECT 0 1507661928 ethereum-cryptography • 0.1.3 All the cryptographic primitives used in Ethereum INDIRECT 40 1591658940 ethereumjs-common • 1.5.2 Resources common to all Ethereum implementations INDIRECT 0 1595890087 ethjs-util • 0.1.6 A simple set of Ethereum JS utilties. INDIRECT 2 1528655798 evp_bytestokey • 1.0.3 The insecure key derivation algorithm from OpenSSL INDIRECT 8 1504606836 functional-red-black-tree • 1.0.1 A fully persistent balanced binary search tree INDIRECT 0 1412006712 hash-base • 3.1.0 abstract base class for hash-streams INDIRECT 6 1588317706 hash.js • 1.1.7 Various hash functions that could be run by both browser and node INDIRECT 2 1543607403 hmac-drbg • 1.0.1 Deterministic random bit generator (hmac) INDIRECT 4 1491777211 immediate • 3.3.0 A cross browser microtask library INDIRECT 0 1591714011 is-hex-prefixed • 1.0.0 A simple method to check if a string is hex prefixed. INDIRECT 0 1481059100 isarray • 0.0.1 Array#isArray for older browsers INDIRECT 0 1369676435 isarray • 1.0.0 Array#isArray for older browsers INDIRECT 0 1449741907 keccak • 3.0.4 Keccak sponge function family INDIRECT 7 1695196198 level-codec • 7.0.1 Levelup's encoding logic INDIRECT 0 1502724247 level-errors • 1.0.5 Error types for LevelUP INDIRECT 2 1502794757 level-iterator-stream • 1.3.1 Turn a leveldown iterator into a readable stream INDIRECT 9 1439789073 level-ws • 0.0.0 A basic WriteStream implementation for LevelUP INDIRECT 7 1381568844 levelup • 1.3.9 Fast & simple storage - a Node.js-style LevelDB wrapper INDIRECT 14 1501072949 lodash • 4.17.21 Lodash modular utilities. INDIRECT 0 1613835736 ltgt • 2.2.1 implement correct ranges for level-* INDIRECT 0 1522013174 md5.js • 1.3.5 node style md5 on pure JavaScript INDIRECT 7 1538487356 memdown • 1.4.1 An drop-in replacement for LevelDOWN that works in memory only INDIRECT 7 1507112630 minimalistic-crypto-utils • 1.0.1 Minimalistic tools for JS crypto modules INDIRECT 0 1487798457 node-addon-api • 2.0.2 Node.js API (N-API) INDIRECT 0 1593614657 node-addon-api • 5.1.0 Node.js API (Node-API) INDIRECT 0 1673609961 node-gyp-build • 4.8.2 Build tool and bindings loader for node-gyp that supports prebuilds INDIRECT 0 1724850448 object-keys • 0.4.0 An Object.keys replacement, in case Object.keys is not available. From https://github.com/kriskowal/es5-shim INDIRECT 0 1376467810 pbkdf2 • 3.1.2 This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes() INDIRECT 13 1617975960 process-nextick-args • 2.0.1 process.nextTick but always with args INDIRECT 0 1560976479 prr • 1.0.1 A better Object.defineProperty() INDIRECT 0 1406011849 randombytes • 2.1.0 random bytes from browserify stand alone INDIRECT 1 1550584119 readable-stream • 1.0.34 Streams2, a user-land copy of the stream library from Node.js v0.10.x INDIRECT 4 1460562524 readable-stream • 1.1.14 Streams3, a user-land copy of the stream library from Node.js v0.11.x INDIRECT 4 1460563294 readable-stream • 2.3.8 Streams3, a user-land copy of the stream library from Node.js INDIRECT 7 1677146646 readable-stream • 3.6.2 Streams3, a user-land copy of the stream library from Node.js INDIRECT 4 1678438954 ripemd160 • 2.0.2 Compute ripemd160 of bytes or strings. INDIRECT 7 1524118003 safe-buffer • 5.1.2 Safer Node.js Buffer API INDIRECT 0 1524687024 safe-buffer • 5.2.1 Safer Node.js Buffer API INDIRECT 0 1589128650 scrypt-js • 3.0.1 The scrypt password-based key derivation function with sync and cancellable async. INDIRECT 0 1589871987 secp256k1 • 4.0.4 This module provides native bindings to ecdsa secp256k1 functions INDIRECT 10 1729232943 setimmediate • 1.0.5 A shim for the setImmediate efficient script yielding API INDIRECT 0 1473641996 string_decoder • 0.10.31 The string_decoder module from Node core INDIRECT 0 1408767919 string_decoder • 1.1.1 The string_decoder module from Node core INDIRECT 1 1522397655 strip-hex-prefix • 1.0.0 A simple method that will strip a valid hex prefix off a string, if present. INDIRECT 1 1481060458 through2 • 2.0.5 A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise DIRECT 9 1541541791 typedarray • 0.0.6 TypedArray polyfill for old browsers INDIRECT 0 1400295169 undici-types • 6.19.8 A stand-alone types package for Undici INDIRECT 0 1724087971 util-deprecate • 1.0.2 The Node.js `util.deprecate()` function with browser support INDIRECT 0 1444243060 xtend • 2.1.2 extend like a boss INDIRECT 1 1388568673 xtend • 4.0.2 extend like a boss INDIRECT 0 1562592945