licenses.dev

erfc v1.1.0

3327 tool for publishing submissions

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT94
PackageRelationDependenciesPublished
@inquirer/external-editor • 1.0.3Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENTINDIRECT3
@inquirer/figures • 1.0.15Vendored version of figures, for CJS compatibilityINDIRECT0
@kwsites/file-exists • 1.1.1Synchronous validation of a path existing either as a file or as a directory.INDIRECT2
@kwsites/promise-deferred • 1.1.1Minimalist creation of promise wrappers, exposing the ability to resolve or reject the inner promiseINDIRECT0
@octokit/auth-oauth-device • 4.0.5GitHub OAuth Device authentication strategy for JavaScriptDIRECT17
@octokit/auth-token • 3.0.4GitHub API token authentication for browsers and Node.jsINDIRECT0
@octokit/core • 4.2.4Extendable client for GitHub's REST & GraphQL APIsDIRECT17
@octokit/endpoint • 7.0.6Turns REST API endpoints into generic request optionsINDIRECT4
@octokit/graphql • 5.0.6GitHub GraphQL API client for browsers and NodeINDIRECT14
@octokit/oauth-authorization-url • 5.0.0Universal library to retrieve GitHub’s identity URL for the OAuth web flowINDIRECT0
@octokit/oauth-methods • 2.0.6Set of stateless request methods to create, check, reset, refresh, and delete user access tokens for OAuth and GitHub AppsINDIRECT16
@octokit/openapi-types • 18.1.1Generated TypeScript definitions based on GitHub's OpenAPI spec for api.github.comINDIRECT0
@octokit/plugin-paginate-rest • 6.1.2Octokit plugin to paginate REST API endpoint responsesINDIRECT3
@octokit/plugin-request-log • 1.0.4Log all requests and request errorsINDIRECT0
@octokit/plugin-rest-endpoint-methods • 7.2.3Octokit plugin adding one method for all of api.github.com REST API endpointsINDIRECT2
@octokit/request-error • 3.0.3Error class for Octokit request errorsINDIRECT5
@octokit/request • 6.2.8Send parameterized requests to GitHub's APIs with sensible defaults in browsers and NodeINDIRECT13
@octokit/rest • 19.0.13GitHub REST API client for Node.jsDIRECT23
@octokit/tsconfig • 1.0.2TypeScript configuration for Octokit packagesINDIRECT0
@octokit/types • 10.0.0Shared TypeScript definitions for Octokit projectsINDIRECT1
@octokit/types • 9.3.2Shared TypeScript definitions for Octokit projectsINDIRECT1
@simple-git/args-pathspec • 1.0.3INDIRECT0
@simple-git/argv-parser • 1.1.1INDIRECT1
ansi-escapes • 4.3.2ANSI escape codes for manipulating the terminalINDIRECT1
ansi-regex • 5.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
base64-js • 1.5.1Base64 encoding/decoding in pure JSINDIRECT0
bl • 4.1.0Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!INDIRECT8
btoa-lite • 1.0.0Smallest/simplest possible means of using btoa with both Node and browserifyINDIRECT0
buffer • 5.7.1Node.js Buffer API, for the browserINDIRECT2
chalk • 4.1.2Terminal string styling done rightDIRECT5
chardet • 2.2.0Character encoding detectorINDIRECT0
cli-cursor • 3.1.0Toggle the CLI cursorINDIRECT4
cli-spinners • 2.9.2Spinners for use in the terminalINDIRECT0
clone • 1.0.4deep cloning of objects and arraysINDIRECT0
color-convert • 2.0.1Plain color conversion functionsINDIRECT1
color-name • 1.1.4A list of color names and its valuesINDIRECT0
commander • 14.0.3the complete solution for node.js command-line programsINDIRECT0
crypto-random-string • 4.0.0Generate a cryptographically strong random stringINDIRECT1
d • 0.1.1Property descriptor factoryINDIRECT9
debug • 4.4.3Lightweight debugging utility for Node.js and the browserINDIRECT1
defaults • 1.0.4merge single level defaults over a config objectINDIRECT1
dot-prop • 6.0.1Get, set, or delete a property from a nested object using a dot pathINDIRECT1
emoji-regex • 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
es6-iterator • 0.1.3Iterator abstraction based on ES6 specificationINDIRECT11
es6-iterator • 2.0.3Iterator abstraction based on ES6 specificationINDIRECT8
es6-symbol • 2.0.1ECMAScript6 Symbol polyfillINDIRECT10
es6-weak-map • 0.1.4ECMAScript6 WeakMap polyfillINDIRECT12
event-emitter • 0.3.5Environment agnostic event emitterINDIRECT8
figlet • 1.11.3Creates ASCII Art from text. A full implementation of the FIGfont spec.DIRECT1
fs-extra • 10.1.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.DIRECT3
has-flag • 4.0.0Check if argv has a specific flagINDIRECT0
iconv-lite • 0.7.3Convert character encodings in pure javascript.INDIRECT1
imurmurhash • 0.1.4An incremental implementation of MurmurHash3INDIRECT0
inquirer • 9.3.8A collection of common interactive command line user interfaces.DIRECT47
is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-interactive • 1.0.0Check if stdout or stderr is interactiveINDIRECT0
is-obj • 2.0.0Check if a value is an objectINDIRECT0
is-plain-object • 5.0.0Returns true if an object was created by the `Object` constructor, or Object.create(null).INDIRECT0
is-typedarray • 1.0.0Detect whether or not an object is a Typed ArrayINDIRECT0
is-unicode-supported • 0.1.0Detect whether the terminal supports UnicodeINDIRECT0
jsonfile • 6.2.1Easily read/write JSON files.INDIRECT2
lodash • 4.18.1Lodash modular utilities.DIRECT0
log-symbols • 4.1.0Colored symbols for various log levels. Example: `✔︎ Success`INDIRECT7
lru-queue • 0.1.0LRU QueueINDIRECT9
memoizee • 0.3.10Memoize/cache function resultsINDIRECT16
mimic-fn • 2.1.0Make a function mimic another oneINDIRECT0
minimist • 1.2.8parse argument optionsDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
next-tick • 0.2.2Environment agnostic nextTick polyfillINDIRECT0
node-fetch • 2.7.0A light-weight module that brings window.fetch to node.jsINDIRECT3
onetime • 5.1.2Ensure a function is only called onceINDIRECT1
ora • 5.4.1Elegant terminal spinnerINDIRECT29
readable-stream • 3.6.2Streams3, a user-land copy of the stream library from Node.jsINDIRECT4
restore-cursor • 3.1.0Gracefully restore the CLI cursor on exitINDIRECT3
run-async • 3.0.0Utility method to run function either synchronously or asynchronously using the common `this.async()` style.INDIRECT0
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
simple-git • 3.36.0Simple GIT interface for node.jsDIRECT6
slugify • 1.6.9Slugifies a StringDIRECT0
string_decoder • 1.3.0The string_decoder module from Node coreINDIRECT1
string-width • 4.2.3Get the visual width of a string - the number of columns required to display itINDIRECT4
strip-ansi • 6.0.1Strip ANSI escape codes from a stringINDIRECT1
supports-color • 7.2.0Detect whether a terminal supports colorINDIRECT1
tr46 • 0.0.3An implementation of the Unicode TR46 specINDIRECT0
typedarray-to-buffer • 3.1.5Convert a typed array to a Buffer without a copyINDIRECT1
unique-string • 3.0.0Generate a unique random stringINDIRECT2
universalify • 2.0.1Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
wcwidth • 1.0.1Port of C's wcwidth() and wcswidth()INDIRECT2
whatwg-url • 5.0.0An implementation of the WHATWG URL Standard's URL API and parsing machineryINDIRECT2
wrap-ansi • 6.2.0Wordwrap a string with ANSI escape codesINDIRECT8
xdg-basedir • 5.1.0Get XDG Base Directory pathsINDIRECT0
yoctocolors-cjs • 2.1.3CommonJS version - The smallest and fastest command-line coloring package on the internetINDIRECT0
ISC20
PackageRelationDependenciesPublished
cli-color • 0.3.2Colors, formatting and other tools for the consoleINDIRECT17
cli-width • 4.1.0Get stdout window width, with two fallbacks, tty and then a default.INDIRECT0
d • 1.0.2Property descriptor factoryINDIRECT8
deprecation • 2.3.1Log a deprecation message with stackINDIRECT0
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
ext • 1.7.0JavaScript utilities with respect to emerging standardINDIRECT1
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
mute-stream • 1.0.0Bytes go in, but they don't come out (when muted).INDIRECT0
next-tick • 1.1.0Environment agnostic nextTick polyfillINDIRECT0
once • 1.4.0Run a function exactly one timeINDIRECT1
signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
timers-ext • 0.1.8Timers extensionsINDIRECT9
touch • 3.1.1like touch(1) in nodeDIRECT0
type • 2.7.3Runtime validation and processing of JavaScript typesINDIRECT0
universal-user-agent • 6.0.1Get a user agent string in both browser and nodeINDIRECT0
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
write-file-atomic • 3.0.3Write files in an atomic fashion w/configurable ownershipINDIRECT4
unknown2
PackageRelationDependenciesPublished
clear • 0.1.0Clear the terminal screen if possibleDIRECT0
clui • 0.3.6A Node.js toolkit for drawing nice command line tables, gauges, spinners, and sparklines.DIRECT18
BSD-2-Clause2
PackageRelationDependenciesPublished
configstore • 6.0.0Easily load and save config without having to think about where and howDIRECT12
webidl-conversions • 3.0.1Implements the WebIDL algorithms for converting to and from JavaScript valuesINDIRECT0
Apache-2.02
PackageRelationDependenciesPublished
before-after-hook • 2.2.3asynchronous before/error/after hooks for internal functionalityINDIRECT0
rxjs • 7.8.2Reactive Extensions for modern JavaScriptINDIRECT1
CC0-1.0 OR MIT2
PackageRelationDependenciesPublished
type-fest • 0.21.3A collection of essential TypeScript typesINDIRECT0
type-fest • 1.4.0A collection of essential TypeScript typesINDIRECT0
0BSD1
PackageRelationDependenciesPublished
tslib • 2.8.1Runtime library for TypeScript helper functionsINDIRECT0
BSD-3-Clause1
PackageRelationDependenciesPublished
ieee754 • 1.2.1Read/write IEEE754 floating point numbers from/to a Buffer or array-like objectINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 1.1.0 version:

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