licenses.dev

snarkjs v0.1.23

zkSNARKs implementation in JavaScript

Published on

Licenses

Learn more about license information.

Package Licenses

GPL-3.0

Dependency Licenses

MIT57
PackageRelationDependenciesPublished
ansi-regex • 2.1.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-regex • 3.0.1Regular expression for matching ANSI escape codesINDIRECT0
assertion-error • 1.1.0Error constructor for test and validation frameworks that implements standardized AssertionError specification.INDIRECT0
bindings • 1.5.0Helper module for loading your native module's .node fileINDIRECT1
camelcase • 5.3.1Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`INDIRECT0
chai • 4.5.0BDD/TDD assertion library for node.js and the browser. Test framework agnostic.DIRECT7
check-error • 1.0.3Error comparison and information related utility for node and the browserINDIRECT1
code-point-at • 1.1.0ES2015 `String#codePointAt()` ponyfillINDIRECT0
cross-spawn • 6.0.6Cross platform child_process#spawn and child_process#spawnSyncINDIRECT7
decamelize • 1.2.0Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbowINDIRECT0
deep-eql • 4.1.4Improved deep equality testing for Node.js and the browser.INDIRECT1
end-of-stream • 1.4.4Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
escape-string-regexp • 1.0.5Escape RegExp special charactersDIRECT0
execa • 1.0.0A better `child_process`INDIRECT18
file-uri-to-path • 1.0.0Convert a file: URI to a file pathINDIRECT0
find-up • 3.0.0Find a file or directory by walking up parent directoriesINDIRECT5
fnv-plus • 1.3.1Javascript FNV-1a Hashing Algorithm up to 1024 bits, with highly optimized 32bit and 52bit implementations.INDIRECT0
get-func-name • 2.0.2Utility for getting a function's name for node and the browserINDIRECT0
get-stream • 4.1.0Get a stream as a string, buffer, or arrayINDIRECT4
invert-kv • 2.0.0Invert the key/value of an object. Example: `{foo: 'bar'}` → `{bar: 'foo'}`INDIRECT0
is-fullwidth-code-point • 1.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT1
is-fullwidth-code-point • 2.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-stream • 1.1.0Check if something is a Node.js streamINDIRECT0
keccak • 2.1.0Keccak sponge function familyDIRECT5
lcid • 2.0.0Mapping between standard locale identifiers and Windows locale identifiers (LCID)INDIRECT1
locate-path • 3.0.0Get the first path that exists on disk of multiple pathsINDIRECT4
loupe • 2.3.7Inspect utility for Node.js and browsersINDIRECT1
map-age-cleaner • 0.1.3Automatically cleanup expired items in a MapINDIRECT1
mem • 4.3.0Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical inputINDIRECT4
mimic-fn • 2.1.0Make a function mimic another oneINDIRECT0
nan • 2.22.2Native Abstractions for Node.js: C++ header for Node 0.8 -> 22 compatibilityINDIRECT0
nice-try • 1.0.5Tries to execute a function and discards any error that occursINDIRECT0
npm-run-path • 2.0.2Get your PATH prepended with locally installed binariesINDIRECT1
number-is-nan • 1.0.1ES2015 Number.isNaN() ponyfillINDIRECT0
os-locale • 3.1.0Get the system localeINDIRECT26
p-defer • 1.0.0Create a deferred promiseINDIRECT0
p-finally • 1.0.0`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcomeINDIRECT0
p-is-promise • 2.1.0Check if something is a promiseINDIRECT0
p-limit • 2.3.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-locate • 3.0.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-try • 2.2.0`Start a promise chainINDIRECT0
path-exists • 3.0.0Check if a path existsINDIRECT0
path-key • 2.0.1Get the PATH environment variable key cross-platformINDIRECT0
pathval • 1.1.1Object value retrieval given a string pathINDIRECT0
pump • 3.0.2pipe streams together and close all of them if one of them closesINDIRECT3
require-directory • 2.1.1Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.INDIRECT0
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
shebang-command • 1.2.0Get the command from a shebangINDIRECT1
shebang-regex • 1.0.0Regular expression for matching a shebangINDIRECT0
string-width • 1.0.2Get the visual width of a string - the number of columns required to display itINDIRECT5
string-width • 2.1.1Get the visual width of a string - the number of columns required to display itINDIRECT3
strip-ansi • 3.0.1Strip ANSI escape codesINDIRECT1
strip-ansi • 4.0.0Strip ANSI escape codesINDIRECT1
strip-eof • 1.0.0Strip the End-Of-File (EOF) character from a string/bufferINDIRECT0
type-detect • 4.1.0Improved typeof detection for node.js and the browser.INDIRECT0
wrap-ansi • 2.1.0Wordwrap a string with ANSI escape codesINDIRECT6
yargs • 12.0.5yargs the modern, pirate-themed, successor to optimist.DIRECT54
ISC14
PackageRelationDependenciesPublished
cliui • 4.1.0easily create complex multi-column command-line-interfacesINDIRECT11
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
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
isexe • 2.0.0Minimal module to check if a file is executable.INDIRECT0
once • 1.4.0Run a function exactly one timeINDIRECT1
require-main-filename • 1.0.1shim for require.main.filename() that works in as many environments as possibleINDIRECT0
semver • 5.7.2The semantic version parser used by npm.INDIRECT0
set-blocking • 2.0.0set blocking stdio and stderr ensuring that terminal output does not truncateINDIRECT0
signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
which-module • 2.0.1Find the module object for something that was require()dINDIRECT0
which • 1.3.1Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
y18n • 4.0.3the bare-bones internationalization library used by yargsINDIRECT0
yargs-parser • 11.1.1the mighty option parser used by yargsINDIRECT2
Unlicense1
PackageRelationDependenciesPublished
big-integer • 1.6.52An arbitrary length integer library for JavascriptDIRECT0
Apache-2.01
PackageRelationDependenciesPublished
circom_runtime • 0.0.3Circom runtimeDIRECT2
GPL-3.01
PackageRelationDependenciesPublished
r1csfile • 0.0.1r1cs file format parserDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.1.23 version:

[![licenses](https://licenses.dev/b/npm/snarkjs/0.1.23)](https://licenses.dev/npm/snarkjs/0.1.23)
<a href="https://licenses.dev/npm/snarkjs/0.1.23">
  <img src="https://licenses.dev/b/npm/snarkjs/0.1.23" alt="licenses" />
</a>
GitHub