licenses.dev

wix-ui-core v3.0.65

wix-ui-core

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT126
PackageRelationDependenciesPublished
@babel/runtime • 7.25.6babel's modular runtime helpersINDIRECT1
@hypnosphi/create-react-context • 0.3.1Polyfill for the proposed React context APIINDIRECT4
@loadable/component • 5.16.4React code splitting made easy.DIRECT4
@unidriver/core • 1.3.0UniDriver coreINDIRECT0
@unidriver/jsdom-react • 1.7.0JSDom React adapter for UniDriverINDIRECT1
@unidriver/protractor • 1.1.7INDIRECT31
@unidriver/puppeteer • 2.2.7INDIRECT1
array-from • 2.1.1A ponyfill for the ES 2015 (ES6) `Array.from()`.INDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
call-bind • 1.0.7Robustly `.call.bind()` a functionINDIRECT11
camelcase-css • 2.0.1Convert a kebab-cased CSS property into a camelCased DOM property.INDIRECT0
classnames • 2.5.1A simple utility for conditionally joining classNames togetherDIRECT0
codem-isoboxer • 0.3.6A lightweight JavaScript MP4 (MPEG-4, ISOBMFF) file/box parser.INDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
css-selector-tokenizer • 0.7.3Parses and stringifies CSS selectorsINDIRECT2
css-tree • 1.1.3A tool set for CSS: fast detailed parser (CSS → AST), walker (AST traversal), generator (AST → CSS) and lexer (validation and matching) based on specs and browser implementationsINDIRECT2
cssesc • 3.0.0A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.INDIRECT0
csso • 4.2.0CSS minifier with structural optimisationsINDIRECT3
deep-equal • 1.1.2node's assert.deepEqual algorithmINDIRECT22
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.INDIRECT8
define-properties • 1.2.1Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.INDIRECT11
deindent • 0.1.0ES6 template string helper for deindentationINDIRECT0
detect-newline • 3.1.0Detect the dominant newline character of a stringINDIRECT0
dom-helpers • 3.4.0tiny modular DOM lib for ie8+INDIRECT2
enhanced-resolve • 4.5.0Offers a async require.resolve function. It's highly configurable.INDIRECT13
errno • 0.1.8libuv errno details exposedINDIRECT1
es-define-property • 1.0.0`Object.defineProperty`, but not IE 8's broken one.INDIRECT6
es-errors • 1.3.0A simple cache for a few of the JS Error constructors.INDIRECT0
eventemitter3 • 3.1.0EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.INDIRECT0
eventemitter3 • 3.1.2EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.DIRECT0
fast-deep-equal • 2.0.1Fast deep equalINDIRECT0
fastparse • 1.1.2A very simple and stupid parser, based on a statemachine and regular expressions.INDIRECT0
find-config • 1.0.0Find the first config file matching a given name in the current directory or the nearest ancestor directory.INDIRECT2
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
functions-have-names • 1.2.3Does this JS environment support the `name` property on functions?INDIRECT0
get-intrinsic • 1.2.4Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT5
gopd • 1.0.1`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT6
grapheme-splitter • 1.0.4A JavaScript library that breaks strings into their individual user-perceived characters. It supports emojis!DIRECT0
gud • 1.0.0Create a 'gud nuff' (not cryptographically secure) globally unique idINDIRECT0
has-flag • 3.0.0Check if argv has a specific flagINDIRECT0
has-property-descriptors • 1.0.2Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.INDIRECT7
has-proto • 1.0.3Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?INDIRECT0
has-symbols • 1.0.3Determine if the JS environment has Symbol support. Supports spec, or shams.INDIRECT0
has-tostringtag • 1.0.2Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.INDIRECT1
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
hoist-non-react-methods • 1.1.0Copies non-react specific methods from a child component to a parent componentDIRECT21
immediate • 3.0.6A cross browser microtask libraryINDIRECT0
is-arguments • 1.1.1Is this an arguments object? It's a harder question than you think.INDIRECT13
is-date-object • 1.0.5Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT2
is-regex • 1.1.4Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTagINDIRECT13
is-url-superb • 5.0.0Check if a string is a URLINDIRECT0
is-vendor-prefixed • 4.0.0Check whether a property is vendor prefixedINDIRECT1
isarray • 0.0.1Array#isArray for older browsersINDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
jest-docblock • 26.0.0`jest-docblock` is a package that can extract and parse a specially-formatted comment called a "docblock" at the top of a file.INDIRECT1
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
just-extend • 4.2.1extend an objectINDIRECT0
lie • 3.3.0A basic but performant promise implementationINDIRECT1
loadjs • 3.6.1Tiny async loader for modern browsersDIRECT0
lodash.clonedeep • 4.5.0The lodash method `_.cloneDeep` exported as a module.INDIRECT0
lodash.clonedeepwith • 4.5.0The lodash method `_.cloneDeepWith` exported as a module.INDIRECT0
lodash.get • 4.4.2The lodash method `_.get` exported as a module.INDIRECT0
lodash • 4.17.21Lodash modular utilities.DIRECT0
loose-envify • 1.4.0Fast (and loose) selective `process.env` replacer using js-tokens instead of an ASTINDIRECT1
memoize-one • 5.2.1A memoization library which only remembers the latest invocationDIRECT0
memory-fs • 0.5.0A simple in-memory filesystem. Holds data in a javascript object.INDIRECT10
murmurhash • 1.0.0A Node.js module for the optimized JavaScript implementation of the MurmurHash algorithms.INDIRECT0
nanoid • 3.3.7A tiny (116 bytes), secure URL-friendly unique string ID generatorINDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
object-is • 1.1.6ES2015-compliant shim for Object.is - differentiates between -0 and +0INDIRECT14
object-keys • 1.1.1An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shimINDIRECT0
os-homedir • 1.0.2Node.js 4 `os.homedir()` ponyfillINDIRECT0
os-tmpdir • 1.0.2Node.js os.tmpdir() ponyfillINDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
path-to-regexp • 1.8.0Express style path to RegExp utilityINDIRECT1
playable • 2.11.0Video player based on HTML5VideoDIRECT12
popper.js • 1.16.1A kickass library to manage your poppersDIRECT0
postcss-js • 3.0.3PostCSS for React Inline Styles, Radium, Free Style and other CSS-in-JSINDIRECT5
postcss-nested • 5.0.6PostCSS plugin to unwrap nested rules like how Sass does itINDIRECT3
postcss-safe-parser • 5.0.2Fault-tolerant CSS parser for PostCSSINDIRECT4
postcss-selector-matches • 4.0.0PostCSS plugin to transform :matches() W3C CSS pseudo class to more compatible CSS selectorsINDIRECT4
postcss-selector-parser • 6.1.2> Selector parser with built in methods for working with selector strings.INDIRECT2
postcss-value-parser • 4.2.0Transforms css values and at-rule params into the treeINDIRECT0
postcss • 7.0.39Tool for transforming styles with JS pluginsINDIRECT2
postcss • 8.4.45Tool for transforming styles with JS pluginsINDIRECT3
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
prop-types • 15.8.1Runtime type checking for React props and similar objects.INDIRECT4
prr • 1.0.1A better Object.defineProperty()INDIRECT0
react-is • 16.13.1Brand checking of React Elements.INDIRECT0
react-lifecycles-compat • 3.0.4Backwards compatibility polyfill for React class componentsINDIRECT0
react-popper • 1.3.11React wrapper around Popper.jsDIRECT35
react-portal • 4.2.2To make your life with React Portals easier.DIRECT5
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
reaptcha • 1.5.0Google reCAPTCHA for ReactDIRECT0
regenerator-runtime • 0.14.1Runtime for Regenerator-compiled generator and async functions.INDIRECT0
regexp.prototype.flags • 1.5.2ES6 spec-compliant RegExp.prototype.flags shim.INDIRECT16
resize-observer-polyfill • 1.5.1A polyfill for the Resize Observer APIINDIRECT0
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
set-function-length • 1.2.2Set a function's length propertyINDIRECT10
set-function-name • 2.0.2Set a function's name propertyINDIRECT11
setimmediate • 1.0.5A shim for the setImmediate efficient script yielding APIINDIRECT0
shallowequal • 1.1.0Like lodash isEqualWith but for shallow equal.DIRECT0
signature_pad • 3.0.0-beta.4Library for drawing smooth signatures.DIRECT0
source-list-map • 2.0.1Fast line to line SourceMap generator.INDIRECT0
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
supports-color • 5.5.0Detect whether a terminal supports colorINDIRECT1
tapable • 1.1.3Just a little module for plugins.INDIRECT0
tmp • 0.0.30Temporary file and directory creatorINDIRECT1
toky • 0.1.0simple code like tokenizerINDIRECT0
trier-promise • 1.0.1A promise based trierINDIRECT0
type-detect • 4.0.8Improved typeof detection for node.js and the browser.INDIRECT0
type-detect • 4.1.0Improved typeof detection for node.js and the browser.INDIRECT0
type-zoo • 3.1.1A menagerie of useful type operators for TypeScriptDIRECT0
typed-styles • 0.0.7Typed styles for cssinjsINDIRECT0
use-debounce • 4.0.0Debounce hook for reactINDIRECT0
user-home • 2.0.0Get the path to the user home directoryINDIRECT1
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
vendor-prefixes • 1.0.0List of the current CSS vendor prefixes.INDIRECT0
warning • 4.0.3A mirror of Facebook's WarningINDIRECT2
webpack-sources • 2.3.1Source code handling classes for webpackINDIRECT2
wix-ui-icons-common • 2.0.409# PLEASE DON'T ADD MORE ICONS HERE!DIRECT2
wix-ui-test-utils • 1.0.191> A common test utils used within the different `wix-ui` packagesDIRECT35
xml2js • 0.4.23Simple XML to JavaScript object converter.INDIRECT2
xmlbuilder • 11.0.1An XML builder for node.jsINDIRECT0
BSD-3-Clause23
PackageRelationDependenciesPublished
@sinonjs/commons • 1.8.6Simple functions shared among the sinon end user librariesINDIRECT1
@sinonjs/formatio • 2.0.0Human-readable object formattingINDIRECT1
@sinonjs/formatio • 3.2.2Human-readable object formattingINDIRECT5
@sinonjs/samsam • 3.3.3Value identification and comparison functionsINDIRECT4
@stylable/core • 3.13.2CSS for ComponentsINDIRECT42
@stylable/jest • 3.13.2Test your Stylable React components using JestINDIRECT45
@stylable/module-utils • 3.13.2Stylable module creation utilitiesINDIRECT43
@stylable/node • 3.13.2Integrate Stylable into your node applicationINDIRECT47
@stylable/optimizer • 3.13.2Stylable core optimizerINDIRECT46
@stylable/runtime • 3.13.2Stylable runtime DOM integrationINDIRECT0
@stylable/uni-driver • 2.5.3Stylable UniDriver testing utilitiesINDIRECT0
@stylable/webpack-plugin • 3.13.2Webpack (4.x) plugin for Stylable modulesINDIRECT55
dashjs • 2.9.3A reference client implementation for the playback of MPEG DASH via Javascript and compliant browsers.INDIRECT4
diff • 3.5.0A javascript text diff implementation.INDIRECT0
hoist-non-react-statics • 3.3.2Copies non-react specific statics from a child component to a parent componentINDIRECT1
lolex • 2.7.5Fake JavaScript timersINDIRECT0
lolex • 5.1.2Fake JavaScript timersINDIRECT2
nise • 1.5.3Fake XHR and serverINDIRECT11
react-transition-group • 2.9.0A react component toolset for managing animationsDIRECT9
samsam • 1.3.0Value identification and comparison functionsINDIRECT0
sinon • 4.5.0JavaScript test spies, stubs and mocks.INDIRECT20
source-map-js • 1.2.0Generates and consumes source mapsINDIRECT0
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
ISC15
PackageRelationDependenciesPublished
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
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
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
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
once • 1.4.0Run a function exactly one timeINDIRECT1
picocolors • 0.2.1The tiniest and the fastest coloring library everINDIRECT0
picocolors • 1.1.0The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
rimraf • 2.7.1A deep deletion module for node (like `rm -rf`)INDIRECT11
safe-area-insets • 1.4.1Use javascript to get the safe area insets.DIRECT0
sax • 1.2.1An evented streaming XML parser in JavaScriptINDIRECT0
wix-eventually • 2.3.0retrying execution of function for testsDIRECT1
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
yoshi-stylable-dependencies • 4.331.0A set of stylable dependenciesDIRECT57
Apache-2.04
PackageRelationDependenciesPublished
fuse.js • 6.6.2Lightweight fuzzy-searchINDIRECT0
hls.js • 0.12.4JavaScript HLS client using MediaSourceExtensionINDIRECT2
selenium-webdriver • 3.6.0The official WebDriver JavaScript bindings from the Selenium projectINDIRECT29
url-toolkit • 2.2.5Build an absolute URL from a base URL and a relative URL (RFC 1808). No dependencies!INDIRECT0
non-standard1
PackageRelationDependenciesPublished
image-client-api • 1.4060.0image-client-apiDIRECT0
0BSD1
PackageRelationDependenciesPublished
tslib • 1.14.1Runtime library for TypeScript helper functionsDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
imsc • 1.1.5Renders IMSC documents to HTML5 fragmentsINDIRECT1
Apache-2.0 OR Unlicense1
PackageRelationDependenciesPublished
@sinonjs/text-encoding • 0.7.3Polyfill for the Encoding Living Standard's API.INDIRECT0
GPL-3.0-or-later OR MIT1
PackageRelationDependenciesPublished
jszip • 3.10.1Create, read and edit .zip files with JavaScript http://stuartk.com/jszipINDIRECT12
MIT AND Zlib1
PackageRelationDependenciesPublished
pako • 1.0.11zlib port to javascript - fast, modularized, with browser supportINDIRECT0
CC0-1.01
PackageRelationDependenciesPublished
mdn-data • 2.0.14Open Web data by the Mozilla Developer NetworkINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 3.0.65 version:

[![licenses](https://licenses.dev/b/npm/wix-ui-core/3.0.65)](https://licenses.dev/npm/wix-ui-core/3.0.65)
<a href="https://licenses.dev/npm/wix-ui-core/3.0.65">
  <img src="https://licenses.dev/b/npm/wix-ui-core/3.0.65" alt="licenses" />
</a>
GitHub