licenses.dev

@storybook/ui v3.4.12

Core Storybook UI

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT114
PackageRelationDependenciesPublished
@babel/runtime • 7.29.7babel's modular runtime helpersINDIRECT0
@storybook/components • 3.4.12Core Storybook ComponentsDIRECT35
@storybook/mantra-core • 1.7.2Core API for MantraDIRECT15
@storybook/podda • 1.2.3Simple Reactive DataStore for JavaScriptDIRECT4
@storybook/react-komposer • 2.0.5Generic way to compose data containers for React.DIRECT7
@storybook/react-simple-di • 1.3.0Simple Dependancy Injection Solution for ReactINDIRECT10
@storybook/react-stubber • 1.0.1Simple but useful stubbing solution ReactINDIRECT3
array-find • 1.0.0ES6 Array.find ponyfill. Return the first array element which satisfies a testing function.INDIRECT0
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 runtimeDIRECT2
bowser • 1.9.4Lightweight browser detectorINDIRECT0
brcast • 3.0.2Tiny data broadcaster with 0 dependenciesINDIRECT0
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
classnames • 2.5.1A simple utility for conditionally joining classNames togetherINDIRECT0
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-in-js-utils • 2.0.1Useful utility functions for CSS in JS solutionsINDIRECT2
csstype • 2.6.21Strict TypeScript and Flow types for style based on MDN dataINDIRECT0
deep-equal • 1.1.2node's assert.deepEqual algorithmDIRECT30
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
dom-helpers • 3.4.0tiny modular DOM lib for ie8+INDIRECT1
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-boundINDIRECT4
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
events • 2.1.0Node's event emitter for all engines.DIRECT0
fast-memoize • 2.5.2Fastest memoization lib that supports N argumentsINDIRECT0
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
glamor • 2.20.40inline css for component systemsINDIRECT24
glamorous • 4.13.1React component styling solvedINDIRECT10
global • 4.4.0Require global variablesDIRECT3
gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT0
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
html-element-attributes • 1.3.1Map of HTML elements to allowed attributesINDIRECT0
html-tag-names • 1.1.5List of known HTML tag namesINDIRECT0
iconv-lite • 0.6.3Convert character encodings in pure javascript.INDIRECT1
immutable • 3.8.3Immutable Data CollectionsINDIRECT0
inline-style-prefixer • 2.0.5Autoprefixer for inline styles using userAgent and caniuse dataINDIRECT2
inline-style-prefixer • 3.0.8Run-time Autoprefixer for JavaScript style objectsINDIRECT4
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
keycode • 2.2.1Convert between keyboard keycodes and keynames and vice versa.DIRECT0
lodash._getnative • 3.9.1The modern build of lodash’s internal `getNative` as a module.INDIRECT0
lodash.debounce • 4.0.8The lodash method `_.debounce` exported as a module.DIRECT0
lodash.isarguments • 3.1.0The lodash method `_.isArguments` exported as a module.INDIRECT0
lodash.isarray • 3.0.4The modern build of lodash’s `_.isArray` as a module.INDIRECT0
lodash.keys • 3.1.2The modern build of lodash’s `_.keys` as a module.INDIRECT3
lodash.pick • 4.4.0The lodash method `_.pick` exported as a module.DIRECT0
lodash.sortby • 4.7.0The lodash method `_.sortBy` exported as a module.DIRECT0
lodash.throttle • 4.1.1The lodash method `_.throttle` exported as a module.DIRECT0
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
min-document • 2.19.2A minimal DOM implementationINDIRECT1
node-fetch • 1.7.3A light-weight module that brings window.fetch to node.js and io.jsINDIRECT4
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
object-inspect • 1.13.4string representations of objects in node and the browserINDIRECT0
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
process • 0.11.10process information for node.js and browsersINDIRECT0
promise • 7.3.1Bare bones Promises/A+ implementationINDIRECT1
prop-types • 15.8.1Runtime type checking for React props and similar objects.DIRECT4
radium • 0.19.6A set of tools to manage inline styles on React elementsINDIRECT10
react-fuzzy • 0.5.2React Fuzzy ComponentDIRECT10
react-html-attributes • 1.4.6A react supported html attributes store keyed by their tagsINDIRECT1
react-icon-base • 2.1.0base element for react-iconsINDIRECT0
react-icons • 2.2.7svg react icons of popular icon packs using ES6 importsDIRECT1
react-is • 16.13.1Brand checking of React Elements.INDIRECT0
react-lifecycles-compat • 3.0.4Backwards compatibility polyfill for React class componentsINDIRECT0
react-modal • 3.16.3Accessible modal dialog component for React.JSDIRECT8
react-split-pane • 0.1.92React split-pane componentDIRECT7
react-style-proptype • 3.2.2validates style objects by ensuring they only have valid keysINDIRECT5
react-treebeard • 2.1.0React Tree View ComponentDIRECT57
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
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
shallowequal • 0.2.2Like lodash isEqual but for shallow equalINDIRECT4
shallowequal • 1.1.0Like lodash isEqualWith but for shallow equal.INDIRECT0
side-channel-list • 1.0.1Store information about any JS value in a side channel, using a linked listINDIRECT2
side-channel-map • 1.0.1Store information about any JS value in a side channel, using a MapINDIRECT17
side-channel-weakmap • 1.0.2Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT18
side-channel • 1.1.1Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT20
svg-tag-names • 1.1.2List of known SVG tag-namesINDIRECT0
through • 2.3.8simplified stream constructionINDIRECT0
ua-parser-js • 0.7.41Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data. Supports browser & node.js environmentINDIRECT0
velocity-animate • 1.5.2Accelerated JavaScript animation.INDIRECT0
velocity-react • 1.4.3React components to wrap Velocity animationsINDIRECT11
warning • 4.0.3A mirror of Facebook's WarningINDIRECT2
whatwg-fetch • 3.6.20A window.fetch polyfill.INDIRECT0
BSD-3-Clause5
PackageRelationDependenciesPublished
exenv • 1.2.2React's ExecutionEnvironment module extracted for use in other packages & componentsINDIRECT0
hoist-non-react-statics • 1.2.0Copies non-react specific statics from a child component to a parent componentINDIRECT0
hyphenate-style-name • 1.1.0Hyphenates a camelcased CSS property nameINDIRECT0
qs • 6.15.2A querystring parser that supports nesting and arrays, with a depth limitDIRECT21
react-transition-group • 2.9.0A react component toolset for managing animationsINDIRECT8
Apache-2.01
PackageRelationDependenciesPublished
fuse.js • 3.6.1Lightweight fuzzy-searchDIRECT0
unknown1
PackageRelationDependenciesPublished
dom-walk • 0.1.2iteratively walk a DOM nodeINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/%40storybook%2Fui)](https://licenses.dev/npm/%40storybook%2Fui)
<a href="https://licenses.dev/npm/%40storybook%2Fui">
  <img src="https://licenses.dev/b/npm/%40storybook%2Fui" alt="licenses" />
</a>

Or the licenses badge code for the 3.4.12 version:

[![licenses](https://licenses.dev/b/npm/%40storybook%2Fui/3.4.12)](https://licenses.dev/npm/%40storybook%2Fui/3.4.12)
<a href="https://licenses.dev/npm/%40storybook%2Fui/3.4.12">
  <img src="https://licenses.dev/b/npm/%40storybook%2Fui/3.4.12" alt="licenses" />
</a>
GitHub