licenses.dev

sleek-ui v3.0.48

A set of React UI components

Published on

Licenses

Learn more about license information.

Package Licenses

unknown

Dependency Licenses

MIT103
PackageRelationDependenciesPublished
@icons/material • 0.2.4> materialdesignicons.comINDIRECT0
@storybook/addon-knobs • 3.3.14Storybook Addon Prop Editor ComponentDIRECT71
ajv-keywords • 3.5.2Custom JSON-Schema keywords for Ajv validatorINDIRECT0
ajv • 5.5.2Another JSON Schema ValidatorINDIRECT4
ajv • 6.15.0Another JSON Schema ValidatorINDIRECT5
asap • 2.0.6High-priority task queue for Node.js and browsersINDIRECT0
async-function • 1.0.0A function that returns the normally hidden `AsyncFunction` constructorINDIRECT0
async-generator-function • 1.0.0A function that returns the normally hidden `AsyncGeneratorFunction` constructorINDIRECT0
babel-runtime • 6.26.0babel selfContained runtimeINDIRECT2
base64-js • 1.5.1Base64 encoding/decoding in pure JSINDIRECT0
big.js • 5.2.2A small, fast, easy-to-use library for arbitrary-precision decimal arithmeticINDIRECT0
buffer • 5.7.1Node.js Buffer API, for the browserINDIRECT2
call-bind-apply-helpers • 1.0.2Helper functions around Function call/apply/bind, for use in `call-bind`INDIRECT2
call-bind • 1.0.9Robustly `.call.bind()` a functionINDIRECT18
call-bound • 1.0.4Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.INDIRECT15
camelize • 1.0.1recursively transform key strings to camel-caseINDIRECT0
classnames • 2.2.5A simple utility for conditionally joining classNames togetherDIRECT0
co • 4.6.0generator async control flow goodnessINDIRECT0
core-js • 1.2.7Standard libraryINDIRECT0
core-js • 2.6.12Standard libraryINDIRECT0
create-react-class • 15.7.0Legacy API for creating React components.INDIRECT3
css-to-react-native • 2.3.2Convert CSS text to a React Native stylesheet objectINDIRECT3
deep-equal • 1.1.2node's assert.deepEqual algorithmINDIRECT30
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.INDIRECT3
define-properties • 1.2.1Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.INDIRECT6
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-boundINDIRECT4
emojis-list • 3.0.0Complete list of standard emojis.INDIRECT0
encoding • 0.1.13Convert encodings, uses iconv-liteINDIRECT2
es-define-property • 1.0.1`Object.defineProperty`, but not IE 8's broken one.INDIRECT0
es-errors • 1.3.0A simple cache for a few of the JS Error constructors.INDIRECT0
es-object-atoms • 1.1.2ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
fast-deep-equal • 1.1.0Fast deep equalINDIRECT0
fast-deep-equal • 3.1.3Fast deep equalINDIRECT0
fast-json-stable-stringify • 2.1.0deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonifyINDIRECT0
fbjs • 0.8.18A collection of utility libraries used by other Facebook JS projectsINDIRECT15
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
generator-function • 2.0.1A function that returns the normally hidden `GeneratorFunction` constructorINDIRECT0
get-intrinsic • 1.3.1Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT14
get-proto • 1.0.1Robustly get the [[Prototype]] of an objectINDIRECT6
global • 4.4.0Require global variablesINDIRECT3
gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT0
has-flag • 1.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.INDIRECT1
has-symbols • 1.1.0Determine 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.4A robust, ES3 compatible, "has own property" predicate.INDIRECT1
iconv-lite • 0.6.3Convert character encodings in pure javascript.INDIRECT1
insert-css • 2.0.0insert a string of css into the <head>INDIRECT0
is-arguments • 1.2.0Is this an arguments object? It's a harder question than you think.INDIRECT17
is-date-object • 1.1.0Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT17
is-function • 1.0.2is that thing a function? Use this module to find outINDIRECT0
is-plain-object • 2.0.4Returns true if an object was created by the `Object` constructor.INDIRECT1
is-regex • 1.2.1Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTagINDIRECT17
is-stream • 1.1.0Check if something is a Node.js streamINDIRECT0
isobject • 3.0.1Returns true if the value is an object and not an array or null.INDIRECT0
isomorphic-fetch • 2.2.1Isomorphic WHATWG Fetch API, for Node & BrowserifyINDIRECT6
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
json-schema-traverse • 0.3.1Traverse JSON Schema passing each schema object to callbackINDIRECT0
json-schema-traverse • 0.4.1Traverse JSON Schema passing each schema object to callbackINDIRECT0
json5 • 1.0.2JSON for humans.INDIRECT1
loader-utils • 1.4.2utils for webpack loadersINDIRECT4
lodash-es • 4.18.1Lodash exported as ES modules.INDIRECT0
lodash.debounce • 4.0.8The lodash method `_.debounce` exported as a module.INDIRECT0
lodash • 4.18.1Lodash modular utilities.INDIRECT0
loose-envify • 1.4.0Fast (and loose) selective `process.env` replacer using js-tokens instead of an ASTINDIRECT1
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
mime • 1.6.0A comprehensive library for mime-type mappingINDIRECT0
min-document • 2.19.2A minimal DOM implementationINDIRECT1
minimist • 1.2.8parse argument optionsINDIRECT0
moment • 2.30.1Parse, validate, manipulate, and display datesINDIRECT0
node-fetch • 1.7.3A light-weight module that brings window.fetch to node.js and io.jsINDIRECT4
object-assign • 3.0.0ES6 Object.assign() ponyfillINDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
object-is • 1.1.6ES2015-compliant shim for Object.is - differentiates between -0 and +0INDIRECT21
object-keys • 1.1.1An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shimINDIRECT0
postcss-value-parser • 3.3.1Transforms css values and at-rule params into the treeINDIRECT0
process • 0.11.10process information for node.js and browsersINDIRECT0
promise • 7.3.1Bare bones Promises/A+ implementationINDIRECT1
prop-types • 15.6.0Runtime type checking for React props and similar objects.DIRECT16
punycode • 2.3.1A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.INDIRECT0
react-color • 2.19.3A Collection of Color Pickers from Sketch, Photoshop, Chrome & moreINDIRECT23
react-datetime • 2.16.3A lightweight but complete datetime picker React.js componentINDIRECT20
react-onclickoutside • 6.13.2An onClickOutside wrapper for React componentsINDIRECT0
react-textarea-autosize • 5.2.1textarea component for React which grows with contentINDIRECT17
reactcss • 1.2.3Bringing Classes to Inline StylesINDIRECT1
regenerator-runtime • 0.11.1Runtime for Regenerator-compiled generator and async functions.INDIRECT0
regexp.prototype.flags • 1.5.4ES6 spec-compliant RegExp.prototype.flags shim.INDIRECT23
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
schema-utils • 0.3.0Webpack Schema Validation UtilitiesINDIRECT5
schema-utils • 0.4.7webpack Validation UtilsINDIRECT7
set-function-length • 1.2.2Set a function's length propertyINDIRECT17
set-function-name • 2.0.2Set a function's name propertyINDIRECT6
setimmediate • 1.0.5A shim for the setImmediate efficient script yielding APIINDIRECT0
style-loader • 0.20.3style loader module for webpackDIRECT13
styled-components • 2.1.1Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress 💅DIRECT31
stylis • 3.5.4light - weight css preprocessorINDIRECT0
supports-color • 3.2.3Detect whether a terminal supports colorINDIRECT1
tinycolor2 • 1.6.0Fast Color Parsing and ManipulationINDIRECT0
ua-parser-js • 0.7.41Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data. Supports browser & node.js environmentINDIRECT0
url-loader • 0.6.2url loader module for webpackDIRECT12
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
whatwg-fetch • 3.6.20A window.fetch polyfill.INDIRECT0
BSD-3-Clause4
PackageRelationDependenciesPublished
hoist-non-react-statics • 1.2.0Copies non-react specific statics from a child component to a parent componentINDIRECT0
ieee754 • 1.2.1Read/write IEEE754 floating point numbers from/to a Buffer or array-like objectINDIRECT0
react-dom • 15.4.0React package for working with the DOM.DIRECT16
react • 15.4.0React is a JavaScript library for building user interfaces.DIRECT16
ISC3
PackageRelationDependenciesPublished
css-color-keywords • 1.0.0A list of all CSS color keywords.INDIRECT0
gotham-fonts • 1.0.3A npm module for Gotham Rounded FontDIRECT0
material-colors • 1.2.6Colors of Google's Material Design made available to codersINDIRECT0
MIT AND OFL-1.11
PackageRelationDependenciesPublished
font-awesome • 4.6.3The iconic font and CSS frameworkDIRECT0
unknown1
PackageRelationDependenciesPublished
dom-walk • 0.1.2iteratively walk a DOM nodeINDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
uri-js • 4.4.1An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript.INDIRECT1
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 3.0.48 version:

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