Package Licenses
MIT
Dependency Licenses
MIT82
Package | Relation | Dependencies | Published |
---|---|---|---|
ansi-bgblack • 0.1.1The color bgblack, in ansi. | INDIRECT | 1 | |
ansi-bgblue • 0.1.1The color bgblue, in ansi. | INDIRECT | 1 | |
ansi-bgcyan • 0.1.1The color bgcyan, in ansi. | INDIRECT | 1 | |
ansi-bggreen • 0.1.1The color bggreen, in ansi. | INDIRECT | 1 | |
ansi-bgmagenta • 0.1.1The color bgmagenta, in ansi. | INDIRECT | 1 | |
ansi-bgred • 0.1.1The color bgred, in ansi. | INDIRECT | 1 | |
ansi-bgwhite • 0.1.1The color bgwhite, in ansi. | INDIRECT | 1 | |
ansi-bgyellow • 0.1.1The color bgyellow, in ansi. | INDIRECT | 1 | |
ansi-black • 0.1.1The color black, in ansi. | INDIRECT | 1 | |
ansi-blue • 0.1.1The color blue, in ansi. | INDIRECT | 1 | |
ansi-bold • 0.1.1The color bold, in ansi. | INDIRECT | 1 | |
ansi-colors • 0.2.0Collection of ansi colors and styles. | INDIRECT | 32 | |
ansi-cyan • 0.1.1The color cyan, in ansi. | INDIRECT | 1 | |
ansi-dim • 0.1.1The color dim, in ansi. | INDIRECT | 1 | |
ansi-gray • 0.1.1The color gray, in ansi. | INDIRECT | 1 | |
ansi-green • 0.1.1The color green, in ansi. | INDIRECT | 1 | |
ansi-grey • 0.1.1The color grey, in ansi. | INDIRECT | 1 | |
ansi-hidden • 0.1.1The color hidden, in ansi. | INDIRECT | 1 | |
ansi-inverse • 0.1.1The color inverse, in ansi. | INDIRECT | 1 | |
ansi-italic • 0.1.1The color italic, in ansi. | INDIRECT | 1 | |
ansi-magenta • 0.1.1The color magenta, in ansi. | INDIRECT | 1 | |
ansi-red • 0.1.1The color red, in ansi. | INDIRECT | 1 | |
ansi-reset • 0.1.1The color reset, in ansi. | INDIRECT | 1 | |
ansi-strikethrough • 0.1.1The color strikethrough, in ansi. | INDIRECT | 1 | |
ansi-underline • 0.1.1The color underline, in ansi. | INDIRECT | 1 | |
ansi-white • 0.1.1The color white, in ansi. | INDIRECT | 1 | |
ansi-wrap • 0.1.0Create ansi colors by passing the open and close codes. | INDIRECT | 0 | |
ansi-yellow • 0.1.1The color yellow, in ansi. | INDIRECT | 1 | |
arr-flatten • 1.1.0Recursively flatten an array or arrays. | INDIRECT | 0 | |
arr-swap • 1.0.1Swap two items in an array. Does not modify the Array prototype. | INDIRECT | 3 | |
choices-separator • 2.0.0Separator for choices arrays in prompts. Based on the Separator from inquirer. | INDIRECT | 5 | |
clone-deep • 1.0.0Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives. | DIRECT | 9 | |
clone-deep • 4.0.1Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives. | INDIRECT | 4 | |
collection-visit • 1.0.0Visit a method over the items in an object, or map visit over the objects in an array. | INDIRECT | 3 | |
debug • 2.6.9small debugging utility | INDIRECT | 1 | |
debug • 3.2.7small debugging utility | DIRECT | 1 | |
define-property • 1.0.0Define a non-enumerable property on an object. | DIRECT | 5 | |
define-property • 2.0.2Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty. | INDIRECT | 6 | |
error-symbol • 0.1.0Cross-platform error symbol. | INDIRECT | 0 | |
extend-shallow • 2.0.1Extend an object with the properties of additional objects. node.js/javascript util. | INDIRECT | 1 | |
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.js | INDIRECT | 0 | |
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.js | INDIRECT | 0 | |
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. | INDIRECT | 1 | |
function-bind • 1.1.2Implementation of Function.prototype.bind | INDIRECT | 0 | |
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate. | INDIRECT | 1 | |
info-symbol • 0.1.0Cross-platform info symbol. | INDIRECT | 0 | |
is-accessor-descriptor • 1.0.1Returns true if a value has the characteristics of a valid JavaScript accessor descriptor. | INDIRECT | 2 | |
is-buffer • 1.1.6Determine if an object is a Buffer | INDIRECT | 0 | |
is-data-descriptor • 1.0.1Returns true if a value has the characteristics of a valid JavaScript data descriptor. | INDIRECT | 2 | |
is-descriptor • 1.0.3Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors. | INDIRECT | 4 | |
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?" | INDIRECT | 0 | |
is-number • 3.0.0Returns true if the value is a number. comprehensive tests. | INDIRECT | 2 | |
is-number • 6.0.0Returns true if the value is a number. comprehensive tests. | INDIRECT | 0 | |
is-plain-object • 2.0.4Returns true if an object was created by the `Object` constructor. | INDIRECT | 1 | |
is-windows • 1.0.2Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc. | INDIRECT | 0 | |
isobject • 3.0.1Returns true if the value is an object and not an array or null. | DIRECT | 0 | |
kind-of • 3.2.2Get the native type of a value. | INDIRECT | 1 | |
kind-of • 5.1.0Get the native type of a value. | DIRECT | 0 | |
kind-of • 6.0.3Get the native type of a value. | INDIRECT | 0 | |
koalas • 1.0.2Coalesce for JavaScript. Returns the first value that is not undefined or null. | DIRECT | 0 | |
lazy-cache • 2.0.2Cache requires to be lazy-loaded when needed. | INDIRECT | 4 | |
log-ok • 0.1.1just `console.log` prefixed with a green check | INDIRECT | 3 | |
log-utils • 0.2.1Basic logging utils: colors, symbols and timestamp. | INDIRECT | 39 | |
map-visit • 1.0.0Map `visit` over an array of objects. | INDIRECT | 2 | |
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. | INDIRECT | 2 | |
ms • 2.0.0Tiny milisecond conversion utility | INDIRECT | 0 | |
ms • 2.1.3Tiny millisecond conversion utility | INDIRECT | 0 | |
object-visit • 1.0.1Call a specified method on each value in the given object. | INDIRECT | 1 | |
pointer-symbol • 1.0.0Cross-platform pointer symbols for prompts. | INDIRECT | 0 | |
prompt-choices • 4.1.0Create an array of multiple choice objects for use in prompts. | DIRECT | 71 | |
radio-symbol • 2.0.0Unicode radio button symbol, for toggling on/off in prompts. | INDIRECT | 4 | |
set-getter • 0.1.1Create nested getter properties and any intermediary dot notation (`'a.b.c'`) paths | INDIRECT | 3 | |
set-value • 3.0.3Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths. | INDIRECT | 2 | |
shallow-clone • 1.0.0Make a shallow clone of an object, array or primitive. | INDIRECT | 4 | |
shallow-clone • 3.0.1Creates a shallow clone of any JavaScript value. | INDIRECT | 1 | |
strip-color • 0.1.0Strip ANSI color codes from a string. No dependencies. | INDIRECT | 0 | |
success-symbol • 0.1.0Cross-platform success symbol. | INDIRECT | 0 | |
terminal-paginator • 2.0.2Paginator used for rendering lists or choices for prompts in the terminal. | INDIRECT | 44 | |
time-stamp • 1.1.0Get a formatted timestamp. | INDIRECT | 0 | |
to-object-path • 0.3.0Create an object path from a list or array of strings. | INDIRECT | 2 | |
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. | INDIRECT | 1 | |
warning-symbol • 0.1.0Cross-platform warning symbol. | INDIRECT | 0 |