licenses.dev

tokenify v1.0.4

Interactive command line tool to easily get refresh tokens for Spotify API

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT121
PackageRelationDependenciesPublished
ansi-bgblack • 0.1.1The color bgblack, in ansi.INDIRECT1
ansi-bgblue • 0.1.1The color bgblue, in ansi.INDIRECT1
ansi-bgcyan • 0.1.1The color bgcyan, in ansi.INDIRECT1
ansi-bggreen • 0.1.1The color bggreen, in ansi.INDIRECT1
ansi-bgmagenta • 0.1.1The color bgmagenta, in ansi.INDIRECT1
ansi-bgred • 0.1.1The color bgred, in ansi.INDIRECT1
ansi-bgwhite • 0.1.1The color bgwhite, in ansi.INDIRECT1
ansi-bgyellow • 0.1.1The color bgyellow, in ansi.INDIRECT1
ansi-black • 0.1.1The color black, in ansi.INDIRECT1
ansi-blue • 0.1.1The color blue, in ansi.INDIRECT1
ansi-bold • 0.1.1The color bold, in ansi.INDIRECT1
ansi-colors • 0.2.0Collection of ansi colors and styles.INDIRECT32
ansi-cyan • 0.1.1The color cyan, in ansi.INDIRECT1
ansi-dim • 0.1.1The color dim, in ansi.INDIRECT1
ansi-escapes • 3.2.0ANSI escape codes for manipulating the terminalINDIRECT0
ansi-gray • 0.1.1The color gray, in ansi.INDIRECT1
ansi-green • 0.1.1The color green, in ansi.INDIRECT1
ansi-grey • 0.1.1The color grey, in ansi.INDIRECT1
ansi-hidden • 0.1.1The color hidden, in ansi.INDIRECT1
ansi-inverse • 0.1.1The color inverse, in ansi.INDIRECT1
ansi-italic • 0.1.1The color italic, in ansi.INDIRECT1
ansi-magenta • 0.1.1The color magenta, in ansi.INDIRECT1
ansi-red • 0.1.1The color red, in ansi.INDIRECT1
ansi-regex • 3.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-reset • 0.1.1The color reset, in ansi.INDIRECT1
ansi-strikethrough • 0.1.1The color strikethrough, in ansi.INDIRECT1
ansi-underline • 0.1.1The color underline, in ansi.INDIRECT1
ansi-white • 0.1.1The color white, in ansi.INDIRECT1
ansi-wrap • 0.1.0Create ansi colors by passing the open and close codes.INDIRECT0
ansi-yellow • 0.1.1The color yellow, in ansi.INDIRECT1
any-promise • 0.1.0Resolve any installed ES6 compatible promiseINDIRECT0
arr-flatten • 1.1.0Recursively flatten an array or arrays.INDIRECT0
arr-swap • 1.0.1Swap two items in an array. Does not modify the Array prototype.INDIRECT3
choices-separator • 2.0.0Separator for choices arrays in prompts. Based on the Separator from inquirer.INDIRECT5
clone-deep • 0.3.0Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives.INDIRECT12
clone-deep • 1.0.0Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives.INDIRECT9
clone-deep • 4.0.1Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives.INDIRECT4
collection-visit • 1.0.0Visit a method over the items in an object, or map visit over the objects in an array.INDIRECT3
component-emitter • 1.3.1Event emitterINDIRECT0
copy-descriptor • 0.1.1Copy a descriptor from object A to object BINDIRECT0
debug • 2.6.9small debugging utilityINDIRECT1
debug • 3.2.7small debugging utilityINDIRECT1
define-property • 0.2.5Define a non-enumerable property on an object.INDIRECT5
define-property • 1.0.0Define a non-enumerable property on an object.INDIRECT5
define-property • 2.0.2Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.INDIRECT6
enquirer • 1.0.3Intuitive, plugin-based prompt system for node.js.DIRECT111
error-symbol • 0.1.0Cross-platform error symbol.INDIRECT0
extend-shallow • 2.0.1Extend an object with the properties of additional objects. node.js/javascript util.INDIRECT1
for-in • 0.1.8Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.jsINDIRECT0
for-in • 1.0.2Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.jsINDIRECT0
for-own • 1.0.0Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js.INDIRECT1
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
get-value • 2.0.6Use property paths (`a.b.c`) to get a nested value from an object.INDIRECT0
has-flag • 2.0.0Check if argv has a specific flagINDIRECT0
has-flag • 3.0.0Check if argv has a specific flagINDIRECT0
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
info-symbol • 0.1.0Cross-platform info symbol.INDIRECT0
is-accessor-descriptor • 1.0.1Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.INDIRECT2
is-buffer • 1.1.6Determine if an object is a BufferINDIRECT0
is-data-descriptor • 1.0.1Returns true if a value has the characteristics of a valid JavaScript data descriptor.INDIRECT2
is-descriptor • 0.1.7Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.INDIRECT4
is-descriptor • 1.0.3Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.INDIRECT4
is-extendable • 0.1.1Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. "can the value have keys?"INDIRECT0
is-fullwidth-code-point • 2.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-number • 3.0.0Returns true if the value is a number. comprehensive tests.INDIRECT2
is-number • 6.0.0Returns true if the value is a number. comprehensive tests.INDIRECT0
is-plain-object • 2.0.4Returns true if an object was created by the `Object` constructor.INDIRECT1
is-windows • 1.0.2Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.INDIRECT0
isobject • 3.0.1Returns true if the value is an object and not an array or null.INDIRECT0
kind-of • 2.0.1Get the native type of a value.INDIRECT1
kind-of • 3.2.2Get the native type of a value.INDIRECT1
kind-of • 4.0.0Get the native type of a value.INDIRECT1
kind-of • 5.1.0Get the native type of a value.INDIRECT0
kind-of • 6.0.3Get the native type of a value.INDIRECT0
koalas • 1.0.2Coalesce for JavaScript. Returns the first value that is not undefined or null.INDIRECT0
lazy-cache • 0.2.7Cache requires to be lazy-loaded when needed.INDIRECT0
lazy-cache • 2.0.2Cache requires to be lazy-loaded when needed.INDIRECT4
log-ok • 0.1.1just `console.log` prefixed with a green checkINDIRECT3
log-utils • 0.2.1Basic logging utils: colors, symbols and timestamp.INDIRECT39
map-visit • 1.0.0Map `visit` over an array of objects.INDIRECT2
mixin-object • 2.0.1Mixin the own and inherited properties of other objects onto the first object. Pass an empty object as the first arg to shallow clone.INDIRECT2
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
node-fetch • 2.1.2A light-weight module that brings window.fetch to node.jsDIRECT0
object-copy • 0.1.0Copy static properties, prototype properties, and descriptors from one object to another.INDIRECT9
object-visit • 1.0.1Call a specified method on each value in the given object.INDIRECT1
open • 0.0.5open a file or url in the user's preferred applicationDIRECT0
pointer-symbol • 1.0.0Cross-platform pointer symbols for prompts.INDIRECT0
promise-reduce • 2.1.0Reduce an array and return a PromiseINDIRECT1
prompt-actions • 3.0.2Action manager for prompt-base.INDIRECT2
prompt-base • 4.1.0Base prompt module used for creating custom prompts.INDIRECT98
prompt-choices • 3.0.6Create an array of multiple choice objects for use in prompts.INDIRECT74
prompt-choices • 4.1.0Create an array of multiple choice objects for use in prompts.INDIRECT71
prompt-confirm • 2.0.0Confirm (yes/no) prompt. Can be used standalone or with a prompt system like [Enquirer].DIRECT99
prompt-input • 3.0.0Basic text input prompt. This can be used standalone, but it's also included in [enquirer] by default.INDIRECT99
prompt-password • 1.2.0Password prompt. Can be used as a standalone prompt, or as a plugin for [Enquirer].DIRECT99
prompt-question • 3.0.3Question object, used by Enquirer and prompt plugins.INDIRECT76
prompt-question • 5.0.2Question object, used by Enquirer and prompt plugins.INDIRECT82
radio-symbol • 2.0.0Unicode radio button symbol, for toggling on/off in prompts.INDIRECT4
readline-ui • 2.2.3Create a readline interface with default settings to use in prompts.INDIRECT25
readline-utils • 2.2.3Readline utils, for moving the cursor, clearing lines, creating a readline interface, and more.INDIRECT17
set-getter • 0.1.1Create nested getter properties and any intermediary dot notation (`'a.b.c'`) pathsINDIRECT3
set-value • 1.0.0Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.INDIRECT7
set-value • 3.0.3Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.INDIRECT2
shallow-clone • 0.1.2Make a shallow clone of an object, array or primitive.INDIRECT6
shallow-clone • 1.0.0Make a shallow clone of an object, array or primitive.INDIRECT4
shallow-clone • 3.0.1Creates a shallow clone of any JavaScript value.INDIRECT1
static-extend • 0.1.2Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.INDIRECT10
string-width • 2.1.1Get the visual width of a string - the number of columns required to display itINDIRECT3
strip-ansi • 4.0.0Strip ANSI escape codesINDIRECT1
strip-color • 0.1.0Strip ANSI color codes from a string. No dependencies.INDIRECT0
success-symbol • 0.1.0Cross-platform success symbol.INDIRECT0
supports-color • 5.5.0Detect whether a terminal supports colorINDIRECT1
supports-hyperlinks • 1.0.1Detect if your terminal emulator supports hyperlinksINDIRECT3
terminal-link • 1.1.0Create clickable links in the terminalDIRECT5
terminal-paginator • 2.0.2Paginator used for rendering lists or choices for prompts in the terminal.INDIRECT44
time-stamp • 1.1.0Get a formatted timestamp.INDIRECT0
to-object-path • 0.3.0Create an object path from a list or array of strings.INDIRECT2
toggle-array • 1.0.1In an array of objects, this enables a property on the object at the specified index, while disabling the property on all other objects.INDIRECT1
warning-symbol • 0.1.0Cross-platform warning symbol.INDIRECT0
window-size • 1.1.1Reliable way to get the height and width of terminal/console, since it's not calculated or updated the same way on all platforms, environments and node.js versions.INDIRECT9
ISC1
PackageRelationDependenciesPublished
mute-stream • 0.0.7Bytes go in, but they don't come out (when muted).INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 1.0.4 version:

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