@ethersproject/address • 5.7.0 Utilities for handling Ethereum Addresses for ethers. INDIRECT 7 1660943961 @ethersproject/bignumber • 5.7.0 BigNumber library used in ethers.js. INDIRECT 3 1660943953 @ethersproject/bytes • 5.7.0 Bytes utility functions for ethers. INDIRECT 1 1660943951 @ethersproject/constants • 5.7.0 Common Ethereum constants used for ethers. INDIRECT 4 1660943954 @ethersproject/keccak256 • 5.7.0 The keccak256 hash function for ethers. INDIRECT 3 1660943955 @ethersproject/logger • 5.7.0 Logger utility functions for ethers. INDIRECT 0 1660943949 @ethersproject/properties • 5.7.0 Properties utility functions for ethers. INDIRECT 1 1660943957 @ethersproject/rlp • 5.7.0 Recursive-Length Prefix (RLP) coder. INDIRECT 2 1660943960 @ethersproject/signing-key • 5.7.0 Elliptic curve library functions for the secp256k1 curve. INDIRECT 12 1660943965 @ethersproject/transactions • 5.7.0 Utilities for decoding and encoding Ethereum transaction for ethers. INDIRECT 19 1660943968 @noble/hashes • 1.5.0 Audited & minimal 0-dependency JS implementation of SHA, RIPEMD, BLAKE, HMAC, HKDF, PBKDF & Scrypt INDIRECT 0 1725204630 @types/bn.js • 5.1.6 TypeScript definitions for bn.js INDIRECT 1 1726333668 @types/node • 12.20.55 TypeScript definitions for Node.js DIRECT 0 1654628597 @types/pbkdf2 • 3.1.2 TypeScript definitions for pbkdf2 INDIRECT 1 1699361444 @types/secp256k1 • 4.0.6 TypeScript definitions for secp256k1 INDIRECT 1 1699373344 available-typed-arrays • 1.0.7 Returns an array of Typed Array names that are available in the current environment INDIRECT 1 1708386870 base-x • 3.0.10 Fast base encoding / decoding of any given alphabet INDIRECT 1 1720079248 bignumber.js • 9.1.2 A library for arbitrary-precision decimal and non-decimal arithmetic INDIRECT 0 1693224945 blakejs • 1.2.1 Pure Javascript implementation of the BLAKE2b and BLAKE2s hash functions INDIRECT 0 1647797878 bn.js • 4.11.6 Big number implementation in pure javascript INDIRECT 0 1470100430 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 13 1522765396 bs58 • 4.0.1 Base 58 encoding / decoding INDIRECT 2 1496296714 bs58check • 2.1.2 A straightforward implementation of base58-check encoding INDIRECT 13 1532572072 buffer-xor • 1.0.3 A simple module for bitwise-xor on buffers INDIRECT 0 1443165316 bufferutil • 4.0.8 WebSocket buffer utils INDIRECT 1 1697387768 call-bind • 1.0.7 Robustly `.call.bind()` a function INDIRECT 11 1707805229 cipher-base • 1.0.4 abstract base class for crypto-streams INDIRECT 2 1499455257 cookiejar • 2.1.4 simple persistent cookiejar system INDIRECT 0 1673575689 create-hash • 1.2.0 create hashes for browserify INDIRECT 10 1523451264 create-hmac • 1.1.7 node style hmacs in the browser INDIRECT 11 1523449880 debug • 2.6.9 small debugging utility INDIRECT 1 1506087155 define-data-property • 1.1.4 Define a data property on an object. Will fall back to assignment in an engine without descriptors. INDIRECT 8 1707843362 elliptic • 6.5.4 EC cryptography INDIRECT 7 1612290141 elliptic • 6.6.0 EC cryptography INDIRECT 7 1729912444 es-define-property • 1.0.0 `Object.defineProperty`, but not IE 8's broken one. INDIRECT 6 1707791514 es-errors • 1.3.0 A simple cache for a few of the JS Error constructors. INDIRECT 0 1707120351 es6-iterator • 2.0.3 Iterator abstraction based on ES6 specification INDIRECT 8 1508238115 ethereum-bloom-filters • 1.2.0 Ability to test bloom filters for ethereum. INDIRECT 1 1721937560 ethereum-cryptography • 0.1.3 All the cryptographic primitives used in Ethereum INDIRECT 38 1591658940 ethjs-unit • 0.1.6 A simple module for handling Ethereum units (e.g. 'ether', 'wei', etc...) INDIRECT 4 1482201089 event-emitter • 0.3.5 Environment agnostic event emitter INDIRECT 8 1489591870 eventemitter3 • 4.0.4 EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface. INDIRECT 0 1589283044 evp_bytestokey • 1.0.3 The insecure key derivation algorithm from OpenSSL INDIRECT 7 1504606836 for-each • 0.3.3 A better forEach INDIRECT 1 1527917456 function-bind • 1.1.2 Implementation of Function.prototype.bind INDIRECT 0 1697137699 get-intrinsic • 1.2.4 Get and robustly cache all JS language-level intrinsics at first require time INDIRECT 5 1707197526 gopd • 1.0.1 `Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation. INDIRECT 6 1667370324 has-property-descriptors • 1.0.2 Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD. INDIRECT 7 1707801707 has-proto • 1.0.3 Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`? INDIRECT 0 1708375193 has-symbols • 1.0.3 Determine if the JS environment has Symbol support. Supports spec, or shams. INDIRECT 0 1646169821 has-tostringtag • 1.0.2 Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams. INDIRECT 1 1706823840 hash-base • 3.1.0 abstract base class for hash-streams INDIRECT 5 1588317706 hash.js • 1.1.7 Various hash functions that could be run by both browser and node INDIRECT 2 1543607403 hasown • 2.0.2 A robust, ES3 compatible, "has own property" predicate. INDIRECT 1 1710092305 hmac-drbg • 1.0.1 Deterministic random bit generator (hmac) INDIRECT 4 1491777211 is-arguments • 1.1.1 Is this an arguments object? It's a harder question than you think. INDIRECT 13 1628201885 is-callable • 1.2.7 Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag. INDIRECT 0 1663973379 is-generator-function • 1.0.10 Determine if a function is a native generator function. INDIRECT 2 1628227677 is-hex-prefixed • 1.0.0 A simple method to check if a string is hex prefixed. INDIRECT 0 1481059100 is-typed-array • 1.1.13 Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag. INDIRECT 18 1706834382 is-typedarray • 1.0.0 Detect whether or not an object is a Typed Array INDIRECT 0 1431824619 js-sha3 • 0.8.0 A simple SHA-3 / Keccak / Shake hash function for JavaScript supports UTF-8 encoding. INDIRECT 0 1533454591 keccak • 3.0.4 Keccak sponge function family INDIRECT 7 1695196198 md5.js • 1.3.5 node style md5 on pure JavaScript INDIRECT 6 1538487356 minimalistic-crypto-utils • 1.0.1 Minimalistic tools for JS crypto modules INDIRECT 0 1487798457 ms • 2.0.0 Tiny milisecond conversion utility INDIRECT 0 1494937566 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 number-to-bn • 1.7.0 A simple method that will convert numbers, hex, BN or bignumber.js object into a BN.js object. INDIRECT 3 1482200848 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 12 1617975960 possible-typed-array-names • 1.0.0 A simple list of possible Typed Array names. INDIRECT 0 1708381971 randombytes • 2.1.0 random bytes from browserify stand alone INDIRECT 1 1550584119 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 6 1524118003 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 set-function-length • 1.2.2 Set a function's length property INDIRECT 10 1710006059 setimmediate • 1.0.5 A shim for the setImmediate efficient script yielding API INDIRECT 0 1473641996 string_decoder • 1.3.0 The string_decoder module from Node core INDIRECT 1 1565169636 strip-hex-prefix • 1.0.0 A simple method that will strip a valid hex prefix off a string, if present. INDIRECT 1 1481060458 typedarray-to-buffer • 3.1.5 Convert a typed array to a Buffer without a copy INDIRECT 1 1520537433 utf-8-validate • 5.0.10 Check if a buffer contains valid UTF-8 INDIRECT 1 1666101226 utf8 • 3.0.0 A well-tested UTF-8 encoder/decoder written in JavaScript. INDIRECT 0 1512357936 util-deprecate • 1.0.2 The Node.js `util.deprecate()` function with browser support INDIRECT 0 1444243060 util • 0.12.5 Node.js's util module for all engines INDIRECT 22 1665951987 which-typed-array • 1.1.15 Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag. INDIRECT 17 1710130627 xhr2-cookies • 1.1.0 XMLHttpRequest polyfill for node.js INDIRECT 1 1510703334 yaeti • 0.0.6 Yet Another EventTarget Implementation INDIRECT 0 1458254417