licenses.dev

@passive-income/dpex-sdk v3.0.14

🛠 An SDK for building applications on top of dpex.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT534
PackageRelationDependenciesPublished
@babel/code-frame • 7.24.7Generate errors that contain a code frame that point to source locations.INDIRECT11
@babel/compat-data • 7.25.4INDIRECT0
@babel/generator • 7.25.6Turns an AST into code.INDIRECT10
@babel/helper-compilation-targets • 7.25.2Helper functions on Babel compilation targetsINDIRECT12
@babel/helper-define-polyfill-provider • 0.6.2Babel helper to create your own polyfill providerINDIRECT23
@babel/helper-module-imports • 7.24.7Babel helper functions for inserting module loadsINDIRECT28
@babel/helper-plugin-utils • 7.24.8General utilities for plugins to useINDIRECT0
@babel/helper-string-parser • 7.24.8A utility package to parse stringsINDIRECT0
@babel/helper-validator-identifier • 7.24.7Validate identifier/keywords nameINDIRECT0
@babel/helper-validator-option • 7.24.8Validate plugin/preset optionsINDIRECT0
@babel/highlight • 7.24.7Syntax highlight JavaScript strings for output in terminals.INDIRECT10
@babel/parser • 7.25.6A JavaScript parserINDIRECT4
@babel/plugin-transform-runtime • 7.25.4Externalise references to helpers and builtins, automatically polyfilling your code without polluting globalsINDIRECT54
@babel/runtime • 7.25.6babel's modular runtime helpersINDIRECT1
@babel/template • 7.25.0Generate an AST from a string template.INDIRECT16
@babel/traverse • 7.25.6The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodesINDIRECT27
@babel/types • 7.25.6Babel Types is a Lodash-esque utility library for AST nodesINDIRECT3
@ethereumjs/common • 2.5.0Resources common to all Ethereum implementationsINDIRECT44
@ethereumjs/common • 2.6.5Resources common to all Ethereum implementationsINDIRECT44
@ethersproject/abi • 5.7.0Utilities and Classes for parsing, formatting and managing Ethereum ABIs.INDIRECT27
@ethersproject/abstract-provider • 5.7.0An Abstract Class for describing an Ethereum Provider for ethers.INDIRECT24
@ethersproject/abstract-signer • 5.7.0An Abstract Class for desribing an Ethereum Signer for ethers.INDIRECT25
@ethersproject/address • 5.7.0Utilities for handling Ethereum Addresses for ethers.INDIRECT7
@ethersproject/base64 • 5.7.0Base64 coder.INDIRECT2
@ethersproject/basex • 5.7.0Base-X without Buffer.INDIRECT3
@ethersproject/bignumber • 5.7.0BigNumber library used in ethers.js.INDIRECT3
@ethersproject/bytes • 5.7.0Bytes utility functions for ethers.INDIRECT1
@ethersproject/constants • 5.7.0Common Ethereum constants used for ethers.INDIRECT4
@ethersproject/contracts • 5.7.0Contract abstraction meta-class for ethers.INDIRECT28
@ethersproject/hash • 5.7.0Hash utility functions for Ethereum.INDIRECT26
@ethersproject/hdnode • 5.7.0BIP32 Hierarchal Deterministic Node operations.INDIRECT31
@ethersproject/json-wallets • 5.7.0Wallet management utilities for KeyStore and Crowdsale JSON wallets.INDIRECT35
@ethersproject/keccak256 • 5.7.0The keccak256 hash function for ethers.INDIRECT3
@ethersproject/logger • 5.7.0Logger utility functions for ethers.INDIRECT0
@ethersproject/networks • 5.7.1Network definitions for ethers.INDIRECT1
@ethersproject/pbkdf2 • 5.7.0The PBKDF2 password-pbased key derivation function for ethers.INDIRECT6
@ethersproject/properties • 5.7.0Properties utility functions for ethers.INDIRECT1
@ethersproject/providers • 5.7.2Ethereum Providers for ethers.INDIRECT32
@ethersproject/random • 5.7.0Random utility functions for ethers.INDIRECT2
@ethersproject/rlp • 5.7.0Recursive-Length Prefix (RLP) coder.INDIRECT2
@ethersproject/sha2 • 5.7.0The SHA2 family hash functions and HMAC functions for ethers.INDIRECT5
@ethersproject/signing-key • 5.7.0Elliptic curve library functions for the secp256k1 curve.INDIRECT12
@ethersproject/solidity • 5.7.0Solidity coder for non-standard (tight) packing.INDIRECT12
@ethersproject/strings • 5.7.0String utility functions.INDIRECT5
@ethersproject/transactions • 5.7.0Utilities for decoding and encoding Ethereum transaction for ethers.INDIRECT19
@ethersproject/units • 5.7.0Unit conversion functions for Ethereum.INDIRECT5
@ethersproject/wallet • 5.7.0Classes for managing, encrypting and decrypting Ethereum private keys as a Signer for ethers.INDIRECT36
@ethersproject/web • 5.7.1Utility fucntions for managing web requests for ethers.INDIRECT8
@ethersproject/wordlists • 5.7.0Word lists for BIP39 wallets.INDIRECT27
@jridgewell/gen-mapping • 0.3.5Generate source mapsINDIRECT4
@jridgewell/resolve-uri • 3.1.2Resolve a URI relative to an optional base URIINDIRECT0
@jridgewell/set-array • 1.2.1Like a Set, but provides the index of the `key` in the backing arrayINDIRECT0
@jridgewell/sourcemap-codec • 1.5.0Encode/decode sourcemap mappingsINDIRECT0
@jridgewell/trace-mapping • 0.3.25Trace the original position through a source mapINDIRECT2
@noble/curves • 1.4.2Audited & minimal JS implementation of elliptic curve cryptographyINDIRECT1
@noble/hashes • 1.4.0Audited & minimal 0-dependency JS implementation of SHA, RIPEMD, BLAKE, HMAC, HKDF, PBKDF & ScryptINDIRECT0
@openzeppelin/contract-loader • 0.6.3Load contract ABIs from built artifacts and return contract objectsINDIRECT10
@openzeppelin/contracts-upgradeable • 3.4.2Secure Smart Contract library for SolidityINDIRECT0
@openzeppelin/contracts • 3.4.2Secure Smart Contract library for SolidityINDIRECT0
@openzeppelin/test-helpers • 0.5.16JavaScript testing helpers for Ethereum smart contract development.INDIRECT561
@scure/base • 1.1.8Secure, audited & 0-dep implementation of base64, bech32, base58, base32 & base16INDIRECT0
@scure/bip32 • 1.4.0Secure, audited & minimal implementation of BIP32 hierarchical deterministic (HD) wallets over secp256k1INDIRECT3
@scure/bip39 • 1.3.0Secure, audited & minimal implementation of BIP39 mnemonic phrasesINDIRECT2
@sindresorhus/is • 4.6.0Type check valuesINDIRECT0
@szmarczak/http-timer • 4.0.6Timings for HTTP requestsINDIRECT1
@szmarczak/http-timer • 5.0.1Timings for HTTP requestsINDIRECT1
@truffle/abi-utils • 1.0.3Utilities for working with ABIsINDIRECT73
@truffle/blockchain-utils • 0.1.9Utilities for identifying and managing blockchainsINDIRECT0
@truffle/codec • 0.17.3Library for encoding and decoding smart contract dataINDIRECT85
@truffle/compile-common • 0.9.8Common compiler integration support infrastructure for TruffleINDIRECT2
@truffle/contract-schema • 3.4.16JSON schema for contract artifactsINDIRECT8
@truffle/contract • 4.6.31A better contract abstraction for Ethereum (formerly EtherPudding)INDIRECT516
@truffle/debug-utils • 6.0.57Integration utils for truffle/debuggerINDIRECT123
@truffle/error • 0.2.2Simple module that allows native Error objects to be extendedINDIRECT0
@truffle/hdwallet-provider • 1.7.0HD Wallet-enabled Web3 providerINDIRECT269
@truffle/interface-adapter • 0.5.37A library that provides an adapter layer for Truffle to interace with different types of networks/ledgers.INDIRECT342
@trufflesuite/chromafi • 3.0.0🦅 cli syntax highlighting: any function - any object - 176 languagesINDIRECT35
@trufflesuite/web3-provider-engine • 15.0.14Fork of https://github.com/MetaMask/web3-provider-engineINDIRECT260
@types/bn.js • 4.11.6TypeScript definitions for bn.jsINDIRECT2
@types/bn.js • 5.1.5TypeScript definitions for bn.jsINDIRECT2
@types/cacheable-request • 6.0.3TypeScript definitions for cacheable-requestINDIRECT5
@types/http-cache-semantics • 4.0.4TypeScript definitions for http-cache-semanticsINDIRECT0
@types/keyv • 3.1.4TypeScript definitions for keyvINDIRECT2
@types/node • 12.20.55TypeScript definitions for Node.jsINDIRECT0
@types/node • 22.5.4TypeScript definitions for nodeINDIRECT1
@types/pbkdf2 • 3.1.2TypeScript definitions for pbkdf2INDIRECT2
@types/responselike • 1.0.3TypeScript definitions for responselikeINDIRECT2
@types/secp256k1 • 4.0.6TypeScript definitions for secp256k1INDIRECT2
abortcontroller-polyfill • 1.7.5Polyfill/ponyfill for the AbortController DOM API + optional patching of fetch (stub that calls catch, doesn't actually abort request).INDIRECT0
abstract-leveldown • 2.6.3An abstract prototype matching the LevelDOWN APIINDIRECT1
abstract-leveldown • 2.7.2An abstract prototype matching the LevelDOWN APIINDIRECT1
accepts • 1.3.8Higher-level content negotiationINDIRECT3
aes-js • 3.0.0A pure JavaScript implementation of the AES block cipher and all common modes of operation.INDIRECT0
aes-js • 3.1.2A pure JavaScript implementation of the AES block cipher and all common modes of operation.INDIRECT0
ajv • 6.12.6Another JSON Schema ValidatorINDIRECT5
ansi-colors • 3.2.4Easily add ANSI colors to your text and symbols in the terminal. A faster drop-in replacement for chalk, kleur and turbocolor (without the dependencies and rendering bugs).INDIRECT0
ansi-regex • 2.1.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-regex • 3.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 3.2.1ANSI escape codes for styling strings in the terminalINDIRECT2
array-flatten • 1.1.1Flatten an array of nested arrays into a single flat arrayINDIRECT0
asn1 • 0.2.6Contains parsers and serializers for ASN.1 (currently BER only)INDIRECT1
assert-plus • 1.0.0Extra assertions on top of node's assert moduleINDIRECT0
assertion-error • 1.1.0Error constructor for test and validation frameworks that implements standardized AssertionError specification.INDIRECT0
async-eventemitter • 0.2.4Just like EventEmitter, but with support for callbacks and interuption of the listener-chainINDIRECT2
async-limiter • 1.0.1asynchronous function queue with adjustable concurrencyINDIRECT0
async • 1.5.2Higher-order functions and common patterns for asynchronous codeINDIRECT0
async • 2.6.4Higher-order functions and common patterns for asynchronous codeINDIRECT1
asynckit • 0.4.0Minimal async jobs utility library, with streams supportINDIRECT0
available-typed-arrays • 1.0.7Returns an array of Typed Array names that are available in the current environmentINDIRECT1
await-semaphore • 0.1.3Awaitable semaphore/mutexINDIRECT0
aws4 • 1.13.2Signs and prepares requests using AWS Signature Version 4INDIRECT0
babel-plugin-polyfill-corejs2 • 0.4.11A Babel plugin to inject imports to core-js@2 polyfillsINDIRECT24
babel-plugin-polyfill-corejs3 • 0.10.6A Babel plugin to inject imports to core-js@3 polyfillsINDIRECT25
babel-plugin-polyfill-regenerator • 0.6.2A Babel plugin to inject imports to regenerator-runtimeINDIRECT24
backoff • 2.5.0Fibonacci and exponential backoffs.INDIRECT1
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
base-x • 3.0.10Fast base encoding / decoding of any given alphabetINDIRECT1
base64-js • 1.5.1Base64 encoding/decoding in pure JSINDIRECT0
bech32 • 1.1.4Bech32 encoding / decodingINDIRECT0
big.js • 5.2.2A small, fast, easy-to-use library for arbitrary-precision decimal arithmeticDIRECT0
big.js • 6.2.1A small, fast, easy-to-use library for arbitrary-precision decimal arithmeticINDIRECT0
bignumber.js • 7.2.1A library for arbitrary-precision decimal and non-decimal arithmeticINDIRECT0
bignumber.js • 9.1.2A library for arbitrary-precision decimal and non-decimal arithmeticINDIRECT0
blakejs • 1.2.1Pure Javascript implementation of the BLAKE2b and BLAKE2s hash functionsINDIRECT0
bluebird • 3.7.2Full featured Promises/A+ implementation with exceptionally good performanceINDIRECT0
bn.js • 4.11.6Big number implementation in pure javascriptINDIRECT0
bn.js • 4.12.0Big number implementation in pure javascriptINDIRECT0
bn.js • 5.2.1Big number implementation in pure javascriptINDIRECT0
body-parser • 1.20.2Node.js body parsing middlewareINDIRECT36
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
brorand • 1.1.0Random number generator for browsers and node.jsINDIRECT0
browserify-aes • 1.2.0aes, for browserifyINDIRECT13
browserslist • 4.23.3Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-presetINDIRECT6
bs58 • 4.0.1Base 58 encoding / decodingINDIRECT2
bs58check • 2.1.2A straightforward implementation of base58-check encodingINDIRECT13
buffer-to-arraybuffer • 0.0.5Convert Buffer to ArrayBufferINDIRECT0
buffer-xor • 1.0.3A simple module for bitwise-xor on buffersINDIRECT0
buffer • 5.7.1Node.js Buffer API, for the browserINDIRECT2
buffer • 6.0.3Node.js Buffer API, for the browserINDIRECT2
bufferutil • 4.0.8WebSocket buffer utilsINDIRECT1
bytes • 3.1.2Utility to parse a string bytes to bytes and vice-versaINDIRECT0
cacheable-lookup • 5.0.4A cacheable dns.lookup(…) that respects the TTLINDIRECT0
cacheable-lookup • 6.1.0A cacheable dns.lookup(…) that respects TTLINDIRECT0
cacheable-request • 7.0.4Wrap native HTTP requests with RFC compliant cache supportINDIRECT13
call-bind • 1.0.7Robustly `.call.bind()` a functionINDIRECT11
camel-case • 3.0.0Camel case a stringINDIRECT3
camelcase • 3.0.0Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBarINDIRECT0
camelcase • 4.1.0Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBarINDIRECT0
cbor • 5.2.0Encode and parse data in the Concise Binary Object Representation (CBOR) data format (RFC7049).INDIRECT2
chai-bn • 0.2.2Chai assertions for comparing arbitrary-precision integers using the bignumber.js libraryINDIRECT0
chai • 4.5.0BDD/TDD assertion library for node.js and the browser. Test framework agnostic.INDIRECT7
chalk • 2.4.2Terminal string styling done rightINDIRECT6
change-case • 3.0.2Convert a string between camelCase, PascalCase, Title Case, snake_case and more.INDIRECT18
check-error • 1.0.3Error comparison and information related utility for node and the browserINDIRECT1
cheerio • 1.0.0The fast, flexible & elegant library for parsing and manipulating HTML and XML.INDIRECT20
cids • 0.7.5CID Implementation in JavaScriptINDIRECT11
cipher-base • 1.0.4abstract base class for crypto-streamsINDIRECT2
class-is • 1.1.0Enhances a JavaScript class by adding an is<Class> property to compare types between realms.INDIRECT0
clone-response • 1.0.3Clone a Node.js HTTP response streamINDIRECT1
clone • 2.1.2deep cloning of objects and arraysINDIRECT0
code-point-at • 1.1.0ES2015 `String#codePointAt()` ponyfillINDIRECT0
color-convert • 1.9.3Plain color conversion functionsINDIRECT1
color-name • 1.1.3A list of color names and its valuesINDIRECT0
colors • 1.4.0get colors in your node.js consoleINDIRECT0
combined-stream • 1.0.8A stream that emits multiple other streams one after another.INDIRECT1
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
constant-case • 2.0.0Constant case a stringINDIRECT4
content-disposition • 0.5.4Create and parse Content-Disposition headerINDIRECT1
content-type • 1.0.5Create and parse HTTP Content-Type headerINDIRECT0
cookie-signature • 1.0.6Sign and unsign cookiesINDIRECT0
cookie • 0.6.0HTTP server cookie parsing and serializationINDIRECT0
core-js-compat • 3.38.1core-js compatINDIRECT7
core-util-is • 1.0.2The `util.is*` functions introduced in Node v0.12.INDIRECT0
cors • 2.8.5Node.js CORS middlewareINDIRECT2
create-hash • 1.2.0create hashes for browserifyINDIRECT10
create-hmac • 1.1.7node style hmacs in the browserINDIRECT11
cross-fetch • 2.2.6Universal WHATWG Fetch API for Node, Browsers and React NativeINDIRECT5
cross-fetch • 3.1.8Universal WHATWG Fetch API for Node, Browsers and React NativeINDIRECT4
cross-fetch • 4.0.0Universal WHATWG Fetch API for Node, Browsers and React NativeINDIRECT4
crypto-addr-codec • 0.1.8Light weight package for serializing different crypto addressesINDIRECT10
dashdash • 1.14.1A light, featureful and explicit option parsing library.INDIRECT1
debug • 2.6.9small debugging utilityINDIRECT1
debug • 4.3.7Lightweight debugging utility for Node.js and the browserINDIRECT1
decamelize • 1.2.0Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbowINDIRECT0
decimal.js-light • 2.5.1An arbitrary-precision Decimal type for JavaScript.DIRECT0
decode-uri-component • 0.2.2A better decodeURIComponentINDIRECT0
decompress-response • 3.3.0Decompress a HTTP response if neededINDIRECT1
decompress-response • 6.0.0Decompress a HTTP response if neededINDIRECT1
deep-eql • 4.1.4Improved deep equality testing for Node.js and the browser.INDIRECT1
defer-to-connect • 2.0.1The safe way to handle the `connect` socket eventINDIRECT0
deferred-leveldown • 1.2.2For handling delayed-open on LevelDOWN compatible librariesINDIRECT2
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.INDIRECT8
delayed-stream • 1.0.0Buffers events from a stream until you are ready to handle them.INDIRECT0
depd • 2.0.0Deprecate all the thingsINDIRECT0
destroy • 1.2.0destroy a stream if possibleINDIRECT0
detect-indent • 5.0.0Detect the indentation of codeINDIRECT0
dom-serializer • 2.0.0render domhandler DOM nodes to a stringINDIRECT3
dot-case • 2.1.1Dot case a stringINDIRECT2
ecc-jsbn • 0.1.2ECC JS code based on JSBNINDIRECT2
ee-first • 1.1.1return the first event in a set of ee/event pairsINDIRECT0
elliptic • 6.5.4EC cryptographyINDIRECT7
encodeurl • 1.0.2Encode a URL to a percent-encoded form, excluding already-encoded sequencesINDIRECT0
encoding-sniffer • 0.2.0Implementation of the HTML encoding sniffer algo, with stream supportINDIRECT3
encoding • 0.1.13Convert encodings, uses iconv-liteINDIRECT2
end-of-stream • 1.4.4Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
errno • 0.1.8libuv errno details exposedINDIRECT1
error-ex • 1.3.2Easy error subclassing and stack customizationINDIRECT1
es-define-property • 1.0.0`Object.defineProperty`, but not IE 8's broken one.INDIRECT6
es-errors • 1.3.0A simple cache for a few of the JS Error constructors.INDIRECT0
es6-iterator • 2.0.3Iterator abstraction based on ES6 specificationINDIRECT8
es6-promise • 4.2.8A lightweight library that provides tools for organizing asynchronous codeINDIRECT0
escalade • 3.2.0A tiny (183B to 210B) and fast utility to ascend parent directoriesINDIRECT0
escape-html • 1.0.3Escape string for use in HTMLINDIRECT0
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
etag • 1.8.1Create simple HTTP ETagsINDIRECT0
eth-block-tracker • 4.4.3A block tracker for the Ethereum blockchain. Keeps track of the latest block.INDIRECT63
eth-json-rpc-errors • 1.1.1Ethereum JSON RPC errors and standard JSON RPC 2.0 errors.INDIRECT1
eth-json-rpc-errors • 2.0.2Ethereum JSON RPC and Provider errors.INDIRECT1
eth-lib • 0.1.29Lightweight Ethereum librariesINDIRECT145
eth-lib • 0.2.8Lightweight Ethereum librariesINDIRECT31
eth-rpc-errors • 3.0.0Ethereum RPC and Provider errors.INDIRECT1
ethereum-bloom-filters • 1.2.0Ability to test bloom filters for ethereum.INDIRECT1
ethereum-common • 0.0.18Resources common to all Ethereum implementationsINDIRECT0
ethereum-common • 0.2.0Resources common to all Ethereum implementationsINDIRECT0
ethereum-cryptography • 0.1.3All the cryptographic primitives used in EthereumINDIRECT38
ethereum-cryptography • 2.2.1All the cryptographic primitives used in EthereumINDIRECT5
ethereum-protocol • 1.0.1This package is a stub so that noone takes the name. We need it to publish @types/ethereum-protocol that contains shared ethereum typesINDIRECT0
ethereumjs-abi • 0.6.8Decoder and encoder for the Ethereum ABIINDIRECT46
ethereumjs-common • 1.5.2Resources common to all Ethereum implementationsINDIRECT0
ethereumjs-wallet • 1.0.2Utilities for handling Ethereum keysINDIRECT46
ethers • 4.0.49Ethereum wallet library.INDIRECT15
ethers • 5.7.2Umbrella package for most common Ethers libraries.INDIRECT44
ethjs-abi • 0.2.1Just the Ethereum encoding and decoding methods from the ethers-io-wallet.INDIRECT5
ethjs-unit • 0.1.6A simple module for handling Ethereum units (e.g. 'ether', 'wei', etc...)INDIRECT4
ethjs-util • 0.1.6A simple set of Ethereum JS utilties.INDIRECT2
event-emitter • 0.3.5Environment agnostic event emitterINDIRECT8
eventemitter3 • 4.0.4EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.INDIRECT0
events • 3.3.0Node's event emitter for all engines.INDIRECT0
evp_bytestokey • 1.0.3The insecure key derivation algorithm from OpenSSLINDIRECT7
express • 4.19.2Fast, unopinionated, minimalist web frameworkINDIRECT63
extend • 3.0.2Port of jQuery.extend for node.js and the browserINDIRECT0
extsprintf • 1.3.0extended POSIX-style sprintfINDIRECT0
fast-check • 3.1.1Property based testing framework for JavaScript (like QuickCheck)INDIRECT1
fast-deep-equal • 3.1.3Fast deep equalINDIRECT0
fast-json-stable-stringify • 2.1.0deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonifyINDIRECT0
fast-safe-stringify • 2.1.1Safely and quickly serialize JavaScript objectsINDIRECT0
fetch-ponyfill • 4.1.0A ponyfill (doesn't overwrite the native fetch) for the Fetch specification https://fetch.spec.whatwg.org.INDIRECT5
finalhandler • 1.2.0Node.js final http responderINDIRECT9
find-up • 1.1.2Find a file by walking up parent directoriesINDIRECT3
find-up • 4.1.0Find a file or directory by walking up parent directoriesINDIRECT5
for-each • 0.3.3A better forEachINDIRECT1
form-data-encoder • 1.7.1Encode FormData content into the multipart/form-data formatINDIRECT0
form-data • 2.3.3A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.INDIRECT5
forwarded • 0.2.0Parse HTTP X-Forwarded-For headerINDIRECT0
fresh • 0.5.2HTTP response freshness testingINDIRECT0
fs-extra • 0.30.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.INDIRECT15
fs-extra • 4.0.3fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.INDIRECT3
fs-extra • 8.1.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.INDIRECT3
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
functional-red-black-tree • 1.0.1A fully persistent balanced binary search treeINDIRECT0
get-func-name • 2.0.2Utility for getting a function's name for node and the browserINDIRECT0
get-intrinsic • 1.2.4Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT5
get-stream • 5.2.0Get a stream as a string, buffer, or arrayINDIRECT4
get-stream • 6.0.1Get a stream as a string, buffer, or arrayINDIRECT0
getpass • 0.1.7getpass for node.jsINDIRECT1
global • 4.4.0Require global variablesINDIRECT3
globals • 11.12.0Global identifiers from different JavaScript environmentsINDIRECT0
gopd • 1.0.1`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT6
got • 11.8.6Human-friendly and powerful HTTP request library for Node.jsINDIRECT30
got • 12.1.0Human-friendly and powerful HTTP request library for Node.jsINDIRECT33
har-validator • 5.1.5Extremely fast HTTP Archive (HAR) validator using JSON SchemaINDIRECT7
has-flag • 3.0.0Check if argv has a specific flagINDIRECT0
has-property-descriptors • 1.0.2Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.INDIRECT7
has-proto • 1.0.3Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?INDIRECT0
has-symbols • 1.0.3Determine if the JS environment has Symbol support. Supports spec, or shams.INDIRECT0
has-tostringtag • 1.0.2Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.INDIRECT1
hash-base • 3.1.0abstract base class for hash-streamsINDIRECT5
hash.js • 1.1.3Various hash functions that could be run by both browser and nodeINDIRECT2
hash.js • 1.1.7Various hash functions that could be run by both browser and nodeINDIRECT2
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
header-case • 1.0.1Header case a stringINDIRECT3
highlightjs-solidity • 2.0.6highlight.js syntax definition for Ethereum's Solidity languageINDIRECT0
hmac-drbg • 1.0.1Deterministic random bit generator (hmac)INDIRECT4
htmlparser2 • 9.1.0Fast & forgiving HTML/XML parserINDIRECT5
http-errors • 2.0.0Create HTTP error objectsINDIRECT5
http-signature • 1.2.0Reference implementation of Joyent's HTTP Signature scheme.INDIRECT15
http2-wrapper • 1.0.3HTTP2 client, just with the familiar `https` APIINDIRECT2
http2-wrapper • 2.2.1HTTP2 client, just with the familiar `https` APIINDIRECT2
iconv-lite • 0.4.24Convert character encodings in pure javascript.INDIRECT1
iconv-lite • 0.6.3Convert character encodings in pure javascript.INDIRECT1
idna-uts46-hx • 2.3.1A UTS #46 processing algorithm for IDNA2008 stringsINDIRECT1
immediate • 3.3.0A cross browser microtask libraryINDIRECT0
invert-kv • 1.0.0Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}INDIRECT0
ipaddr.js • 1.9.1A library for manipulating IPv4 and IPv6 addresses in JavaScript.INDIRECT0
is-arguments • 1.1.1Is this an arguments object? It's a harder question than you think.INDIRECT13
is-arrayish • 0.2.1Determines if an object can be used as an arrayINDIRECT0
is-callable • 1.2.7Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.INDIRECT0
is-core-module • 2.15.1Is this specifier a node.js core module?INDIRECT2
is-fn • 1.0.0Check if a value is a functionINDIRECT0
is-fullwidth-code-point • 1.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT1
is-function • 1.0.2is that thing a function? Use this module to find outINDIRECT0
is-generator-function • 1.0.10Determine if a function is a native generator function.INDIRECT2
is-hex-prefixed • 1.0.0A simple method to check if a string is hex prefixed.INDIRECT0
is-lower-case • 1.1.3Check if a string is lower casedINDIRECT1
is-stream • 1.1.0Check if something is a Node.js streamINDIRECT0
is-typed-array • 1.1.13Is 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.INDIRECT18
is-typedarray • 1.0.0Detect whether or not an object is a Typed ArrayINDIRECT0
is-upper-case • 1.1.2Check if a string is upper casedINDIRECT1
is-utf8 • 0.2.1Detect if a buffer is utf8 encoded.INDIRECT0
isarray • 0.0.1Array#isArray for older browsersINDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
isarray • 2.0.5Array#isArray for older browsersINDIRECT0
isstream • 0.1.2Determine if an object is a StreamINDIRECT0
js-sha3 • 0.5.5A simple SHA-3 / Keccak / Shake hash function for JavaScript supports UTF-8 encoding.INDIRECT0
js-sha3 • 0.5.7A simple SHA-3 / Keccak / Shake hash function for JavaScript supports UTF-8 encoding.INDIRECT0
js-sha3 • 0.8.0A simple SHA-3 / Keccak / Shake hash function for JavaScript supports UTF-8 encoding.INDIRECT0
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
jsbn • 0.1.1The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.INDIRECT0
jsesc • 2.5.2Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.INDIRECT0
json-buffer • 3.0.1JSON parse & stringify that supports binary via bops & base64INDIRECT0
json-schema-traverse • 0.4.1Traverse JSON Schema passing each schema object to callbackINDIRECT0
json-stable-stringify • 1.1.1deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified resultsINDIRECT15
jsonfile • 2.4.0Easily read/write JSON files.INDIRECT1
jsonfile • 4.0.0Easily read/write JSON files.INDIRECT1
jsprim • 1.4.2utilities for primitive JavaScript typesINDIRECT5
keccak • 3.0.4Keccak sponge function familyINDIRECT7
keyv • 4.5.4Simple key-value storage with support for multiple backendsINDIRECT1
klaw • 1.3.1File system walker with Readable stream interface.INDIRECT1
lcid • 1.0.0Mapping between standard locale identifiers and Windows locale identifiers (LCID)INDIRECT1
level-codec • 7.0.1Levelup's encoding logicINDIRECT0
level-errors • 1.0.5Error types for LevelUPINDIRECT2
level-iterator-stream • 1.3.1Turn a leveldown iterator into a readable streamINDIRECT9
level-ws • 0.0.0A basic WriteStream implementation for LevelUPINDIRECT7
levelup • 1.3.9Fast & simple storage - a Node.js-style LevelDB wrapperINDIRECT14
load-json-file • 1.1.0Read and parse a JSON fileINDIRECT9
locate-path • 5.0.0Get the first path that exists on disk of multiple pathsINDIRECT3
lodash.assign • 4.2.0The lodash method `_.assign` exported as a module.INDIRECT0
lodash.debounce • 4.0.8The lodash method `_.debounce` exported as a module.INDIRECT0
lodash.flatmap • 4.5.0The lodash method `_.flatMap` exported as a module.INDIRECT0
lodash.flatten • 4.4.0The lodash method `_.flatten` exported as a module.INDIRECT0
lodash.merge • 4.6.2The Lodash method `_.merge` exported as a module.INDIRECT0
lodash • 4.17.21Lodash modular utilities.INDIRECT0
loupe • 2.3.7Inspect utility for Node.js and browsersINDIRECT1
lower-case-first • 1.0.2Lower case the first character of a stringINDIRECT1
lower-case • 1.1.4Lowercase a stringINDIRECT0
lowercase-keys • 2.0.0Lowercase the keys of an objectINDIRECT0
lowercase-keys • 3.0.0Lowercase the keys of an objectINDIRECT0
ltgt • 2.2.1implement correct ranges for level-*INDIRECT0
md5.js • 1.3.5node style md5 on pure JavaScriptINDIRECT6
media-typer • 0.3.0Simple RFC 6838 media type parser and formatterINDIRECT0
memdown • 1.4.1An drop-in replacement for LevelDOWN that works in memory onlyINDIRECT7
merge-descriptors • 1.0.1Merge objects using descriptorsINDIRECT0
methods • 1.1.2HTTP methods that node supportsINDIRECT0
micro-ftch • 0.3.1Wraps nodejs built-in modules and browser fetch into one function.INDIRECT0
mime-db • 1.52.0Media Type DatabaseINDIRECT0
mime-types • 2.1.35The ultimate javascript content-type utility.INDIRECT1
mime • 1.6.0A comprehensive library for mime-type mappingINDIRECT0
mimic-response • 1.0.1Mimic a Node.js HTTP response streamINDIRECT0
mimic-response • 3.1.0Mimic a Node.js HTTP response streamINDIRECT0
minimalistic-crypto-utils • 1.0.1Minimalistic tools for JS crypto modulesINDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
minizlib • 1.3.3A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding.INDIRECT3
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
mkdirp • 3.0.1Recursively mkdir, like `mkdir -p`INDIRECT0
mock-fs • 4.14.0A configurable mock file system. You know, for testing.INDIRECT0
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
multibase • 0.6.1JavaScript implementation of the multibase specificationINDIRECT5
multibase • 0.7.0JavaScript implementation of the multibase specificationINDIRECT5
multicodec • 0.5.7JavaScript implementation of the multicodec specificationINDIRECT1
multicodec • 1.0.4JavaScript implementation of the multicodec specificationINDIRECT4
multihashes • 0.4.21multihash implementationINDIRECT7
nano-base32 • 1.0.1A small, quick, self-contained implementation of the Base32 encoding/decoding scheme used by the cryptocurrency Nano.INDIRECT0
nano-json-stream-parser • 0.1.2Lightweight, streamed JSON parser in 748 bytesINDIRECT0
negotiator • 0.6.3HTTP content negotiationINDIRECT0
no-case • 2.3.2Remove case from a stringINDIRECT1
node-addon-api • 2.0.2Node.js API (N-API)INDIRECT0
node-fetch • 1.7.3A light-weight module that brings window.fetch to node.js and io.jsINDIRECT4
node-fetch • 2.7.0A light-weight module that brings window.fetch to node.jsINDIRECT3
node-gyp-build • 4.8.2Build tool and bindings loader for node-gyp that supports prebuildsINDIRECT0
node-releases • 2.0.18Node.js releases dataINDIRECT0
nofilter • 1.0.4Read and write a growable buffer as a streamINDIRECT0
normalize-url • 6.1.0Normalize a URLINDIRECT0
number-is-nan • 1.0.1ES2015 Number.isNaN() ponyfillINDIRECT0
number-to-bn • 1.7.0A simple method that will convert numbers, hex, BN or bignumber.js object into a BN.js object.INDIRECT3
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
object-inspect • 1.13.2string representations of objects in node and the browserINDIRECT0
object-keys • 0.4.0An Object.keys replacement, in case Object.keys is not available. From https://github.com/kriskowal/es5-shimINDIRECT0
object-keys • 1.1.1An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shimINDIRECT0
on-finished • 2.4.1Execute a callback when a request closes, finishes, or errorsINDIRECT1
os-locale • 1.4.0Get the system localeINDIRECT2
p-cancelable • 2.1.1Create a promise that can be canceledINDIRECT0
p-cancelable • 3.0.0Create a promise that can be canceledINDIRECT0
p-limit • 2.3.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-locate • 4.1.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-try • 2.2.0`Start a promise chainINDIRECT0
param-case • 2.1.1Param case a stringINDIRECT2
parse-headers • 2.0.5Parse http headers, works with browserify/xhrINDIRECT0
parse-json • 2.2.0Parse JSON with more helpful errorsINDIRECT2
parse5-htmlparser2-tree-adapter • 7.0.0htmlparser2 tree adapter for parse5.INDIRECT4
parse5-parser-stream • 7.1.2Streaming HTML parser with scripting support.INDIRECT2
parse5 • 7.1.2HTML parser and serializer.INDIRECT1
parseurl • 1.3.3parse a url with memoizationINDIRECT0
pascal-case • 2.0.1Pascal case a stringINDIRECT5
path-case • 2.1.1Path case a stringINDIRECT2
path-exists • 2.1.0Check if a path existsINDIRECT2
path-exists • 4.0.0Check if a path existsINDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
path-to-regexp • 0.1.7Express style path to RegExp utilityINDIRECT0
path-type • 1.1.0Check if a path is a file, directory, or symlinkINDIRECT4
pathval • 1.1.1Object value retrieval given a string pathINDIRECT0
pbkdf2 • 3.1.2This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes()INDIRECT12
performance-now • 2.1.0Implements performance.now (based on process.hrtime).INDIRECT0
pify • 2.3.0Promisify a callback-style functionINDIRECT0
pify • 3.0.0Promisify a callback-style functionINDIRECT0
pinkie-promise • 2.0.1ES2015 Promise ponyfillINDIRECT1
pinkie • 2.0.4Itty bitty little widdle twinkie pinkie ES2015 Promise implementationINDIRECT0
possible-typed-array-names • 1.0.0A simple list of possible Typed Array names.INDIRECT0
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
process • 0.11.10process information for node.js and browsersINDIRECT0
promise-to-callback • 1.0.0Convert promise to callback interfaceINDIRECT2
proxy-addr • 2.0.7Determine address of proxied requestINDIRECT2
prr • 1.0.1A better Object.defineProperty()INDIRECT0
psl • 1.9.0Domain name parser based on the Public Suffix ListINDIRECT0
pump • 3.0.0pipe streams together and close all of them if one of them closesINDIRECT3
punycode • 2.1.0A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.INDIRECT0
punycode • 2.3.1A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.INDIRECT0
pure-rand • 5.0.5 Pure random number generator written in TypeScriptINDIRECT0
query-string • 5.1.1Parse and stringify URL query stringsINDIRECT3
quick-lru • 5.1.1Simple “Least Recently Used” (LRU) cacheINDIRECT0
randombytes • 2.1.0random bytes from browserify stand aloneINDIRECT1
range-parser • 1.2.1Range header field string parserINDIRECT0
raw-body • 2.5.2Get and validate the raw body of a readable stream.INDIRECT10
read-pkg-up • 1.0.1Read the closest package.json fileINDIRECT28
read-pkg • 1.1.0Read a package.json fileINDIRECT25
readable-stream • 1.0.34Streams2, a user-land copy of the stream library from Node.js v0.10.xINDIRECT4
readable-stream • 1.1.14Streams3, a user-land copy of the stream library from Node.js v0.11.xINDIRECT4
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
readable-stream • 3.6.2Streams3, a user-land copy of the stream library from Node.jsINDIRECT4
regenerator-runtime • 0.14.1Runtime for Regenerator-compiled generator and async functions.INDIRECT0
require-directory • 2.1.1Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.INDIRECT0
require-from-string • 1.2.1Require module from stringINDIRECT0
resolve-alpn • 1.2.1Detects the ALPN protocolINDIRECT0
resolve • 1.22.8resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT5
responselike • 2.0.1A response-like object for mocking a Node.js HTTP response streamINDIRECT1
ripemd160 • 2.0.2Compute ripemd160 of bytes or strings.INDIRECT6
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
scrypt-js • 2.0.4The scrypt password-based key derivation function with asynchronous operation and ablility to be cancelled.INDIRECT0
scrypt-js • 3.0.1The scrypt password-based key derivation function with sync and cancellable async.INDIRECT0
secp256k1 • 4.0.3This module provides native bindings to ecdsa secp256k1 functionsINDIRECT10
send • 0.18.0Better streaming static file server with Range and conditional-GET supportINDIRECT18
sentence-case • 2.1.1Sentence case a stringINDIRECT4
serve-static • 1.15.0Serve static filesINDIRECT20
servify • 0.1.12Microservices the simplest way conceivable.INDIRECT118
set-function-length • 1.2.2Set a function's length propertyINDIRECT10
set-immediate-shim • 1.0.1Simple setImmediate shimINDIRECT0
setimmediate • 1.0.4A shim for the setImmediate efficient script yielding APIINDIRECT0
setimmediate • 1.0.5A shim for the setImmediate efficient script yielding APIINDIRECT0
sha3 • 2.1.4The Keccak family of hashing algorithms.INDIRECT3
side-channel • 1.0.6Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT13
simple-concat • 1.0.1Super-minimalist version of `concat-stream`. Less than 15 lines!INDIRECT0
simple-get • 2.8.2Simplest way to make http get requests. Supports HTTPS, redirects, gzip/deflate, streams in < 100 lines.INDIRECT5
snake-case • 2.1.0Snake case a stringINDIRECT2
solc • 0.4.26Solidity compilerINDIRECT69
spdx-expression-parse • 3.0.1parse SPDX license expressionsINDIRECT2
sshpk • 1.18.0A library for finding and using SSH public keysINDIRECT9
statuses • 2.0.1HTTP status utilityINDIRECT0
strict-uri-encode • 1.1.0A stricter URI encode adhering to RFC 3986INDIRECT0
string_decoder • 0.10.31The string_decoder module from Node coreINDIRECT0
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
string_decoder • 1.3.0The string_decoder module from Node coreINDIRECT1
string-width • 1.0.2Get the visual width of a string - the number of columns required to display itINDIRECT5
strip-ansi • 3.0.1Strip ANSI escape codesINDIRECT1
strip-ansi • 4.0.0Strip ANSI escape codesINDIRECT1
strip-bom • 2.0.0Strip UTF-8 byte order mark (BOM) from a string/bufferINDIRECT1
strip-hex-prefix • 1.0.0A simple method that will strip a valid hex prefix off a string, if present.INDIRECT1
strip-indent • 2.0.0Strip leading whitespace from each line in a stringINDIRECT0
supports-color • 5.5.0Detect whether a terminal supports colorINDIRECT1
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
swap-case • 1.1.2Swap the case of a stringINDIRECT2
swarm-js • 0.1.42Swarm tools for JavaScript.INDIRECT194
timed-out • 4.0.1Emit `ETIMEDOUT` or `ESOCKETTIMEDOUT` when ClientRequest is hangedINDIRECT0
tiny-invariant • 1.3.3A tiny invariant functionDIRECT0
tiny-warning • 1.0.3A tiny warning functionDIRECT0
title-case • 2.1.1Title case a stringINDIRECT3
to-fast-properties • 2.0.0Force V8 to use fast properties for an objectINDIRECT0
toformat • 2.0.0Adds a `toFormat` instance method to decimal.js or big.jsDIRECT0
toidentifier • 1.0.1Convert a string of words to a JavaScript identifierINDIRECT0
tr46 • 0.0.3An implementation of the Unicode TR46 specINDIRECT0
type-detect • 4.1.0Improved typeof detection for node.js and the browser.INDIRECT0
type-is • 1.6.18Infer the content-type of a request.INDIRECT3
typedarray-to-buffer • 3.1.5Convert a typed array to a Buffer without a copyINDIRECT1
ultron • 1.1.1Ultron is high-intelligence robot. It gathers intel so it can start improving upon his rudimentary designINDIRECT0
undici-types • 6.19.8A stand-alone types package for UndiciINDIRECT0
undici • 6.19.8An HTTP/1.1 client, written from scratch for Node.jsINDIRECT0
universalify • 0.1.2Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
unpipe • 1.0.0Unpipe a stream from all destinationsINDIRECT0
update-browserslist-db • 1.1.0CLI tool to update caniuse-lite to refresh target browsers from Browserslist configINDIRECT2
upper-case-first • 1.1.2Upper case the first character of a stringINDIRECT1
upper-case • 1.1.3Upper case a stringINDIRECT0
url-set-query • 1.0.0small function to append a query string to a URLINDIRECT0
utf-8-validate • 5.0.10Check if a buffer contains valid UTF-8INDIRECT1
utf8 • 3.0.0A well-tested UTF-8 encoder/decoder written in JavaScript.INDIRECT0
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
util • 0.12.5Node.js's util module for all enginesINDIRECT22
utils-merge • 1.0.1merge() utility functionINDIRECT0
uuid • 2.0.1Rigorous implementation of RFC4122 (v1 and v4) UUIDs.INDIRECT0
uuid • 3.4.0RFC4122 (v1, v4, and v5) UUIDsINDIRECT0
uuid • 8.3.2RFC4122 (v1, v4, and v5) UUIDsINDIRECT0
uuid • 9.0.1RFC4122 (v1, v4, and v5) UUIDsINDIRECT0
varint • 5.0.2protobuf-style varint bytes - use msb to create integer values of varying sizesINDIRECT0
vary • 1.1.2Manipulate the HTTP Vary headerINDIRECT0
verror • 1.10.0richer JavaScript errorsINDIRECT3
whatwg-encoding • 3.1.1Decode strings according to the WHATWG Encoding StandardINDIRECT2
whatwg-fetch • 2.0.4A window.fetch polyfill.INDIRECT0
whatwg-mimetype • 4.0.0Parses, serializes, and manipulates MIME types, according to the WHATWG MIME Sniffing StandardINDIRECT0
whatwg-url • 5.0.0An implementation of the WHATWG URL Standard's URL API and parsing machineryINDIRECT2
which-typed-array • 1.1.15Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.INDIRECT17
window-size • 0.2.0Reliable way to to get the height and width of the terminal/console in a node.js environment.INDIRECT0
wrap-ansi • 2.1.0Wordwrap a string with ANSI escape codesINDIRECT6
ws • 3.3.3Simple to use, blazing fast and thoroughly tested websocket client and server for Node.jsINDIRECT3
ws • 5.2.4Simple to use, blazing fast and thoroughly tested websocket client and server for Node.jsINDIRECT1
ws • 7.4.6Simple to use, blazing fast and thoroughly tested websocket client and server for Node.jsINDIRECT0
xhr-request-promise • 0.1.3Thin wrapper on top of [this](https://www.npmjs.com/package/xhr-request) to use Promise instead of callbacks.INDIRECT22
xhr-request • 1.1.0tiny http client for Node and the browserINDIRECT21
xhr • 2.6.0small xhr abstractionINDIRECT7
xmlhttprequest • 1.8.0XMLHttpRequest for NodeINDIRECT0
xtend • 2.1.2extend like a bossINDIRECT1
xtend • 4.0.2extend like a bossINDIRECT0
yaeti • 0.0.6Yet Another EventTarget ImplementationINDIRECT0
yargs • 4.8.1yargs the modern, pirate-themed, successor to optimist.INDIRECT51
ISC57
PackageRelationDependenciesPublished
@ensdomains/ensjs • 2.1.0ens.js v2INDIRECT170
@trufflesuite/eth-json-rpc-filters • 4.1.2-1Fork of https://github.com/MetaMask/eth-json-rpc-filtersINDIRECT131
@trufflesuite/eth-json-rpc-infura • 4.0.3-0Fork of https://github.com/MetaMask/eth-json-rpc-infuraINDIRECT135
@trufflesuite/eth-json-rpc-middleware • 4.4.2-1Fork of https://github.com/MetaMask/eth-json-rpc-middlewareINDIRECT128
@trufflesuite/eth-sig-util • 1.4.2Fork of https://github.com/MetaMask/eth-sig-utilINDIRECT48
boolbase • 1.0.0two functions: One that returns true, one that returns falseINDIRECT0
checkpoint-store • 1.1.0In-memory key-value store with history! Keys are strings, values are any type.INDIRECT1
chownr • 1.1.4like `chown -R`INDIRECT0
cliui • 3.2.0easily create complex multi-column command-line-interfacesINDIRECT7
content-hash • 2.5.2simple tool to encode/decode content hash for EIP 1577 compliant ENS ResolversINDIRECT13
d • 1.0.2Property descriptor factoryINDIRECT8
electron-to-chromium • 1.5.18Provides a list of electron-to-chromium version mappingsINDIRECT0
es5-ext • 0.10.64ECMAScript extensions and shimsINDIRECT8
es6-symbol • 3.1.4ECMAScript 6 Symbol polyfillINDIRECT8
esniff • 2.0.1Low footprint ECMAScript source code parserINDIRECT8
eth-ens-namehash • 2.0.8A simple module for generating ENS namehashes per spec https://github.com/ethereum/EIPs/issues/137INDIRECT3
eth-query • 2.1.2like web3 but for minimalistsINDIRECT2
eth-sig-util • 3.0.1A few useful functions for signing ethereum dataINDIRECT50
ext • 1.7.0JavaScript utilities with respect to emerging standardINDIRECT1
fake-merkle-patricia-tree • 1.0.1You want Ethereum's [merkle-patricia tree](https://github.com/wanderer/merkle-patricia-tree), but you don't care about the stateRoot. Fake it! And reap the optimization benefits.INDIRECT2
fs-minipass • 1.2.7fs read and write streams based on minipassINDIRECT3
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
get-caller-file • 1.0.3[![Build Status](https://travis-ci.org/stefanpenner/get-caller-file.svg?branch=master)](https://travis-ci.org/stefanpenner/get-caller-file) [![Build status](https://ci.appveyor.com/api/projects/status/ol2q94g1932cy14a/branch/master?svg=true)](https://ci.aINDIRECT0
glob • 7.2.3a little globberINDIRECT10
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
har-schema • 2.0.0JSON Schema for HTTP Archive (HAR)INDIRECT0
hosted-git-info • 2.8.9Provides metadata and conversions from repository urls for Github, Bitbucket and GitlabINDIRECT0
http-https • 1.0.0A wrapper that chooses http or https for requestsINDIRECT0
inflight • 1.0.6Add callbacks to requests in flight to avoid async duplicationINDIRECT2
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
json-rpc-engine • 5.4.0a tool for processing JSON RPCINDIRECT4
json-rpc-random-id • 1.0.1Generates an id useable in json rpc payloads.INDIRECT0
json-stringify-safe • 5.0.1Like JSON.stringify, but doesn't blow up on circular refs.INDIRECT0
lru-cache • 5.1.1A cache object that deletes the least-recently-used items.INDIRECT1
minimalistic-assert • 1.0.1minimalistic-assert ===INDIRECT0
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
minipass • 2.9.0minimal implementation of a PassThrough streamINDIRECT2
mkdirp-promise • 5.0.1Promise version of mkdirpINDIRECT1
next-tick • 1.1.0Environment agnostic nextTick polyfillINDIRECT0
once • 1.4.0Run a function exactly one timeINDIRECT1
picocolors • 1.1.0The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
require-main-filename • 1.0.1shim for require.main.filename() that works in as many environments as possibleINDIRECT0
rimraf • 2.7.1A deep deletion module for node (like `rm -rf`)INDIRECT11
safe-event-emitter • 1.0.1An `EventEmitter` that isolates the emitter from errors in handlers. If an error is thrown in a handler it is caught and re-thrown inside of a `setTimeout` so as to not interupt the emitter's code flow.INDIRECT1
semver • 5.4.1The semantic version parser used by npm.INDIRECT0
semver • 5.7.2The semantic version parser used by npm.INDIRECT0
semver • 6.3.1The semantic version parser used by npm.INDIRECT0
semver • 7.6.3The semantic version parser used by npm.INDIRECT0
set-blocking • 2.0.0set blocking stdio and stderr ensuring that terminal output does not truncateINDIRECT0
setprototypeof • 1.2.0A small polyfill for Object.setprototypeofINDIRECT0
tar • 4.4.19tar for nodeINDIRECT8
type • 2.7.3Runtime validation and processing of JavaScript typesINDIRECT0
which-module • 1.0.0Find the module object for something that was require()dINDIRECT0
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
y18n • 3.2.2the bare-bones internationalization library used by yargsINDIRECT0
yallist • 3.1.1Yet Another Linked ListINDIRECT0
yargs-parser • 2.4.1the mighty option parser used by yargsINDIRECT2
LGPL-3.042
PackageRelationDependenciesPublished
web3-bzz • 1.10.0Web3 module to interact with the Swarm network.INDIRECT204
web3-bzz • 1.10.4Web3 module to interact with the Swarm network.INDIRECT204
web3-core-helpers • 1.10.0Web3 core tools helper for sub packages. This is an internal package.INDIRECT53
web3-core-helpers • 1.10.4Web3 core tools helper for sub packages. This is an internal package.INDIRECT21
web3-core-method • 1.10.0Creates the methods on the web3 modules. This is an internal package.INDIRECT68
web3-core-method • 1.10.4Creates the methods on the web3 modules. This is an internal package.INDIRECT44
web3-core-promievent • 1.10.0This package extends the EventEmitter with the Promise class to allow chaining as well as multiple final states of a function.INDIRECT1
web3-core-promievent • 1.10.4This package extends the EventEmitter with the Promise class to allow chaining as well as multiple final states of a function.INDIRECT1
web3-core-requestmanager • 1.10.0Web3 module to handle requests to external providers.INDIRECT106
web3-core-requestmanager • 1.10.4Web3 module to handle requests to external providers.INDIRECT76
web3-core-subscriptions • 1.10.0Manages web3 subscriptions. This is an internal package.INDIRECT55
web3-core-subscriptions • 1.10.4Manages web3 subscriptions. This is an internal package.INDIRECT23
web3-core • 1.10.0Web3 core tools for sub-packages. This is an internal package.INDIRECT123
web3-core • 1.10.4Web3 core tools for sub-packages. This is an internal package.INDIRECT103
web3-eth-abi • 1.10.0Web3 module encode and decode EVM in/output.INDIRECT71
web3-eth-abi • 1.10.4Web3 module encode and decode EVM in/output.INDIRECT47
web3-eth-accounts • 1.10.0Web3 module to generate Ethereum accounts and sign data and transactions.INDIRECT152
web3-eth-accounts • 1.10.4Web3 module to generate Ethereum accounts and sign data and transactions.INDIRECT160
web3-eth-contract • 1.10.0Web3 module to interact with Ethereum smart contracts.INDIRECT133
web3-eth-contract • 1.10.4Web3 module to interact with Ethereum smart contracts.INDIRECT113
web3-eth-ens • 1.10.0ENS support for web3.INDIRECT150
web3-eth-ens • 1.10.4ENS support for web3.INDIRECT131
web3-eth-iban • 1.10.0This package converts Ethereum addresses to IBAN addresses a vice versa.INDIRECT52
web3-eth-iban • 1.10.4This package converts Ethereum addresses to IBAN addresses a vice versa.INDIRECT20
web3-eth-personal • 1.10.0Web3 module to interact with the Ethereum blockchain accounts stored in the node.INDIRECT125
web3-eth-personal • 1.10.4Web3 module to interact with the Ethereum blockchain accounts stored in the node.INDIRECT105
web3-eth • 1.10.0Web3 module to interact with the Ethereum blockchain and smart contracts.INDIRECT182
web3-eth • 1.10.4Web3 module to interact with the Ethereum blockchain and smart contracts.INDIRECT190
web3-net • 1.10.0Web3 module to interact with the Ethereum nodes networking properties.INDIRECT124
web3-net • 1.10.4Web3 module to interact with the Ethereum nodes networking properties.INDIRECT104
web3-providers-http • 1.10.0Module to handle web3 RPC connections over HTTP.INDIRECT61
web3-providers-http • 1.10.4Module to handle web3 RPC connections over HTTP.INDIRECT29
web3-providers-ipc • 1.10.0Module to handle web3 RPC connections over IPC sockets.INDIRECT56
web3-providers-ipc • 1.10.4Module to handle web3 RPC connections over IPC sockets.INDIRECT24
web3-providers-ws • 1.10.0Module to handle web3 RPC connections over WebSockets.INDIRECT72
web3-providers-ws • 1.10.4Module to handle web3 RPC connections over WebSockets.INDIRECT41
web3-shh • 1.10.0Web3 module to interact with the Whisper messaging protocol.INDIRECT125
web3-shh • 1.10.4Web3 module to interact with the Whisper messaging protocol.INDIRECT105
web3-utils • 1.10.0Collection of utility functions used in web3.js.INDIRECT51
web3-utils • 1.10.4Collection of utility functions used in web3.js.INDIRECT19
web3 • 1.10.0Ethereum JavaScript APIINDIRECT334
web3 • 1.10.4Ethereum JavaScript APIINDIRECT342
MPL-2.015
PackageRelationDependenciesPublished
@ethereumjs/rlp • 4.0.1Recursive Length Prefix Encoding ModuleINDIRECT0
@ethereumjs/tx • 3.3.2A simple module for creating, manipulating and signing Ethereum transactionsINDIRECT45
@ethereumjs/tx • 3.5.2A simple module for creating, manipulating and signing Ethereum transactionsINDIRECT45
@ethereumjs/util • 8.1.0A collection of utility functions for EthereumINDIRECT8
ethereumjs-account • 2.0.5Encoding, decoding and validation of Ethereum's Account schemaINDIRECT45
ethereumjs-block • 1.7.1Provides Block serialization and help functionsINDIRECT81
ethereumjs-block • 2.2.2Provides Block serialization and help functionsINDIRECT82
ethereumjs-tx • 1.3.7An simple module for creating, manipulating and signing ethereum transactionsINDIRECT46
ethereumjs-tx • 2.1.2A simple module for creating, manipulating and signing Ethereum transactionsINDIRECT47
ethereumjs-util • 5.2.1a collection of utility functions for EthereumINDIRECT44
ethereumjs-util • 6.2.1a collection of utility functions for EthereumINDIRECT45
ethereumjs-util • 7.1.5A collection of utility functions for EthereumINDIRECT42
ethereumjs-vm • 2.6.0An Ethereum VM implementationINDIRECT88
merkle-patricia-tree • 2.3.2This is an implementation of the modified merkle patricia tree as speficed in the Ethereum's yellow paper.INDIRECT75
rlp • 2.2.7Recursive Length Prefix Encoding ModuleINDIRECT1
BSD-2-Clause14
PackageRelationDependenciesPublished
@ensdomains/resolver • 0.2.4[![Build Status](https://travis-ci.org/ensdomains/resolvers.svg?branch=master)](https://travis-ci.org/ensdomains/resolvers) [![License](https://img.shields.io/badge/License-BSD--2--Clause-blue.svg)](LICENSE)INDIRECT0
cheerio-select • 2.1.0CSS selector engine supporting jQuery selectorsINDIRECT9
css-select • 5.1.0a CSS selector compiler/engineINDIRECT8
css-what • 6.1.0a CSS selector parserINDIRECT0
domelementtype • 2.3.0all the types of nodes in htmlparser2's domINDIRECT0
domhandler • 5.0.3Handler for htmlparser2 that turns pages into a domINDIRECT1
domutils • 3.1.0Utilities for working with htmlparser2's domINDIRECT4
dotenv • 8.6.0Loads environment variables from .env fileINDIRECT0
entities • 4.5.0Encode & decode XML and HTML entities with ease & speedINDIRECT0
http-cache-semantics • 4.1.1Parses Cache-Control and other headers. Helps building correct HTTP caches and proxiesINDIRECT0
normalize-package-data • 2.5.0Normalizes data that can be found in package.json files.INDIRECT13
nth-check • 2.1.1Parses and compiles CSS nth-checks to highly optimized functions.INDIRECT1
uri-js • 4.4.1An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript.INDIRECT1
webidl-conversions • 3.0.1Implements the WebIDL algorithms for converting to and from JavaScript valuesINDIRECT0
Apache-2.011
PackageRelationDependenciesPublished
aws-sign2 • 0.7.0AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.INDIRECT0
caseless • 0.12.0Caseless object set/get/has, very useful when working with HTTP headers.INDIRECT0
crc-32 • 1.2.2Pure-JS CRC-32INDIRECT0
forever-agent • 0.6.1HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.INDIRECT0
jsbi • 3.2.5JSBI is a pure-JavaScript implementation of [the ECMAScript BigInt proposal](https://tc39.es/proposal-bigint/), which officially became a part of the JavaScript language in ES2020.DIRECT0
oauth-sign • 0.9.0OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.INDIRECT0
request • 2.88.2Simplified HTTP request client.INDIRECT47
spdx-correct • 3.2.0correct invalid SPDX expressionsINDIRECT3
tunnel-agent • 0.6.0HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.INDIRECT1
validate-npm-package-license • 3.0.4Give me a string and I'll tell you if it's a valid npm package license stringINDIRECT4
websocket • 1.0.35Websocket Client & Server Library implementing the WebSocket protocol as specified in RFC 6455.INDIRECT17
unknown7
PackageRelationDependenciesPublished
dom-walk • 0.1.2iteratively walk a DOM nodeINDIRECT0
memorystream • 0.3.1This is lightweight memory stream module for node.js.INDIRECT0
min-document • 2.19.0A minimal DOM implementationINDIRECT1
precond • 0.2.3Precondition checking utilities.INDIRECT0
ripemd160-min • 0.0.6A minimal 0 dependency RIPEMD160 hash libINDIRECT0
semaphore • 1.1.0semaphore for nodeINDIRECT0
testrpc • 0.0.1INDIRECT0
BSD-3-Clause6
PackageRelationDependenciesPublished
bcrypt-pbkdf • 1.0.2Port of the OpenBSD bcrypt_pbkdf function to pure JSINDIRECT1
highlight.js • 10.7.3Syntax highlighting with language autodetection.INDIRECT0
ieee754 • 1.2.1Read/write IEEE754 floating point numbers from/to a Buffer or array-like objectINDIRECT0
qs • 6.11.0A querystring parser that supports nesting and arrays, with a depth limitINDIRECT14
qs • 6.5.3A querystring parser that supports nesting and arrays, with a depth limitINDIRECT0
tough-cookie • 2.5.0RFC6265 Cookies and Cookie Jar for node.jsINDIRECT2
GPL-3.0-or-later4
PackageRelationDependenciesPublished
@passive-income/dpex-peripheral • 1.1.9🎚 Peripheral smart contracts for interacting with dpexINDIRECT698
@passive-income/dpex-swap-core • 0.1.9🎛 Core contracts for the dpex protocolDIRECT698
@passive-income/psi-contracts • 1.0.10🎛 token and fee contracts for the PSIINDIRECT698
@uniswap/lib • 1.1.1[![Actions Status](https://github.com/Uniswap/uniswap-lib/workflows/CI/badge.svg)](https://github.com/Uniswap/uniswap-lib/actions) [![npm](https://img.shields.io/npm/v/@uniswap/lib)](https://unpkg.com/@uniswap/lib@latest/)INDIRECT0
Unlicense4
PackageRelationDependenciesPublished
big-integer • 1.6.36An arbitrary length integer library for JavascriptINDIRECT0
tweetnacl-util • 0.15.1String encoding utilitlies extracted from TweetNaCl.jsINDIRECT0
tweetnacl • 0.14.5Port of TweetNaCl cryptographic library to JavaScriptINDIRECT0
tweetnacl • 1.0.3Port of TweetNaCl cryptographic library to JavaScriptINDIRECT0
non-standard3
PackageRelationDependenciesPublished
@ensdomains/address-encoder • 0.1.9Encodes and decodes address formats for various cryptocurrenciesINDIRECT20
jsonify • 0.0.1JSON without touching any globalsINDIRECT0
oboe • 2.1.5Oboe.js reads json, giving you the objects as they are found without waiting for the stream to finishINDIRECT1
CC0-1.02
PackageRelationDependenciesPublished
@ensdomains/ens • 0.4.5Implementations for registrars and local resolvers for the Ethereum Name ServiceINDIRECT96
spdx-license-ids • 3.0.20A list of SPDX license identifiersINDIRECT0
Apache-2.0 OR MIT2
PackageRelationDependenciesPublished
btoa • 1.2.1btoa for Node.JS (it's a one-liner)INDIRECT0
rustbn.js • 0.2.0Javascript bindings for https://github.com/paritytech/bn (using asm.js)INDIRECT0
BSD-3-Clause AND MIT1
PackageRelationDependenciesPublished
sha.js • 2.4.11Streamable SHA hashes in pure javascriptINDIRECT2
AFL-2.1 OR BSD-3-Clause1
PackageRelationDependenciesPublished
json-schema • 0.4.0JSON Schema validation and specificationsINDIRECT0
CC-BY-4.01
PackageRelationDependenciesPublished
caniuse-lite • 1.0.30001658A smaller version of caniuse-db, with only the essentials!INDIRECT0
CC-BY-3.01
PackageRelationDependenciesPublished
spdx-exceptions • 2.5.0list of SPDX standard license exceptionsINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/%40passive-income%2Fdpex-sdk)](https://licenses.dev/npm/%40passive-income%2Fdpex-sdk)
<a href="https://licenses.dev/npm/%40passive-income%2Fdpex-sdk">
  <img src="https://licenses.dev/b/npm/%40passive-income%2Fdpex-sdk" alt="licenses" />
</a>

Or the licenses badge code for the 3.0.14 version:

[![licenses](https://licenses.dev/b/npm/%40passive-income%2Fdpex-sdk/3.0.14)](https://licenses.dev/npm/%40passive-income%2Fdpex-sdk/3.0.14)
<a href="https://licenses.dev/npm/%40passive-income%2Fdpex-sdk/3.0.14">
  <img src="https://licenses.dev/b/npm/%40passive-income%2Fdpex-sdk/3.0.14" alt="licenses" />
</a>
GitHub