licenses.dev

@syncfusion/ej2-vue-lists v27.1.48

The listview control allows you to select an item or multiple items from a list-like interface and represents the data in interactive hierarchical structure across different layouts or views. for Vue

Published on

Licenses

Learn more about license information.

Package Licenses

non-standard

Dependency Licenses

MIT66
PackageRelationDependenciesPublished
ansi-escapes • 1.4.0ANSI escape codes for manipulating the terminalINDIRECT0
ansi-regex • 2.1.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 2.2.1ANSI escape codes for styling strings in the terminalINDIRECT0
ansi-styles • 3.2.1ANSI escape codes for styling strings in the terminalINDIRECT2
argparse • 1.0.10Very powerful CLI arguments parser. Native port of argparse - python's options parsing libraryINDIRECT1
array-union • 1.0.2Create an array of unique values, in order, from the input arraysINDIRECT1
array-uniq • 1.0.3Create an array without duplicatesINDIRECT0
async • 2.6.4Higher-order functions and common patterns for asynchronous codeINDIRECT1
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
buffer-from • 1.1.2A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.INDIRECT0
chalk • 1.1.3Terminal string styling done right. Much color.INDIRECT6
chalk • 2.4.2Terminal string styling done rightINDIRECT6
cli-cursor • 1.0.2Toggle the CLI cursorINDIRECT3
code-point-at • 1.1.0ES2015 `String#codePointAt()` ponyfillINDIRECT0
color-convert • 1.9.3Plain color conversion functionsINDIRECT1
color-name • 1.1.3A list of color names and its valuesINDIRECT0
commander • 2.20.3the complete solution for node.js command-line programsINDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
concat-stream • 1.6.2writable stream that concatenates strings or binary data and calls a callback with the resultINDIRECT10
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
create-thenable • 1.0.3Create a thenable for a given Promise prototypeINDIRECT5
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
exit-hook • 1.1.1Run some code when the process exitsINDIRECT0
extend • 3.0.2Port of jQuery.extend for node.js and the browserINDIRECT0
external-editor • 1.1.1Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENTINDIRECT16
figures • 1.7.0Unicode symbols with Windows CMD fallbacksINDIRECT2
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 • 0.1.5Iterate 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
globby • 6.1.0Extends `glob` with support for multiple patterns and exposes a Promise APIINDIRECT17
has-ansi • 2.0.0Check if a string has ANSI escape codesINDIRECT1
has-flag • 3.0.0Check if argv has a specific flagINDIRECT0
inquirer • 1.2.3A collection of common interactive command line user interfaces.INDIRECT43
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 • 1.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT1
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
js-yaml • 3.14.1YAML 1.2 parser and serializerINDIRECT3
lodash • 4.17.21Lodash modular utilities.INDIRECT0
marked • 0.3.19A markdown parser built for speedINDIRECT0
native-promise-only • 0.8.1Native Promise Only: A polyfill for native ES6 Promises **only**, nothing else.INDIRECT0
number-is-nan • 1.0.1ES2015 Number.isNaN() ponyfillINDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
object.omit • 2.0.1Return a copy of an object excluding the given key, or array of keys. Also accepts an optional filter function as the last argument.INDIRECT3
onetime • 1.1.0Only call a function onceINDIRECT0
os-tmpdir • 1.0.2Node.js os.tmpdir() ponyfillINDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
pify • 2.3.0Promisify a callback-style functionINDIRECT0
pinkie-promise • 2.0.1ES2015 Promise ponyfillINDIRECT1
pinkie • 2.0.4Itty bitty little widdle twinkie pinkie ES2015 Promise implementationINDIRECT0
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
restore-cursor • 1.0.1Gracefully restore the CLI cursor on exitINDIRECT2
run-async • 2.4.1Utility method to run function either synchronously or asynchronously using the common `this.async()` style.INDIRECT0
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
sinon-as-promised • 4.0.3Sugar methods for using sinon.js stubs with promisesINDIRECT7
spawn-sync • 1.0.15Prollyfill for child_process.spawnSyncINDIRECT12
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
string-width • 1.0.2Get the visual width of a string - the number of columns required to display itINDIRECT5
strip-ansi • 3.0.1Strip ANSI escape codesINDIRECT1
supports-color • 2.0.0Detect whether a terminal supports colorINDIRECT0
supports-color • 5.5.0Detect whether a terminal supports colorINDIRECT1
through • 2.3.8simplified stream constructionINDIRECT0
tmp • 0.0.29Temporary file and directory creatorINDIRECT1
typedarray • 0.0.6TypedArray polyfill for old browsersINDIRECT0
unique-concat • 0.2.2Concatenates two arrays, removing duplicates in the process and returns one array with unique values.INDIRECT0
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
ISC10
PackageRelationDependenciesPublished
cli-width • 2.2.1Get stdout window width, with two fallbacks, tty and then a default.INDIRECT0
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
glob • 7.2.3a little globberINDIRECT10
inflight • 1.0.6Add callbacks to requests in flight to avoid async duplicationINDIRECT2
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
markdown-spellcheck • 1.3.1Spell-checks markdown files with an interactive CLI allowing automated spell checking.INDIRECT80
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
mute-stream • 0.0.6Bytes go in, but they don't come out (when muted).INDIRECT0
once • 1.4.0Run a function exactly one timeINDIRECT1
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
non-standard7
PackageRelationDependenciesPublished
@syncfusion/ej2-base • 27.1.55A common package of Essential JS 2 base libraries, methods and class definitionsDIRECT1
@syncfusion/ej2-buttons • 27.1.58A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch.INDIRECT2
@syncfusion/ej2-data • 27.1.52Essential JS 2 DataManagerINDIRECT2
@syncfusion/ej2-icons • 27.1.50A common package of Essential JS 2 base64 embed icons libraryINDIRECT0
@syncfusion/ej2-lists • 27.1.48The listview control allows you to select an item or multiple items from a list-like interface and represents the data in interactive hierarchical structure across different layouts or views.DIRECT86
@syncfusion/ej2-popups • 27.1.58A package of Essential JS 2 popup components such as Dialog and Tooltip that is used to display information or messages in separate pop-ups.INDIRECT3
@syncfusion/ej2-vue-base • 27.1.50A common package of Essential JS 2 base Vue libraries, methods and class definitionsDIRECT2
Apache-2.02
PackageRelationDependenciesPublished
hunspell-spellchecker • 1.0.2Parse and use Hunspell dictionaries in JavascriptINDIRECT0
rx • 4.1.0Library for composing asynchronous and event-based operations in JavaScriptINDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
esprima • 4.0.1ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
BSD-3-Clause1
PackageRelationDependenciesPublished
sprintf-js • 1.0.3JavaScript sprintf implementationINDIRECT0
unknown1
PackageRelationDependenciesPublished
os-shim • 0.1.3Native OS module API shim for older node.js versionsINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/%40syncfusion%2Fej2-vue-lists)](https://licenses.dev/npm/%40syncfusion%2Fej2-vue-lists)
<a href="https://licenses.dev/npm/%40syncfusion%2Fej2-vue-lists">
  <img src="https://licenses.dev/b/npm/%40syncfusion%2Fej2-vue-lists" alt="licenses" />
</a>

Or the licenses badge code for the 27.1.48 version:

[![licenses](https://licenses.dev/b/npm/%40syncfusion%2Fej2-vue-lists/27.1.48)](https://licenses.dev/npm/%40syncfusion%2Fej2-vue-lists/27.1.48)
<a href="https://licenses.dev/npm/%40syncfusion%2Fej2-vue-lists/27.1.48">
  <img src="https://licenses.dev/b/npm/%40syncfusion%2Fej2-vue-lists/27.1.48" alt="licenses" />
</a>
GitHub