ansi-bgblack • 0.1.1 The color bgblack, in ansi. INDIRECT 1 1432259834 ansi-bgblue • 0.1.1 The color bgblue, in ansi. INDIRECT 1 1432259836 ansi-bgcyan • 0.1.1 The color bgcyan, in ansi. INDIRECT 1 1432259840 ansi-bggreen • 0.1.1 The color bggreen, in ansi. INDIRECT 1 1432259844 ansi-bgmagenta • 0.1.1 The color bgmagenta, in ansi. INDIRECT 1 1432259848 ansi-bgred • 0.1.1 The color bgred, in ansi. INDIRECT 1 1432259850 ansi-bgwhite • 0.1.1 The color bgwhite, in ansi. INDIRECT 1 1432259853 ansi-bgyellow • 0.1.1 The color bgyellow, in ansi. INDIRECT 1 1432259857 ansi-black • 0.1.1 The color black, in ansi. INDIRECT 1 1432259860 ansi-blue • 0.1.1 The color blue, in ansi. INDIRECT 1 1432259863 ansi-bold • 0.1.1 The color bold, in ansi. INDIRECT 1 1432259866 ansi-colors • 0.2.0 Collection of ansi colors and styles. INDIRECT 32 1468242573 ansi-cyan • 0.1.1 The color cyan, in ansi. INDIRECT 1 1432259870 ansi-dim • 0.1.1 The color dim, in ansi. INDIRECT 1 1432259873 ansi-gray • 0.1.1 The color gray, in ansi. INDIRECT 1 1432259876 ansi-green • 0.1.1 The color green, in ansi. INDIRECT 1 1432259879 ansi-grey • 0.1.1 The color grey, in ansi. INDIRECT 1 1432259881 ansi-hidden • 0.1.1 The color hidden, in ansi. INDIRECT 1 1432259885 ansi-inverse • 0.1.1 The color inverse, in ansi. INDIRECT 1 1432259889 ansi-italic • 0.1.1 The color italic, in ansi. INDIRECT 1 1432259892 ansi-magenta • 0.1.1 The color magenta, in ansi. INDIRECT 1 1432259895 ansi-red • 0.1.1 The color red, in ansi. INDIRECT 1 1432259898 ansi-regex • 3.0.1 Regular expression for matching ANSI escape codes INDIRECT 0 1648387784 ansi-reset • 0.1.1 The color reset, in ansi. INDIRECT 1 1432259901 ansi-strikethrough • 0.1.1 The color strikethrough, in ansi. INDIRECT 1 1432259904 ansi-underline • 0.1.1 The color underline, in ansi. INDIRECT 1 1432259907 ansi-white • 0.1.1 The color white, in ansi. INDIRECT 1 1432259910 ansi-wrap • 0.1.0 Create ansi colors by passing the open and close codes. INDIRECT 0 1432259000 ansi-yellow • 0.1.1 The color yellow, in ansi. INDIRECT 1 1432259915 arr-flatten • 1.1.0 Recursively flatten an array or arrays. INDIRECT 0 1499280631 arr-swap • 1.0.1 Swap two items in an array. Does not modify the Array prototype. INDIRECT 3 1495764657 choices-separator • 2.0.0 Separator for choices arrays in prompts. Based on the Separator from inquirer. INDIRECT 5 1495026753 clone-deep • 1.0.0 Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives. INDIRECT 9 1500207488 clone-deep • 4.0.1 Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives. INDIRECT 4 1542844824 collection-visit • 1.0.0 Visit a method over the items in an object, or map visit over the objects in an array. INDIRECT 3 1491775231 component-emitter • 1.3.1 Event emitter DIRECT 0 1700168232 copy-descriptor • 0.1.1 Copy a descriptor from object A to object B INDIRECT 0 1465497125 debug • 2.6.9 small debugging utility INDIRECT 1 1506087155 debug • 3.2.7 small debugging utility DIRECT 1 1605790637 define-property • 0.2.5 Define a non-enumerable property on an object. INDIRECT 5 1441002670 define-property • 1.0.0 Define a non-enumerable property on an object. INDIRECT 5 1492669183 define-property • 2.0.2 Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty. INDIRECT 6 1516998262 error-symbol • 0.1.0 Cross-platform error symbol. INDIRECT 0 1432784345 extend-shallow • 2.0.1 Extend an object with the properties of additional objects. node.js/javascript util. INDIRECT 1 1437089316 for-in • 0.1.8 Iterate 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 1488163817 for-in • 1.0.2 Iterate 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 1488298376 for-own • 1.0.0 Iterate 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 1488159207 function-bind • 1.1.2 Implementation of Function.prototype.bind INDIRECT 0 1697137699 hasown • 2.0.2 A robust, ES3 compatible, "has own property" predicate. INDIRECT 1 1710092305 info-symbol • 0.1.0 Cross-platform info symbol. INDIRECT 0 1432784356 is-accessor-descriptor • 1.0.1 Returns true if a value has the characteristics of a valid JavaScript accessor descriptor. INDIRECT 2 1698341900 is-buffer • 1.1.6 Determine if an object is a Buffer INDIRECT 0 1508967388 is-data-descriptor • 1.0.1 Returns true if a value has the characteristics of a valid JavaScript data descriptor. INDIRECT 2 1698341839 is-descriptor • 0.1.7 Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors. INDIRECT 4 1698382146 is-descriptor • 1.0.3 Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors. INDIRECT 4 1698369740 is-extendable • 0.1.1 Returns 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 1436050211 is-fullwidth-code-point • 2.0.0 Check if the character represented by a given Unicode code point is fullwidth INDIRECT 0 1474526569 is-number • 3.0.0 Returns true if the value is a number. comprehensive tests. INDIRECT 2 1473555090 is-number • 6.0.0 Returns true if the value is a number. comprehensive tests. INDIRECT 0 1522515759 is-plain-object • 2.0.4 Returns true if an object was created by the `Object` constructor. INDIRECT 1 1499812870 is-windows • 1.0.2 Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc. INDIRECT 0 1518593803 isobject • 3.0.1 Returns true if the value is an object and not an array or null. INDIRECT 0 1498846770 kind-of • 3.2.2 Get the native type of a value. INDIRECT 1 1494958901 kind-of • 5.1.0 Get the native type of a value. INDIRECT 0 1507878226 kind-of • 6.0.3 Get the native type of a value. INDIRECT 0 1579193959 koalas • 1.0.2 Coalesce for JavaScript. Returns the first value that is not undefined or null. DIRECT 0 1492608526 lazy-cache • 2.0.2 Cache requires to be lazy-loaded when needed. INDIRECT 4 1478577913 log-ok • 0.1.1 just `console.log` prefixed with a green check INDIRECT 3 1466357700 log-utils • 0.2.1 Basic logging utils: colors, symbols and timestamp. DIRECT 39 1468242602 map-visit • 1.0.0 Map `visit` over an array of objects. INDIRECT 2 1491774215 mixin-object • 2.0.1 Mixin 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 1440138272 ms • 2.0.0 Tiny milisecond conversion utility INDIRECT 0 1494937566 ms • 2.1.3 Tiny millisecond conversion utility INDIRECT 0 1607435675 object-copy • 0.1.0 Copy static properties, prototype properties, and descriptors from one object to another. INDIRECT 9 1465495670 object-visit • 1.0.1 Call a specified method on each value in the given object. INDIRECT 1 1496118321 pointer-symbol • 1.0.0 Cross-platform pointer symbols for prompts. INDIRECT 0 1495572642 prompt-actions • 3.0.2 Action manager for prompt-base. DIRECT 2 1496422382 prompt-choices • 4.1.0 Create an array of multiple choice objects for use in prompts. INDIRECT 71 1527539149 prompt-question • 5.0.2 Question object, used by Enquirer and prompt plugins. DIRECT 82 1504203321 radio-symbol • 2.0.0 Unicode radio button symbol, for toggling on/off in prompts. INDIRECT 4 1495372810 readline-ui • 2.2.3 Create a readline interface with default settings to use in prompts. DIRECT 25 1496623143 readline-utils • 2.2.3 Readline utils, for moving the cursor, clearing lines, creating a readline interface, and more. DIRECT 17 1499815123 set-getter • 0.1.1 Create nested getter properties and any intermediary dot notation (`'a.b.c'`) paths INDIRECT 3 1624023247 set-value • 3.0.3 Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths. INDIRECT 2 1660668408 shallow-clone • 1.0.0 Make a shallow clone of an object, array or primitive. INDIRECT 4 1500207094 shallow-clone • 3.0.1 Creates a shallow clone of any JavaScript value. INDIRECT 1 1555373202 static-extend • 0.1.2 Adds 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. DIRECT 10 1465497937 string-width • 2.1.1 Get the visual width of a string - the number of columns required to display it INDIRECT 3 1500376155 strip-ansi • 4.0.0 Strip ANSI escape codes INDIRECT 1 1497986906 strip-color • 0.1.0 Strip ANSI color codes from a string. No dependencies. INDIRECT 0 1445159290 success-symbol • 0.1.0 Cross-platform success symbol. INDIRECT 0 1432784324 terminal-paginator • 2.0.2 Paginator used for rendering lists or choices for prompts in the terminal. INDIRECT 44 1496403827 time-stamp • 1.1.0 Get a formatted timestamp. INDIRECT 0 1494809611 to-object-path • 0.3.0 Create an object path from a list or array of strings. INDIRECT 2 1454259578 toggle-array • 1.0.1 In 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 1494186771 warning-symbol • 0.1.0 Cross-platform warning symbol. INDIRECT 0 1432784335 window-size • 1.1.1 Reliable 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. INDIRECT 9 1532722870