licenses.dev

eth-gas-reporter v0.2.27

Mocha reporter which shows gas used per unit test.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT174
PackageRelationDependenciesPublished
@ethersproject/abi • 5.8.0Utilities and Classes for parsing, formatting and managing Ethereum ABIs.INDIRECT27
@ethersproject/abstract-provider • 5.8.0An Abstract Class for describing an Ethereum Provider for ethers.INDIRECT24
@ethersproject/abstract-signer • 5.8.0An Abstract Class for desribing an Ethereum Signer for ethers.INDIRECT25
@ethersproject/address • 5.8.0Utilities for handling Ethereum Addresses for ethers.INDIRECT7
@ethersproject/base64 • 5.8.0Base64 coder.INDIRECT2
@ethersproject/basex • 5.8.0Base-X without Buffer.INDIRECT3
@ethersproject/bignumber • 5.8.0BigNumber library used in ethers.js.INDIRECT3
@ethersproject/bytes • 5.8.0Bytes utility functions for ethers.INDIRECT1
@ethersproject/constants • 5.8.0Common Ethereum constants used for ethers.INDIRECT4
@ethersproject/contracts • 5.8.0Contract abstraction meta-class for ethers.INDIRECT28
@ethersproject/hash • 5.8.0Hash utility functions for Ethereum.INDIRECT26
@ethersproject/hdnode • 5.8.0BIP32 Hierarchal Deterministic Node operations.INDIRECT31
@ethersproject/json-wallets • 5.8.0Wallet management utilities for KeyStore and Crowdsale JSON wallets.INDIRECT35
@ethersproject/keccak256 • 5.8.0The keccak256 hash function for ethers.INDIRECT3
@ethersproject/logger • 5.8.0Logger utility functions for ethers.INDIRECT0
@ethersproject/networks • 5.8.0Network definitions for ethers.INDIRECT1
@ethersproject/pbkdf2 • 5.8.0The PBKDF2 password-pbased key derivation function for ethers.INDIRECT6
@ethersproject/properties • 5.8.0Properties utility functions for ethers.INDIRECT1
@ethersproject/providers • 5.8.0Ethereum Providers for ethers.INDIRECT32
@ethersproject/random • 5.8.0Random utility functions for ethers.INDIRECT2
@ethersproject/rlp • 5.8.0Recursive-Length Prefix (RLP) coder.INDIRECT2
@ethersproject/sha2 • 5.8.0The SHA2 family hash functions and HMAC functions for ethers.INDIRECT5
@ethersproject/signing-key • 5.8.0Elliptic curve library functions for the secp256k1 curve.INDIRECT12
@ethersproject/solidity • 5.8.0Solidity coder for non-standard (tight) packing.INDIRECT12
@ethersproject/strings • 5.8.0String utility functions.INDIRECT5
@ethersproject/transactions • 5.8.0Utilities for decoding and encoding Ethereum transaction for ethers.INDIRECT19
@ethersproject/units • 5.8.0Unit conversion functions for Ethereum.INDIRECT5
@ethersproject/wallet • 5.8.0Classes for managing, encrypting and decrypting Ethereum private keys as a Signer for ethers.INDIRECT36
@ethersproject/web • 5.8.0Utility fucntions for managing web requests for ethers.INDIRECT8
@ethersproject/wordlists • 5.8.0Word lists for BIP39 wallets.INDIRECT27
@noble/hashes • 1.2.0Audited & minimal 0-dependency JS implementation of SHA2, SHA3, RIPEMD, BLAKE2/3, HMAC, HKDF, PBKDF2, ScryptINDIRECT0
@noble/secp256k1 • 1.7.1Fastest JS implementation of secp256k1. Independently audited, high-security, 0-dependency ECDSA & Schnorr signaturesINDIRECT0
@scure/base • 1.1.9Secure, audited & 0-dep implementation of base64, bech32, base58, base32 & base16INDIRECT0
@scure/bip32 • 1.1.5Secure, audited & minimal implementation of BIP32 hierarchical deterministic (HD) walletsINDIRECT3
@scure/bip39 • 1.1.1Secure, audited & minimal implementation of BIP39 mnemonic phrasesINDIRECT2
@solidity-parser/parser • 0.14.5A Solidity parser built from a robust ANTLR 4 grammarDIRECT1
@types/concat-stream • 1.6.1TypeScript definitions for concat-streamINDIRECT1
@types/form-data • 0.0.33TypeScript definitions for form-dataINDIRECT1
@types/node • 10.17.60TypeScript definitions for Node.jsINDIRECT0
@types/node • 8.10.66TypeScript definitions for Node.jsINDIRECT0
@types/qs • 6.15.1TypeScript definitions for qsINDIRECT0
aes-js • 3.0.0A pure JavaScript implementation of the AES block cipher and all common modes of operation.INDIRECT0
agent-base • 6.0.2Turn a function into an `http.Agent` instanceINDIRECT2
ansi-colors • 4.1.3Easily 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 • 3.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-regex • 5.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
asap • 2.0.6High-priority task queue for Node.js and browsersINDIRECT0
async-function • 1.0.0A function that returns the normally hidden `AsyncFunction` constructorINDIRECT0
async-generator-function • 1.0.0A function that returns the normally hidden `AsyncGeneratorFunction` constructorINDIRECT0
asynckit • 0.4.0Minimal async jobs utility library, with streams supportINDIRECT0
axios • 1.17.0Promise based HTTP client for the browser and node.jsDIRECT29
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
bech32 • 1.1.4Bech32 encoding / decodingINDIRECT0
binary-extensions • 2.3.0List of binary file extensionsINDIRECT0
bn.js • 4.12.3Big number implementation in pure javascriptINDIRECT0
bn.js • 5.2.3Big number implementation in pure javascriptINDIRECT0
brace-expansion • 2.1.1Brace expansion as known from sh/bashINDIRECT1
braces • 3.0.3Bash-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.INDIRECT3
brorand • 1.1.0Random number generator for browsers and node.jsINDIRECT0
buffer-from • 1.1.2A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.INDIRECT0
call-bind-apply-helpers • 1.0.2Helper functions around Function call/apply/bind, for use in `call-bind`INDIRECT2
call-bound • 1.0.4Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.INDIRECT15
camelcase • 6.3.0Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`INDIRECT0
chalk • 4.1.2Terminal string styling done rightINDIRECT5
chokidar • 3.6.0Minimal and efficient cross-platform file watching libraryINDIRECT14
cli-table3 • 0.5.1Pretty unicode tables for the command line. Based on the original cli-table.DIRECT6
color-convert • 2.0.1Plain color conversion functionsINDIRECT1
color-name • 1.1.4A list of color names and its valuesINDIRECT0
colors • 1.4.0get colors in your node.js consoleDIRECT0
combined-stream • 1.0.8A stream that emits multiple other streams one after another.INDIRECT1
concat-stream • 1.6.2writable stream that concatenates strings or binary data and calls a callback with the resultINDIRECT10
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
debug • 4.4.3Lightweight debugging utility for Node.js and the browserINDIRECT1
decamelize • 4.0.0Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbowINDIRECT0
delayed-stream • 1.0.0Buffers events from a stream until you are ready to handle them.INDIRECT0
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-boundINDIRECT4
elliptic • 6.6.1EC cryptographyINDIRECT7
emoji-regex • 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
es-define-property • 1.0.1`Object.defineProperty`, but not IE 8's broken one.INDIRECT0
es-errors • 1.3.0A simple cache for a few of the JS Error constructors.INDIRECT0
es-object-atoms • 1.1.2ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
es-set-tostringtag • 2.1.0A helper to optimistically set Symbol.toStringTag, when possible.INDIRECT16
escalade • 3.2.0A tiny (183B to 210B) and fast utility to ascend parent directoriesINDIRECT0
escape-string-regexp • 4.0.0Escape RegExp special charactersINDIRECT0
ethereum-cryptography • 1.2.0All the cryptographic primitives used in EthereumDIRECT5
ethers • 5.8.0Umbrella package for most common Ethers libraries.DIRECT44
fill-range • 7.1.1Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`INDIRECT2
find-up • 5.0.0Find a file or directory by walking up parent directoriesINDIRECT5
follow-redirects • 1.16.0HTTP and HTTPS modules that follow redirects.INDIRECT0
form-data • 2.5.5A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.INDIRECT23
form-data • 4.0.5A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.INDIRECT22
fs-readdir-recursive • 1.1.0Recursively read a directoryDIRECT0
fsevents • 2.3.3Native Access to MacOS FSEventsINDIRECT0
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
generator-function • 2.0.1A function that returns the normally hidden `GeneratorFunction` constructorINDIRECT0
get-intrinsic • 1.3.1Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT14
get-port • 3.2.0Get an available portINDIRECT0
get-proto • 1.0.1Robustly get the [[Prototype]] of an objectINDIRECT6
gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT0
has-flag • 4.0.0Check if argv has a specific flagINDIRECT0
has-symbols • 1.1.0Determine 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.js • 1.1.7Various hash functions that could be run by both browser and nodeINDIRECT2
hasown • 2.0.4A robust, ES3 compatible, "has own property" predicate.INDIRECT1
he • 1.2.0A robust HTML entities encoder/decoder with full Unicode support.INDIRECT0
hmac-drbg • 1.0.1Deterministic random bit generator (hmac)INDIRECT4
http-basic • 8.1.3Very low level wrapper arround http.request/https.requestINDIRECT15
http-response-object • 3.0.2A simple object to represent an http responseINDIRECT1
https-proxy-agent • 5.0.1An HTTP(s) proxy `http.Agent` implementation for HTTPSINDIRECT3
is-binary-path • 2.1.0Check if a file path is a binary fileINDIRECT1
is-extglob • 2.1.1Returns true if a string has an extglob.INDIRECT0
is-fullwidth-code-point • 2.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-glob • 4.0.3Returns `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 betINDIRECT1
is-number • 7.0.0Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.INDIRECT0
is-plain-obj • 2.1.0Check if a value is a plain objectINDIRECT0
is-unicode-supported • 0.1.0Detect whether the terminal supports UnicodeINDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
js-sha3 • 0.8.0A simple SHA-3 / Keccak / Shake hash function for JavaScript supports UTF-8 encoding.INDIRECT0
js-yaml • 4.2.0YAML 1.2 parser and serializerINDIRECT1
locate-path • 6.0.0Get the first path that exists on disk of multiple pathsINDIRECT3
lodash • 4.18.1Lodash modular utilities.DIRECT0
log-symbols • 4.1.0Colored symbols for various log levels. Example: `✔︎ Success`INDIRECT7
markdown-table • 1.1.3Markdown/ASCII tablesDIRECT0
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
mime-db • 1.52.0Media Type DatabaseINDIRECT0
mime-types • 2.1.35The ultimate javascript content-type utility.INDIRECT1
minimalistic-crypto-utils • 1.0.1Minimalistic tools for JS crypto modulesINDIRECT0
mocha • 10.8.2simple, flexible, fun test frameworkDIRECT71
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
normalize-path • 3.0.0Normalize 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.INDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
object-inspect • 1.13.4string representations of objects in node and the browserINDIRECT0
p-limit • 3.1.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-locate • 5.0.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
path-exists • 4.0.0Check if a path existsINDIRECT0
picomatch • 2.3.2Blazing 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.INDIRECT0
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
promise • 8.3.0Bare bones Promises/A+ implementationINDIRECT1
proxy-from-env • 2.1.0Offers getProxyForUrl to get the proxy URL for a URL, respecting the *_PROXY (e.g. HTTP_PROXY) and NO_PROXY environment variables.INDIRECT0
randombytes • 2.1.0random bytes from browserify stand aloneINDIRECT1
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
readdirp • 3.6.0Recursive version of fs.readdir with streaming API.INDIRECT1
req-cwd • 2.0.0Require a module like `require()` but from the current working directoryDIRECT2
req-from • 2.0.0Require a module like `require()` but from a given pathINDIRECT1
require-directory • 2.1.1Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.INDIRECT0
resolve-from • 3.0.0Resolve the path of a module like `require.resolve()` but from a given pathINDIRECT0
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
scrypt-js • 3.0.1The scrypt password-based key derivation function with sync and cancellable async.INDIRECT0
side-channel-list • 1.0.1Store information about any JS value in a side channel, using a linked listINDIRECT2
side-channel-map • 1.0.1Store information about any JS value in a side channel, using a MapINDIRECT17
side-channel-weakmap • 1.0.2Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT18
side-channel • 1.1.1Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT20
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
string-width • 2.1.1Get the visual width of a string - the number of columns required to display itINDIRECT3
string-width • 4.2.3Get the visual width of a string - the number of columns required to display itINDIRECT4
strip-ansi • 4.0.0Strip ANSI escape codesINDIRECT1
strip-ansi • 6.0.1Strip ANSI escape codes from a stringINDIRECT1
strip-json-comments • 3.1.1Strip comments from JSON. Lets you use comments in your JSON files!INDIRECT0
supports-color • 7.2.0Detect whether a terminal supports colorINDIRECT1
supports-color • 8.1.1Detect whether a terminal supports colorINDIRECT1
sync-request • 6.1.0Make synchronous web requestsDIRECT56
sync-rpc • 1.3.6Run asynchronous commands synchronously by putting them in a separate processINDIRECT1
then-request • 6.0.2A request library that returns promises, inspired by requestINDIRECT53
to-regex-range • 5.0.1Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.INDIRECT1
typedarray • 0.0.6TypedArray polyfill for old browsersINDIRECT0
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
wrap-ansi • 7.0.0Wordwrap a string with ANSI escape codesINDIRECT8
ws • 8.18.0Simple to use, blazing fast and thoroughly tested websocket client and server for Node.jsINDIRECT0
yargs-unparser • 2.0.0Converts back a yargs argv object to its original array formINDIRECT4
yargs • 16.2.0yargs the modern, pirate-themed, successor to optimist.INDIRECT15
yocto-queue • 0.1.0Tiny queue data structureINDIRECT0
ISC15
PackageRelationDependenciesPublished
anymatch • 3.1.3Matches strings against configurable strings, globs, regular expressions, and/or functionsINDIRECT2
browser-stdout • 1.3.1`process.stdout` in your browser.INDIRECT0
cliui • 7.0.4easily create complex multi-column command-line-interfacesINDIRECT9
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
get-caller-file • 2.0.5[![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-parent • 5.1.2Extract the non-magic parent path from a glob string.INDIRECT2
glob • 8.1.0a little globberINDIRECT8
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
minimalistic-assert • 1.0.1minimalistic-assert ===INDIRECT0
minimatch • 5.1.9a glob matcher in javascriptINDIRECT2
once • 1.4.0Run a function exactly one timeINDIRECT1
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
y18n • 5.0.8the bare-bones internationalization library used by yargsINDIRECT0
yargs-parser • 20.2.9the mighty option parser used by yargsINDIRECT0
BSD-3-Clause8
PackageRelationDependenciesPublished
antlr4ts • 0.5.0-alpha.4ANTLR 4 runtime for JavaScript written in TypescriptINDIRECT0
charenc • 0.0.2character encoding utilitiesINDIRECT0
crypt • 0.0.2utilities for encryption and hashingINDIRECT0
diff • 5.2.2A JavaScript text diff implementation.INDIRECT0
flat • 5.0.2Take a nested Javascript object and flatten it, or unflatten an object with delimited keysINDIRECT0
qs • 6.15.2A querystring parser that supports nesting and arrays, with a depth limitINDIRECT21
serialize-javascript • 6.0.2Serialize JavaScript to a superset of JSON that includes regular expressions and functions.INDIRECT2
sha1 • 1.1.1native js function for hashing messages with SHA-1DIRECT2
Apache-2.02
PackageRelationDependenciesPublished
caseless • 0.12.0Caseless object set/get/has, very useful when working with HTTP headers.INDIRECT0
workerpool • 6.5.1Offload tasks to a pool of workers on node.js and in the browserINDIRECT0
Python-2.01
PackageRelationDependenciesPublished
argparse • 2.0.1CLI arguments parser. Native port of python's argparse.INDIRECT0
unknown1
PackageRelationDependenciesPublished
parse-cache-control • 1.0.1Parse Cache-Control headers.INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/eth-gas-reporter)](https://licenses.dev/npm/eth-gas-reporter)
<a href="https://licenses.dev/npm/eth-gas-reporter">
  <img src="https://licenses.dev/b/npm/eth-gas-reporter" alt="licenses" />
</a>

Or the licenses badge code for the 0.2.27 version:

[![licenses](https://licenses.dev/b/npm/eth-gas-reporter/0.2.27)](https://licenses.dev/npm/eth-gas-reporter/0.2.27)
<a href="https://licenses.dev/npm/eth-gas-reporter/0.2.27">
  <img src="https://licenses.dev/b/npm/eth-gas-reporter/0.2.27" alt="licenses" />
</a>
GitHub