licenses.dev

erfc v1.0.5

3327 tool for publishing submissions

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT79
PackageRelationDependenciesPublished
@octokit/auth-oauth-device • 3.1.4GitHub OAuth Device authentication strategy for JavaScriptDIRECT19
@octokit/auth-token • 2.5.0GitHub API token authentication for browsers and Node.jsINDIRECT2
@octokit/core • 3.6.0Extendable client for GitHub's REST & GraphQL APIsDIRECT17
@octokit/endpoint • 6.0.12Turns REST API endpoints into generic request optionsINDIRECT4
@octokit/endpoint • 7.0.6Turns REST API endpoints into generic request optionsINDIRECT4
@octokit/graphql • 4.8.0GitHub 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 • 12.11.0Generated TypeScript definitions based on GitHub's OpenAPI spec for api.github.comINDIRECT0
@octokit/openapi-types • 18.1.1Generated TypeScript definitions based on GitHub's OpenAPI spec for api.github.comINDIRECT0
@octokit/plugin-paginate-rest • 2.21.3Octokit plugin to paginate REST API endpoint responsesINDIRECT2
@octokit/plugin-request-log • 1.0.4Log all requests and request errorsINDIRECT0
@octokit/plugin-rest-endpoint-methods • 5.16.2Octokit plugin adding one method for all of api.github.com REST API endpointsINDIRECT3
@octokit/request-error • 2.1.0Error class for Octokit request errorsINDIRECT5
@octokit/request-error • 3.0.3Error class for Octokit request errorsINDIRECT5
@octokit/request • 5.6.3Send parameterized requests to GitHub's APIs with sensible defaults in browsers and NodeINDIRECT13
@octokit/request • 6.2.8Send parameterized requests to GitHub's APIs with sensible defaults in browsers and NodeINDIRECT13
@octokit/rest • 18.12.0GitHub REST API client for Node.jsDIRECT21
@octokit/types • 6.41.0Shared TypeScript definitions for Octokit projectsINDIRECT1
@octokit/types • 9.3.2Shared TypeScript definitions for Octokit projectsINDIRECT1
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
btoa-lite • 1.0.0Smallest/simplest possible means of using btoa with both Node and browserifyINDIRECT0
chalk • 3.0.0Terminal string styling done rightDIRECT5
chalk • 4.1.2Terminal string styling done rightINDIRECT5
chardet • 0.7.0Character detectorINDIRECT0
cli-cursor • 3.1.0Toggle the CLI cursorINDIRECT4
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 • 2.0.0Generate a cryptographically strong random stringINDIRECT0
d • 0.1.1Property descriptor factoryINDIRECT9
debug • 4.4.3Lightweight debugging utility for Node.js and the browserINDIRECT1
dot-prop • 5.3.0Get, 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
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
event-emitter • 0.3.5Environment agnostic event emitterINDIRECT8
external-editor • 3.1.0Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENTINDIRECT5
figlet • 1.11.3Creates ASCII Art from text. A full implementation of the FIGfont spec.DIRECT1
figures • 3.2.0Unicode symbols with Windows CMD fallbacksINDIRECT1
has-flag • 4.0.0Check if argv has a specific flagINDIRECT0
iconv-lite • 0.4.24Convert character encodings in pure javascript.INDIRECT1
imurmurhash • 0.1.4An incremental implementation of MurmurHash3INDIRECT0
inquirer • 7.3.3A collection of common interactive command line user interfaces.DIRECT33
is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
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
lodash • 4.18.1Lodash modular utilities.DIRECT0
lru-queue • 0.1.0LRU QueueINDIRECT9
make-dir • 3.1.0Make a directory and its parents if needed - Think `mkdir -p`INDIRECT1
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
os-tmpdir • 1.0.2Node.js os.tmpdir() ponyfillINDIRECT0
restore-cursor • 3.1.0Gracefully restore the CLI cursor on exitINDIRECT3
run-async • 2.4.1Utility method to run function either synchronously or asynchronously using the common `this.async()` style.INDIRECT0
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
simple-git • 1.132.0Simple GIT interface for node.jsDIRECT2
slugify • 1.6.9Slugifies a StringDIRECT0
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
through • 2.3.8simplified stream constructionINDIRECT0
tmp • 0.0.33Temporary file and directory creatorINDIRECT1
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 • 2.0.0Generate a unique random stringINDIRECT1
whatwg-url • 5.0.0An implementation of the WHATWG URL Standard's URL API and parsing machineryINDIRECT2
xdg-basedir • 4.0.0Get XDG Base Directory pathsINDIRECT0
ISC20
PackageRelationDependenciesPublished
cli-color • 0.3.2Colors, formatting and other tools for the consoleINDIRECT17
cli-width • 3.0.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
mute-stream • 0.0.8Bytes 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
semver • 6.3.1The semantic version parser used by npm.INDIRECT0
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 • 5.0.1Easily load and save config without having to think about where and howDIRECT13
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 • 6.6.7Reactive Extensions for modern JavaScriptINDIRECT1
0BSD1
PackageRelationDependenciesPublished
tslib • 1.14.1Runtime library for TypeScript helper functionsINDIRECT0
CC0-1.0 OR MIT1
PackageRelationDependenciesPublished
type-fest • 0.21.3A collection of essential TypeScript typesINDIRECT0
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.0.5 version:

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