@babel/code-frame • 7.29.0 Generate errors that contain a code frame that point to source locations. INDIRECT 3 1769881149 @babel/compat-data • 7.29.3 The compat-data to determine required Babel plugins INDIRECT 0 1777584808 @babel/core • 7.29.0 Babel compiler core. DIRECT 38 1769881162 @babel/generator • 7.29.1 Turns an AST into code. INDIRECT 9 1770218560 @babel/helper-annotate-as-pure • 7.27.3 Helper function to annotate paths and nodes with #__PURE__ comment INDIRECT 3 1748335159 @babel/helper-compilation-targets • 7.28.6 Helper functions on Babel compilation targets INDIRECT 13 1768240180 @babel/helper-create-class-features-plugin • 7.29.3 Compile class public and private fields, private methods and decorators to ES6 INDIRECT 24 1777584809 @babel/helper-create-regexp-features-plugin • 7.28.5 Compile ESNext Regular Expressions to ES5 INDIRECT 15 1761232658 @babel/helper-define-polyfill-provider • 0.6.8 Babel helper to create your own polyfill provider INDIRECT 25 1773698699 @babel/helper-globals • 7.28.0 A collection of JavaScript globals for Babel internal usage INDIRECT 0 1751445494 @babel/helper-member-expression-to-functions • 7.28.5 Helper function to replace certain member expressions with function calls INDIRECT 18 1761232673 @babel/helper-module-imports • 7.28.6 Babel helper functions for inserting module loads INDIRECT 18 1768240204 @babel/helper-module-transforms • 7.28.6 Babel helper functions for implementing ES6 module transformations INDIRECT 19 1768240207 @babel/helper-optimise-call-expression • 7.27.1 Helper function to optimise call expression INDIRECT 3 1746025741 @babel/helper-plugin-utils • 7.28.6 General utilities for plugins to use INDIRECT 0 1768240175 @babel/helper-remap-async-to-generator • 7.27.1 Helper function to remap async functions to generators INDIRECT 20 1746025760 @babel/helper-replace-supers • 7.28.6 Helper function to replace supers INDIRECT 20 1768240204 @babel/helper-skip-transparent-expression-wrappers • 7.27.1 Helper which skips types and parentheses INDIRECT 18 1746025755 @babel/helper-string-parser • 7.27.1 A utility package to parse strings INDIRECT 0 1746025706 @babel/helper-validator-identifier • 7.28.5 Validate identifier/keywords name INDIRECT 0 1761232658 @babel/helper-validator-option • 7.27.1 Validate plugin/preset options INDIRECT 0 1746025707 @babel/helper-wrap-function • 7.28.6 Helper to wrap functions inside a function call. INDIRECT 18 1768240204 @babel/helpers • 7.29.2 Collection of helper functions used by Babel transforms. INDIRECT 8 1773700399 @babel/parser • 7.29.3 A JavaScript parser INDIRECT 3 1777584809 @babel/plugin-bugfix-firefox-class-in-computed-class-key • 7.28.5 Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677 INDIRECT 19 1761232673 @babel/plugin-bugfix-safari-class-field-initializer-scope • 7.27.1 Wrap class field initializers with IIFE to workaround https://webkit.org/b/236843 INDIRECT 1 1746025711 @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression • 7.27.1 Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517 INDIRECT 1 1746025713 @babel/plugin-bugfix-safari-rest-destructuring-rhs-array • 7.29.3 Workaround a Safari bug where rest destructuring with an array literal on the rhs can yield incorrect results INDIRECT 20 1777584810 @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining • 7.27.1 Transform optional chaining operators to workaround https://crbug.com/v8/11558 INDIRECT 21 1746025765 @babel/plugin-bugfix-v8-static-class-fields-redefine-readonly • 7.28.6 Transform static class fields assignments that are affected by https://crbug.com/v8/12421 INDIRECT 19 1768240204 @babel/plugin-proposal-class-properties • 7.18.6 This plugin transforms static class properties as well as properties declared with the property initializer syntax DIRECT 26 1656359444 @babel/plugin-proposal-nullish-coalescing-operator • 7.18.6 Remove nullish coalescing operator DIRECT 2 1656359392 @babel/plugin-proposal-object-rest-spread • 7.20.7 Compile object rest and spread to ES5 DIRECT 17 1671702328 @babel/plugin-proposal-optional-chaining • 7.21.0 Transform optional chaining operators into a series of nil checks DIRECT 21 1676907054 @babel/plugin-proposal-private-property-in-object • 7.21.0-placeholder-for-preset-env.2 This plugin transforms checks for a private property in an object INDIRECT 0 1686222840 @babel/plugin-syntax-import-assertions • 7.28.6 Allow parsing of the module assertion attributes in the import statement INDIRECT 1 1768240186 @babel/plugin-syntax-import-attributes • 7.28.6 Allow parsing of the module attributes in the import statement INDIRECT 1 1768240187 @babel/plugin-syntax-jsx • 7.28.6 Allow parsing of jsx INDIRECT 1 1768240187 @babel/plugin-syntax-nullish-coalescing-operator • 7.8.3 Allow parsing of the nullish-coalescing operator INDIRECT 1 1578950043 @babel/plugin-syntax-object-rest-spread • 7.8.3 Allow parsing of object rest/spread INDIRECT 1 1578950053 @babel/plugin-syntax-optional-chaining • 7.8.3 Allow parsing of optional properties INDIRECT 1 1578950083 @babel/plugin-syntax-typescript • 7.28.6 Allow parsing of TypeScript syntax INDIRECT 1 1768240191 @babel/plugin-syntax-unicode-sets-regex • 7.18.6 Parse regular expressions' unicodeSets (v) flag. INDIRECT 17 1656359425 @babel/plugin-transform-arrow-functions • 7.27.1 Compile ES2015 arrow functions to ES5 INDIRECT 1 1746025724 @babel/plugin-transform-async-generator-functions • 7.29.0 Turn async generator functions into ES2015 generators INDIRECT 22 1769881162 @babel/plugin-transform-async-to-generator • 7.28.6 Turn async functions into ES2015 generators INDIRECT 23 1768240207 @babel/plugin-transform-block-scoped-functions • 7.27.1 Babel plugin to ensure function declarations at the block level are block scoped INDIRECT 1 1746025724 @babel/plugin-transform-block-scoping • 7.28.6 Compile ES2015 block scoping (const and let) to ES5 INDIRECT 1 1768240191 @babel/plugin-transform-class-properties • 7.28.6 This plugin transforms static class properties as well as properties declared with the property initializer syntax INDIRECT 26 1768240210 @babel/plugin-transform-class-static-block • 7.28.6 Transform class static blocks INDIRECT 26 1768240212 @babel/plugin-transform-classes • 7.28.6 Compile ES2015 classes to ES5 INDIRECT 36 1768240209 @babel/plugin-transform-computed-properties • 7.28.6 Compile ES2015 computed properties to ES5 INDIRECT 9 1768240202 @babel/plugin-transform-destructuring • 7.28.5 Compile ES2015 destructuring to ES5 INDIRECT 19 1761232673 @babel/plugin-transform-dotall-regex • 7.28.6 Compile regular expressions using the `s` (`dotAll`) flag to ES5. INDIRECT 17 1768240191 @babel/plugin-transform-duplicate-keys • 7.27.1 Compile objects with duplicate keys to valid strict ES5 INDIRECT 1 1746025726 @babel/plugin-transform-duplicate-named-capturing-groups-regex • 7.29.0 Compile regular expressions using duplicate named groups to index-based groups. INDIRECT 17 1769881150 @babel/plugin-transform-dynamic-import • 7.27.1 Transform import() expressions INDIRECT 1 1746025726 @babel/plugin-transform-explicit-resource-management • 7.28.6 Compile `using` and `await using` declarations to ES2015 INDIRECT 20 1768240193 @babel/plugin-transform-exponentiation-operator • 7.28.6 Compile exponentiation operator to ES5 INDIRECT 1 1768240193 @babel/plugin-transform-export-namespace-from • 7.27.1 Compile export namespace to ES2015 INDIRECT 1 1746025727 @babel/plugin-transform-for-of • 7.27.1 Compile ES2015 for...of to ES5 INDIRECT 20 1746025762 @babel/plugin-transform-function-name • 7.27.1 Apply ES2015 function.name semantics to all functions INDIRECT 32 1746025759 @babel/plugin-transform-json-strings • 7.28.6 Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings INDIRECT 1 1768240193 @babel/plugin-transform-literals • 7.27.1 Compile ES2015 unicode string and number literals to ES5 INDIRECT 1 1746025728 @babel/plugin-transform-logical-assignment-operators • 7.28.6 Transforms logical assignment operators into short-circuited assignments INDIRECT 1 1768240194 @babel/plugin-transform-member-expression-literals • 7.27.1 Ensure that reserved words are quoted in property accesses INDIRECT 1 1746025729 @babel/plugin-transform-modules-amd • 7.27.1 This plugin transforms ES2015 modules to AMD INDIRECT 21 1746025768 @babel/plugin-transform-modules-commonjs • 7.28.6 This plugin transforms ES2015 modules to CommonJS INDIRECT 21 1768240212 @babel/plugin-transform-modules-systemjs • 7.29.4 This plugin transforms ES2015 modules to SystemJS INDIRECT 21 1777974178 @babel/plugin-transform-modules-umd • 7.27.1 This plugin transforms ES2015 modules to UMD INDIRECT 21 1746025770 @babel/plugin-transform-named-capturing-groups-regex • 7.29.0 Compile regular expressions using named groups to ES5. INDIRECT 17 1769881151 @babel/plugin-transform-new-target • 7.27.1 Transforms new.target meta property INDIRECT 1 1746025730 @babel/plugin-transform-nullish-coalescing-operator • 7.28.6 Remove nullish coalescing operator INDIRECT 1 1768240195 @babel/plugin-transform-numeric-separator • 7.28.6 Remove numeric separators from Decimal, Binary, Hex and Octal literals INDIRECT 1 1768240195 @babel/plugin-transform-object-rest-spread • 7.28.6 Compile object rest and spread to ES5 INDIRECT 34 1768240206 @babel/plugin-transform-object-super • 7.27.1 Compile ES2015 object super to ES5 INDIRECT 22 1746025769 @babel/plugin-transform-optional-catch-binding • 7.28.6 Compile optional catch bindings INDIRECT 1 1768240195 @babel/plugin-transform-optional-chaining • 7.28.6 Transform optional chaining operators into a series of nil checks INDIRECT 20 1768240196 @babel/plugin-transform-parameters • 7.27.7 Compile ES2015 default and rest parameters to ES5 INDIRECT 1 1750946597 @babel/plugin-transform-private-methods • 7.28.6 This plugin transforms private class methods INDIRECT 26 1768240212 @babel/plugin-transform-private-property-in-object • 7.28.6 This plugin transforms checks for a private property in an object INDIRECT 26 1768240213 @babel/plugin-transform-property-literals • 7.27.1 Ensure that reserved words are quoted in object property keys INDIRECT 1 1746025732 @babel/plugin-transform-regenerator • 7.29.0 Explode async and generator functions into a state machine. INDIRECT 1 1769881151 @babel/plugin-transform-regexp-modifiers • 7.28.6 Compile inline regular expression modifiers INDIRECT 17 1768240196 @babel/plugin-transform-reserved-words • 7.27.1 Ensure that no reserved words are used. INDIRECT 1 1746025736 @babel/plugin-transform-runtime • 7.29.0 Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals DIRECT 46 1769881152 @babel/plugin-transform-shorthand-properties • 7.27.1 Compile ES2015 shorthand properties to ES5 INDIRECT 1 1746025736 @babel/plugin-transform-spread • 7.28.6 Compile ES2015 spread to ES5 INDIRECT 20 1768240197 @babel/plugin-transform-sticky-regex • 7.27.1 Compile ES2015 sticky regex to an ES5 RegExp constructor INDIRECT 1 1746025737 @babel/plugin-transform-template-literals • 7.27.1 Compile ES2015 template literals to ES5 INDIRECT 1 1746025738 @babel/plugin-transform-typeof-symbol • 7.27.1 This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols) INDIRECT 1 1746025738 @babel/plugin-transform-typescript • 7.28.6 Transform TypeScript into ES.next INDIRECT 27 1768240213 @babel/plugin-transform-unicode-escapes • 7.27.1 Compile ES2015 Unicode escapes to ES5 INDIRECT 1 1746025739 @babel/plugin-transform-unicode-property-regex • 7.28.6 Compile Unicode property escapes in Unicode regular expressions to ES5. INDIRECT 17 1768240198 @babel/plugin-transform-unicode-regex • 7.27.1 Compile ES2015 Unicode regex to ES5 INDIRECT 17 1746025753 @babel/plugin-transform-unicode-sets-regex • 7.28.6 Compile regular expressions' unicodeSets (v) flag. INDIRECT 17 1768240198 @babel/preset-env • 7.29.5 A Babel preset for each environment. DIRECT 128 1777995890 @babel/preset-modules • 0.1.6-no-external-plugins A Babel preset that targets modern browsers by fixing engine bugs. INDIRECT 5 1689960984 @babel/preset-typescript • 7.28.5 Babel preset for TypeScript. DIRECT 33 1761232679 @babel/template • 7.28.6 Generate an AST from a string template. INDIRECT 7 1768240200 @babel/traverse • 7.29.0 The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes INDIRECT 17 1769881160 @babel/types • 7.29.0 Babel Types is a Lodash-esque utility library for AST nodes INDIRECT 2 1769881153 @ethereumjs/common • 3.2.0 Resources common to all Ethereum implementations INDIRECT 10 1687257919 @jridgewell/gen-mapping • 0.3.13 Generate source maps INDIRECT 3 1754981001 @jridgewell/remapping • 2.3.5 Remap sequential sourcemaps through transformations to point at the original source code INDIRECT 4 1754981015 @jridgewell/resolve-uri • 3.1.2 Resolve a URI relative to an optional base URI INDIRECT 0 1707939158 @jridgewell/sourcemap-codec • 1.5.5 Encode/decode sourcemap mappings INDIRECT 0 1754981039 @jridgewell/trace-mapping • 0.3.31 Trace the original position through a source map INDIRECT 2 1757535169 @metamask/approval-controller • 2.1.1 Manages requests that require user approval INDIRECT 116 1682510545 @metamask/base-controller • 2.0.0 Provides scaffolding for controllers as well a communication system for all controllers INDIRECT 114 1676673676 @metamask/controller-utils • 3.4.0 Data and convenience functions shared by multiple packages INDIRECT 112 1682510555 @metamask/permission-controller • 3.2.0 Mediates access to JSON-RPC methods, used to interact with pieces of the MetaMask stack, via middleware for json-rpc-engine INDIRECT 122 1682510575 @metamask/providers • 10.2.1 A JavaScript Ethereum provider that connects to the wallet over a stream. INDIRECT 30 1668692606 @noble/curves • 1.4.2 Audited & minimal JS implementation of elliptic curve cryptography INDIRECT 1 1719847759 @noble/hashes • 1.4.0 Audited & minimal 0-dependency JS implementation of SHA, RIPEMD, BLAKE, HMAC, HKDF, PBKDF & Scrypt INDIRECT 0 1710397450 @noble/hashes • 1.8.0 Audited & minimal 0-dependency JS implementation of SHA, RIPEMD, BLAKE, HMAC, HKDF, PBKDF & Scrypt INDIRECT 0 1745270645 @noble/secp256k1 • 1.7.2 Fastest JS implementation of secp256k1. Independently audited, high-security, 0-dependency ECDSA & Schnorr signatures INDIRECT 0 1744629793 @scure/base • 1.1.9 Secure, audited & 0-dep implementation of base64, bech32, base58, base32 & base16 INDIRECT 0 1726635998 @scure/base • 1.2.6 Secure, audited & 0-dep implementation of base64, bech32, base58, base32 & base16 INDIRECT 0 1748547898 @scure/bip32 • 1.4.0 Secure, audited & minimal implementation of BIP32 hierarchical deterministic (HD) wallets over secp256k1 INDIRECT 3 1710945396 @scure/bip39 • 1.3.0 Secure, audited & minimal implementation of BIP39 mnemonic phrases INDIRECT 2 1711280256 @types/bn.js • 5.2.0 TypeScript definitions for bn.js INDIRECT 2 1749154643 @types/chrome • 0.0.136 TypeScript definitions for Chrome extension development INDIRECT 3 1619724694 @types/debug • 4.1.13 TypeScript definitions for debug INDIRECT 1 1773902843 @types/deep-freeze-strict • 1.1.2 TypeScript definitions for deep-freeze-strict INDIRECT 0 1699320883 @types/filesystem • 0.0.36 TypeScript definitions for filesystem INDIRECT 1 1711048018 @types/filewriter • 0.0.33 TypeScript definitions for filewriter INDIRECT 0 1706650797 @types/har-format • 1.2.16 TypeScript definitions for har-format INDIRECT 0 1727651242 @types/ms • 2.1.0 TypeScript definitions for ms INDIRECT 0 1737061366 @types/node • 25.9.1 TypeScript definitions for node INDIRECT 1 1779212952 @types/pbkdf2 • 3.1.2 TypeScript definitions for pbkdf2 INDIRECT 2 1699361444 @types/secp256k1 • 4.0.7 TypeScript definitions for secp256k1 INDIRECT 2 1759171217 acorn-walk • 7.2.0 ECMAScript (ESTree) AST walker INDIRECT 0 1592375138 acorn • 7.4.1 ECMAScript parser INDIRECT 0 1601884406 ansi-regex • 5.0.1 Regular expression for matching ANSI escape codes INDIRECT 0 1631634919 ansi-styles • 4.3.0 ANSI escape codes for styling strings in the terminal INDIRECT 2 1601839105 asn1.js • 4.10.1 ASN.1 encoder and decoder INDIRECT 3 1518564494 assert • 1.5.1 The node.js assert module, re-packaged for web browsers. INDIRECT 25 1694111385 async-function • 1.0.0 A function that returns the normally hidden `AsyncFunction` constructor INDIRECT 0 1737602154 async-generator-function • 1.0.0 A function that returns the normally hidden `AsyncGeneratorFunction` constructor INDIRECT 0 1739558117 available-typed-arrays • 1.0.7 Returns an array of Typed Array names that are available in the current environment INDIRECT 1 1708386870 babel-plugin-polyfill-corejs2 • 0.4.17 A Babel plugin to inject imports to core-js@2 polyfills INDIRECT 26 1773698701 babel-plugin-polyfill-corejs3 • 0.13.0 A Babel plugin to inject imports to core-js@3 polyfills INDIRECT 27 1751042269 babel-plugin-polyfill-corejs3 • 0.14.2 A Babel plugin to inject imports to core-js@3 polyfills INDIRECT 27 1773698700 babel-plugin-polyfill-regenerator • 0.6.8 A Babel plugin to inject imports to regenerator-runtime INDIRECT 26 1773698700 babelify • 10.0.0 Babel browserify transform DIRECT 0 1536279720 balanced-match • 1.0.2 Match balanced character pairs, like "{" and "}" INDIRECT 0 1617713469 base-x • 3.0.11 Fast base encoding / decoding of any given alphabet INDIRECT 1 1741396101 base64-js • 1.5.1 Base64 encoding/decoding in pure JS INDIRECT 0 1605123228 binary-extensions • 2.3.0 List of binary file extensions INDIRECT 0 1710439839 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.3 Big number implementation in pure javascript INDIRECT 0 1771465794 bn.js • 5.2.3 Big number implementation in pure javascript INDIRECT 0 1771465399 brace-expansion • 1.1.14 Brace expansion as known from sh/bash INDIRECT 2 1775913902 braces • 3.0.3 Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed. INDIRECT 3 1716281951 brorand • 1.1.0 Random number generator for browsers and node.js INDIRECT 0 1487799562 browser-pack • 6.1.0 pack node-style source files from a json stream into a browser bundle INDIRECT 21 1522396714 browser-resolve • 2.0.0 resolve which handles browser field support in package.json INDIRECT 7 1596440039 browserify-aes • 1.2.0 aes, for browserify INDIRECT 47 1522765396 browserify-cipher • 1.0.1 ciphers for the browser INDIRECT 51 1523448337 browserify-des • 1.0.2 browserify-des === INDIRECT 35 1531235206 browserify-rsa • 4.1.1 RSA for browserify INDIRECT 3 1727392712 browserify-zlib • 0.2.0 Full zlib module for the browser INDIRECT 1 1496505725 browserify • 17.0.1 browser-side require() the node way DIRECT 172 1727984646 browserslist • 4.28.2 Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset INDIRECT 7 1774952692 bs58 • 4.0.1 Base 58 encoding / decoding INDIRECT 2 1496296714 bs58check • 2.1.2 A straightforward implementation of base58-check encoding INDIRECT 47 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 buffer • 5.2.1 Node.js Buffer API, for the browser INDIRECT 2 1535665522 builtin-status-codes • 3.0.0 The map of HTTP status codes from the builtin http module INDIRECT 0 1467230250 bytes • 3.0.0 Utility to parse a string bytes to bytes and vice-versa INDIRECT 0 1504216365 cached-path-relative • 1.1.0 Memoize the results of the path.relative function INDIRECT 0 1642619730 call-bind-apply-helpers • 1.0.2 Helper functions around Function call/apply/bind, for use in `call-bind` INDIRECT 2 1739388296 call-bind • 1.0.9 Robustly `.call.bind()` a function INDIRECT 18 1775749088 call-bound • 1.0.4 Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`. INDIRECT 15 1741024203 chokidar • 3.6.0 Minimal and efficient cross-platform file watching library DIRECT 14 1707260254 cipher-base • 1.0.7 abstract base class for crypto-streams INDIRECT 32 1758775956 color-convert • 2.0.1 Plain color conversion functions INDIRECT 1 1566248736 color-name • 1.1.4 A list of color names and its values INDIRECT 0 1537526936 combine-source-map • 0.8.0 Add source maps of multiple files, offset them and then combine them into one source map INDIRECT 4 1490008575 concat-map • 0.0.1 concatenative mapdashery INDIRECT 0 1391051195 concat-stream • 1.6.2 writable stream that concatenates strings or binary data and calls a callback with the result INDIRECT 10 1521645450 constants-browserify • 1.0.0 node's constants module for the browser INDIRECT 0 1436811402 content-disposition • 0.5.2 Create and parse Content-Disposition header INDIRECT 0 1481246225 convert-source-map • 1.1.3 Converts a source-map from/to different formats and allows adding/changing properties. INDIRECT 0 1451580417 convert-source-map • 1.9.0 Converts a source-map from/to different formats and allows adding/changing properties. INDIRECT 0 1665435477 convert-source-map • 2.0.0 Converts a source-map from/to different formats and allows adding/changing properties. INDIRECT 0 1666044408 core-js-compat • 3.49.0 core-js compat INDIRECT 8 1773695590 core-util-is • 1.0.3 The `util.is*` functions introduced in Node v0.12. INDIRECT 0 1630420536 create-ecdh • 4.0.4 createECDH but browserifiable INDIRECT 8 1596557388 create-hash • 1.2.0 create hashes for browserify INDIRECT 44 1523451264 create-hmac • 1.1.7 node style hmacs in the browser INDIRECT 45 1523449880 cron-parser • 4.9.0 Node.js library for parsing crontab instructions INDIRECT 1 1692022282 crypto-browserify • 3.12.1 implementation of crypto for the browser INDIRECT 72 1729619237 debug • 4.4.3 Lightweight debugging utility for Node.js and the browser INDIRECT 1 1757784319 define-data-property • 1.1.4 Define a data property on an object. Will fall back to assignment in an engine without descriptors. INDIRECT 3 1707843362 define-properties • 1.2.1 Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines. INDIRECT 6 1694585113 defined • 1.0.1 return the first argument that is `!== undefined` INDIRECT 0 1665583262 deps-sort • 2.0.1 sort module-deps output for deterministic browserify bundles INDIRECT 17 1572352544 des.js • 1.1.0 DES implementation INDIRECT 2 1685370818 detect-browser • 5.3.0 Unpack a browser type and version from the useragent string INDIRECT 0 1638657249 detective • 5.2.1 find all require() calls by walking the AST INDIRECT 6 1653667369 diffie-hellman • 5.0.3 pure js diffie-hellman INDIRECT 5 1523448210 domain-browser • 1.2.0 Node's domain module for the web browser. This is merely an evented try...catch with the same API as node, nothing more. INDIRECT 0 1516946801 dunder-proto • 1.0.1 If available, the `Object.prototype.__proto__` accessor and mutator, call-bound INDIRECT 4 1734401567 elliptic • 6.6.1 EC cryptography INDIRECT 7 1731469190 emoji-regex • 8.0.0 A regular expression to match all Emoji-only symbols as per the Unicode Standard. INDIRECT 0 1551812303 end-of-stream • 1.4.5 Call a callback when a readable/writable/duplex stream has completed or failed. INDIRECT 2 1750080540 es-define-property • 1.0.1 `Object.defineProperty`, but not IE 8's broken one. INDIRECT 0 1733508962 es-errors • 1.3.0 A simple cache for a few of the JS Error constructors. INDIRECT 0 1707120351 es-object-atoms • 1.1.2 ES Object-related atoms: Object, ToObject, RequireObjectCoercible INDIRECT 1 1779460803 escalade • 3.2.0 A tiny (183B to 210B) and fast utility to ascend parent directories INDIRECT 0 1724972376 eth-rpc-errors • 4.0.3 Ethereum RPC and Provider errors. INDIRECT 1 1615440269 ethereum-cryptography • 0.1.3 All the cryptographic primitives used in Ethereum INDIRECT 74 1591658940 ethereum-cryptography • 2.2.1 All the cryptographic primitives used in Ethereum INDIRECT 5 1719848343 ethjs-unit • 0.1.6 A simple module for handling Ethereum units (e.g. 'ether', 'wei', etc...) INDIRECT 4 1482201089 events • 3.3.0 Node's event emitter for all engines. INDIRECT 0 1614444687 evp_bytestokey • 1.0.3 The insecure key derivation algorithm from OpenSSL INDIRECT 41 1504606836 fast-deep-equal • 2.0.1 Fast deep equal INDIRECT 0 1524909830 fast-deep-equal • 3.1.3 Fast deep equal INDIRECT 0 1591601248 fast-json-stable-stringify • 2.1.0 deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify INDIRECT 0 1576340277 fast-safe-stringify • 2.1.1 Safely and quickly serialize JavaScript objects INDIRECT 0 1631085556 fill-range • 7.1.1 Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex` INDIRECT 2 1716281151 for-each • 0.3.5 A better forEach INDIRECT 1 1739256963 fsevents • 2.3.3 Native Access to MacOS FSEvents INDIRECT 0 1692635062 function-bind • 1.1.2 Implementation of Function.prototype.bind INDIRECT 0 1697137699 generator-function • 2.0.1 A function that returns the normally hidden `GeneratorFunction` constructor INDIRECT 0 1759256613 gensync • 1.0.0-beta.2 Allows users to use generators in order to write common functions that can be both sync or async. INDIRECT 0 1603831420 get-intrinsic • 1.3.1 Get and robustly cache all JS language-level intrinsics at first require time INDIRECT 14 1759188007 get-proto • 1.0.1 Robustly get the [[Prototype]] of an object INDIRECT 6 1735848482 gopd • 1.2.0 `Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation. INDIRECT 0 1733329312 has-property-descriptors • 1.0.2 Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD. INDIRECT 1 1707801707 has-symbols • 1.1.0 Determine if the JS environment has Symbol support. Supports spec, or shams. INDIRECT 0 1733157257 has-tostringtag • 1.0.2 Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams. INDIRECT 1 1706823840 hash-base • 3.0.5 abstract base class for hash-streams INDIRECT 2 1732435106 hash-base • 3.1.2 abstract base class for hash-streams INDIRECT 39 1758585746 hash.js • 1.1.7 Various hash functions that could be run by both browser and node INDIRECT 2 1543607403 hasown • 2.0.3 A robust, ES3 compatible, "has own property" predicate. INDIRECT 1 1776463926 hmac-drbg • 1.0.1 Deterministic random bit generator (hmac) INDIRECT 4 1491777211 htmlescape • 1.1.1 Properly escape JSON for usage as an object literal inside of a `<script>` tag INDIRECT 0 1458699438 https-browserify • 1.0.0 https module compatability for browserify INDIRECT 0 1491348916 idna-uts46-hx • 2.3.1 A UTS #46 processing algorithm for IDNA2008 strings INDIRECT 1 1509982910 immer • 9.0.21 Create your next immutable state by mutating the current one INDIRECT 0 1679593309 inline-source-map • 0.6.3 Adds source mappings and base64 encodes them, so they can be inlined in your generated file. INDIRECT 1 1708797911 insert-module-globals • 7.2.1 insert implicit module globals into a module-deps stream INDIRECT 31 1602241509 is-arguments • 1.2.0 Is this an arguments object? It's a harder question than you think. INDIRECT 17 1734073522 is-binary-path • 2.1.0 Check if a file path is a binary file INDIRECT 1 1555648965 is-buffer • 1.1.6 Determine if an object is a Buffer INDIRECT 0 1508967388 is-callable • 1.2.7 Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag. INDIRECT 0 1663973379 is-core-module • 2.16.2 Is this specifier a node.js core module? INDIRECT 2 1778002489 is-extglob • 2.1.1 Returns true if a string has an extglob. INDIRECT 0 1481429064 is-fullwidth-code-point • 3.0.0 Check if the character represented by a given Unicode code point is fullwidth INDIRECT 0 1552896545 is-generator-function • 1.1.2 Determine if a function is a native generator function. INDIRECT 19 1759257674 is-glob • 4.0.3 Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet INDIRECT 1 1632934367 is-hex-prefixed • 1.0.0 A simple method to check if a string is hex prefixed. INDIRECT 0 1481059100 is-number • 7.0.0 Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc. INDIRECT 0 1530716938 is-regex • 1.2.1 Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag INDIRECT 17 1733982247 is-stream • 2.0.1 Check if something is a Node.js stream INDIRECT 0 1627296664 is-typed-array • 1.1.15 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 26 1734542407 is-url • 1.2.4 Check whether a string is a URL. DIRECT 0 1522088754 isarray • 1.0.0 Array#isArray for older browsers INDIRECT 0 1449741907 isarray • 2.0.5 Array#isArray for older browsers INDIRECT 0 1562592082 js-sha3 • 0.5.7 A simple SHA-3 / Keccak / Shake hash function for JavaScript supports UTF-8 encoding. INDIRECT 0 1483066020 js-tokens • 4.0.0 A regex that tokenizes JavaScript. INDIRECT 0 1517140738 jsesc • 3.1.0 Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data. INDIRECT 0 1733905474 json5 • 2.2.3 JSON for Humans INDIRECT 0 1672506692 jsonparse • 1.3.1 This is a pure-js JSON streaming parser for node.js INDIRECT 0 1494359953 keccak • 3.0.4 Keccak sponge function family INDIRECT 7 1695196198 labeled-stream-splicer • 2.0.2 stream splicer with labels INDIRECT 9 1558694115 lodash.debounce • 4.0.8 The lodash method `_.debounce` exported as a module. INDIRECT 0 1471109869 lodash.memoize • 3.0.4 The modern build of lodash’s `_.memoize` as a module. INDIRECT 0 1432065215 luxon • 3.7.2 Immutable date wrapper INDIRECT 0 1757067295 math-intrinsics • 1.1.0 ES Math-related intrinsics and helpers, robustly cached. INDIRECT 0 1734587889 md5.js • 1.3.5 node style md5 on pure JavaScript INDIRECT 40 1538487356 micro-ftch • 0.3.1 Wraps nodejs built-in modules and browser fetch into one function. INDIRECT 0 1625717457 miller-rabin • 4.0.1 Miller Rabin algorithm for primality test INDIRECT 2 1506550160 mime-db • 1.33.0 Media Type Database INDIRECT 0 1518757820 mime-types • 2.1.18 The ultimate javascript content-type utility. INDIRECT 1 1518802461 minimalistic-crypto-utils • 1.0.1 Minimalistic tools for JS crypto modules INDIRECT 0 1487798457 minimist • 1.2.8 parse argument options INDIRECT 0 1675976389 mkdirp-classic • 0.5.3 Mirror of mkdirp 0.5.2 INDIRECT 0 1588586163 module-deps • 6.2.3 walk the dependency graph to generate json output that can be fed into browser-pack INDIRECT 36 1596451836 ms • 2.1.3 Tiny millisecond conversion utility INDIRECT 0 1607435675 nanoid • 3.3.12 A tiny (116 bytes), secure URL-friendly unique string ID generator INDIRECT 0 1777586654 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.4 Build tool and bindings loader for node-gyp that supports prebuilds INDIRECT 0 1732027426 node-releases • 2.0.46 Node.js releases data INDIRECT 0 1779424293 normalize-path • 3.0.0 Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled. INDIRECT 0 1524149687 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 object-inspect • 1.13.4 string representations of objects in node and the browser INDIRECT 0 1738718770 object-keys • 1.1.1 An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim INDIRECT 0 1554604218 object.assign • 4.1.7 ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim INDIRECT 22 1734555262 os-browserify • 0.3.0 The [os](https://nodejs.org/api/os.html) module from node.js, but for browsers. INDIRECT 0 1492659501 parents • 1.0.1 return all the parent directories for a directory INDIRECT 1 1421261295 path-browserify • 1.0.1 the path module from node core for browsers INDIRECT 0 1583254358 path-is-absolute • 1.0.1 Node.js 0.12 path.isAbsolute() ponyfill INDIRECT 0 1475210523 path-parse • 1.0.7 Node.js path.parse() ponyfill INDIRECT 0 1621947457 path-platform • 0.11.15 Provide access to win32 and posix path operations; sourced directly from upstream Node.js INDIRECT 0 1418324240 path-to-regexp • 3.3.0 Express style path to RegExp utility INDIRECT 0 1726005858 pbkdf2 • 3.1.5 This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes() INDIRECT 46 1758695126 picomatch • 2.3.2 Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions. INDIRECT 0 1774298348 possible-typed-array-names • 1.1.0 A simple list of possible Typed Array names. INDIRECT 0 1738904655 process-nextick-args • 2.0.1 process.nextTick but always with args INDIRECT 0 1560976479 process • 0.11.10 process information for node.js and browsers INDIRECT 0 1493210067 public-encrypt • 4.0.3 browserify version of publicEncrypt & privateDecrypt INDIRECT 57 1538423236 pump • 3.0.4 pipe streams together and close all of them if one of them closes INDIRECT 3 1772285465 punycode • 1.4.1 A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms. INDIRECT 0 1458437238 punycode • 2.1.0 A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms. INDIRECT 0 1483725934 randombytes • 2.1.0 random bytes from browserify stand alone INDIRECT 1 1550584119 randomfill • 1.0.4 random fill from browserify stand alone INDIRECT 2 1518786236 range-parser • 1.2.0 Range header field string parser INDIRECT 0 1464803294 read-only-stream • 2.0.0 wrap a readable/writable stream to be read-only INDIRECT 8 1440392541 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 readdirp • 3.6.0 Recursive version of fs.readdir with streaming API. INDIRECT 1 1615717351 regenerate-unicode-properties • 10.2.2 Regenerate sets for Unicode properties and values. INDIRECT 1 1757448519 regenerate • 1.4.2 Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points. INDIRECT 0 1604220132 regexpu-core • 6.4.0 regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5. INDIRECT 9 1758554442 regjsgen • 0.8.0 Generate regular expressions from regjsparser’s AST. INDIRECT 0 1686069841 require-directory • 2.1.1 Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules. INDIRECT 0 1432801864 resolve • 1.22.12 resolve like require.resolve() on behalf of files asynchronously and synchronously INDIRECT 6 1775929295 rfdc • 1.4.1 Really Fast Deep Clone INDIRECT 0 1718187509 ripemd160 • 2.0.3 Compute ripemd160 of bytes or strings. INDIRECT 40 1758597694 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 safe-regex-test • 1.1.0 Give a regex, get a robust predicate function that tests it against a string. INDIRECT 18 1734029347 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 serve-handler • 6.1.7 The routing foundation of `serve` DIRECT 11 1772562916 set-function-length • 1.2.2 Set a function's length property INDIRECT 17 1710006059 setimmediate • 1.0.5 A shim for the setImmediate efficient script yielding API INDIRECT 0 1473641996 shell-quote • 1.8.4 quote and parse shell commands INDIRECT 0 1779455628 side-channel-list • 1.0.1 Store information about any JS value in a side channel, using a linked list INDIRECT 2 1775667313 side-channel-map • 1.0.1 Store information about any JS value in a side channel, using a Map INDIRECT 17 1733892798 side-channel-weakmap • 1.0.2 Store information about any JS value in a side channel. Uses WeakMap if available. INDIRECT 18 1733895551 side-channel • 1.1.0 Store information about any JS value in a side channel. Uses WeakMap if available. INDIRECT 20 1733936433 simple-concat • 1.0.1 Super-minimalist version of `concat-stream`. Less than 15 lines! INDIRECT 0 1594960584 stream-browserify • 3.0.0 the stream module from node core for browsers INDIRECT 5 1587041454 stream-combiner2 • 1.1.1 This is a sequel to [stream-combiner](https://npmjs.org/package/stream-combiner) for streams3. INDIRECT 9 1445036638 stream-http • 3.2.0 Streaming http in the browser INDIRECT 7 1618430752 stream-splicer • 2.0.1 streaming pipeline with a mutable configuration INDIRECT 8 1558694007 string_decoder • 1.1.1 The string_decoder module from Node core INDIRECT 1 1522397655 string-width • 4.2.3 Get the visual width of a string - the number of columns required to display it INDIRECT 4 1632417441 strip-ansi • 6.0.1 Strip ANSI escape codes from a string INDIRECT 1 1632414881 strip-hex-prefix • 1.0.0 A simple method that will strip a valid hex prefix off a string, if present. INDIRECT 1 1481060458 subarg • 1.0.0 parse arguments with recursive contexts INDIRECT 1 1412357754 superstruct • 1.0.4 A simple and composable way to validate data in JavaScript (and TypeScript). DIRECT 0 1710159614 supports-preserve-symlinks-flag • 1.0.0 Determine if the current node version supports the `--preserve-symlinks` flag. INDIRECT 0 1641194576 syntax-error • 1.4.0 detect and report syntax errors in source code strings INDIRECT 4 1518173831 through • 2.3.8 simplified stream construction INDIRECT 0 1435930719 through2 • 2.0.5 A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise INDIRECT 9 1541541791 timers-browserify • 1.4.2 timers module for browserify INDIRECT 1 1449574838 to-buffer • 1.2.2 Pass in a string, array, Buffer, Data View, or Uint8Array, and get a Buffer back. INDIRECT 30 1758755621 to-regex-range • 5.0.1 Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions. INDIRECT 1 1554617077 tty-browserify • 0.0.1 the tty module from node core for browsers INDIRECT 0 1517066742 typed-array-buffer • 1.0.3 Get the ArrayBuffer out of a TypedArray, robustly. INDIRECT 27 1734539188 typedarray • 0.0.6 TypedArray polyfill for old browsers INDIRECT 0 1400295169 umd • 3.0.3 Universal Module Definition for use in automated build systems INDIRECT 0 1521110302 undici-types • 7.24.6 A stand-alone types package for Undici INDIRECT 0 1774454496 unicode-canonical-property-names-ecmascript • 2.0.1 The set of canonical Unicode property names supported in ECMAScript RegExp property escapes. INDIRECT 0 1726129249 unicode-match-property-ecmascript • 2.0.0 Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript. INDIRECT 2 1631618585 unicode-match-property-value-ecmascript • 2.2.1 Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript. INDIRECT 0 1757432126 unicode-property-aliases-ecmascript • 2.2.0 Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes. INDIRECT 0 1757921571 update-browserslist-db • 1.2.3 CLI tool to update caniuse-lite to refresh target browsers from Browserslist config INDIRECT 2 1765898277 url • 0.11.4 The core `url` packaged standalone for use with Browserify. INDIRECT 23 1722023661 util-deprecate • 1.0.2 The Node.js `util.deprecate()` function with browser support INDIRECT 0 1444243060 util • 0.10.4 Node.JS util module INDIRECT 1 1528061603 util • 0.12.5 Node.js's util module for all engines INDIRECT 32 1665951987 vm-browserify • 1.1.2 vm module for the browser INDIRECT 0 1572870699 which-typed-array • 1.1.20 Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag. INDIRECT 25 1768425914 wrap-ansi • 7.0.0 Wordwrap a string with ANSI escape codes INDIRECT 8 1587574403 xtend • 4.0.2 extend like a boss INDIRECT 0 1562592945 yargs • 16.2.0 yargs the modern, pirate-themed, successor to optimist. DIRECT 15 1607209795