licenses.dev

prompt-input v3.0.0

Basic text input prompt. This can be used standalone, but it's also included in [enquirer] by default.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT98
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-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
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 • 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 utilityDIRECT1
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
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
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 • 3.2.2Get 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 • 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
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
pointer-symbol • 1.0.0Cross-platform pointer symbols for prompts.INDIRECT0
prompt-actions • 3.0.2Action manager for prompt-base.INDIRECT2
prompt-base • 4.1.0Base prompt module used for creating custom prompts.DIRECT98
prompt-choices • 4.1.0Create an array of multiple choice objects for use in prompts.INDIRECT71
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 • 3.0.3Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.INDIRECT2
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
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/prompt-input)](https://licenses.dev/npm/prompt-input)
<a href="https://licenses.dev/npm/prompt-input">
  <img src="https://licenses.dev/b/npm/prompt-input" alt="licenses" />
</a>

Or the licenses badge code for the 3.0.0 version:

[![licenses](https://licenses.dev/b/npm/prompt-input/3.0.0)](https://licenses.dev/npm/prompt-input/3.0.0)
<a href="https://licenses.dev/npm/prompt-input/3.0.0">
  <img src="https://licenses.dev/b/npm/prompt-input/3.0.0" alt="licenses" />
</a>
GitHub