licenses.dev

@storybook/docs-tools v6.5.16

Shared utility functions for frameworks to implement docs

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT87
PackageRelationDependenciesPublished
@babel/code-frame • 7.26.2Generate errors that contain a code frame that point to source locations.INDIRECT3
@babel/compat-data • 7.26.5The compat-data to determine required Babel pluginsINDIRECT0
@babel/core • 7.26.0Babel compiler core.DIRECT38
@babel/generator • 7.26.5Turns an AST into code.INDIRECT10
@babel/helper-compilation-targets • 7.26.5Helper functions on Babel compilation targetsINDIRECT12
@babel/helper-module-imports • 7.25.9Babel helper functions for inserting module loadsINDIRECT19
@babel/helper-module-transforms • 7.26.0Babel helper functions for implementing ES6 module transformationsINDIRECT20
@babel/helper-string-parser • 7.25.9A utility package to parse stringsINDIRECT0
@babel/helper-validator-identifier • 7.25.9Validate identifier/keywords nameINDIRECT0
@babel/helper-validator-option • 7.25.9Validate plugin/preset optionsINDIRECT0
@babel/helpers • 7.26.0Collection of helper functions used by Babel transforms.INDIRECT8
@babel/parser • 7.26.5A JavaScript parserINDIRECT3
@babel/template • 7.25.9Generate an AST from a string template.INDIRECT7
@babel/traverse • 7.26.5The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodesINDIRECT18
@babel/types • 7.26.5Babel Types is a Lodash-esque utility library for AST nodesINDIRECT2
@jridgewell/gen-mapping • 0.3.8Generate source mapsINDIRECT4
@jridgewell/resolve-uri • 3.1.2Resolve a URI relative to an optional base URIINDIRECT0
@jridgewell/set-array • 1.2.1Like a Set, but provides the index of the `key` in the backing arrayINDIRECT0
@jridgewell/sourcemap-codec • 1.5.0Encode/decode sourcemap mappingsINDIRECT0
@jridgewell/trace-mapping • 0.3.25Trace the original position through a source mapINDIRECT2
@storybook/addons • 6.5.16Storybook addons storeINDIRECT55
@storybook/api • 6.5.16Core Storybook API & ContextINDIRECT53
@storybook/channels • 6.5.16Storybook Channel is similar to an EventEmitter. Channels are used with Storybook implementations to send/receive events between the Storybook Manager and the Storybook Renderer.INDIRECT3
@storybook/client-logger • 6.5.16Any client-side logging that is done through storybook should be done through this package.INDIRECT5
@storybook/core-events • 6.5.16Event names used in storybook coreINDIRECT1
@storybook/csf • 0.0.2--canary.4566f4d.1Component Story Format (CSF) utilitiesDIRECT1
@storybook/router • 6.5.16Core Storybook RouterINDIRECT28
@storybook/store • 6.5.16The store is reponsible for loading a story from a CSF file and preparing into a `Story` type, which is our internal format.DIRECT59
@storybook/theming • 6.5.16Core Storybook ComponentsINDIRECT9
@types/is-function • 1.0.3TypeScript definitions for is-functionINDIRECT0
@types/webpack-env • 1.18.5TypeScript definitions for webpack-envINDIRECT0
browserslist • 4.24.4Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-presetINDIRECT6
call-bind-apply-helpers • 1.0.1Helper functions around Function call/apply/bind, for use in `call-bind`INDIRECT2
call-bound • 1.0.3Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.INDIRECT12
convert-source-map • 2.0.0Converts a source-map from/to different formats and allows adding/changing properties.INDIRECT0
core-js • 3.40.0Standard libraryDIRECT0
debug • 4.4.0Lightweight debugging utility for Node.js and the browserINDIRECT1
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-boundINDIRECT4
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.0ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
escalade • 3.2.0A tiny (183B to 210B) and fast utility to ascend parent directoriesINDIRECT0
fast-deep-equal • 3.1.3Fast deep equalINDIRECT0
find-up • 4.1.0Find a file or directory by walking up parent directoriesINDIRECT5
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
gensync • 1.0.0-beta.2Allows users to use generators in order to write common functions that can be both sync or async.INDIRECT0
get-intrinsic • 1.2.7Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT11
get-proto • 1.0.1Robustly get the [[Prototype]] of an objectINDIRECT6
global • 4.4.0Require global variablesINDIRECT3
globals • 11.12.0Global identifiers from different JavaScript environmentsINDIRECT0
gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT0
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.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
is-function • 1.0.2is that thing a function? Use this module to find outINDIRECT0
is-regex • 1.2.1Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTagINDIRECT14
is-symbol • 1.1.1Determine if a value is an ES6 Symbol or not.INDIRECT16
isobject • 4.0.0Returns true if the value is an object and not an array or null.INDIRECT0
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
jsesc • 3.1.0Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.INDIRECT0
json5 • 2.2.3JSON for HumansINDIRECT0
locate-path • 5.0.0Get the first path that exists on disk of multiple pathsINDIRECT3
lodash • 4.17.21Lodash modular utilities.DIRECT0
map-or-similar • 1.5.0A JavaScript (JS) Map or Similar object polyfill if Map is not available.INDIRECT0
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
memoizerific • 1.11.3Fast, small, efficient JavaScript memoization lib to memoize JS functionsINDIRECT1
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
node-releases • 2.0.19Node.js releases dataINDIRECT0
object-inspect • 1.13.3string representations of objects in node and the browserINDIRECT0
p-limit • 2.3.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-locate • 4.1.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-try • 2.2.0`Start a promise chainINDIRECT0
path-exists • 4.0.0Check if a path existsINDIRECT0
process • 0.11.10process information for node.js and browsersINDIRECT0
regenerator-runtime • 0.13.11Runtime for Regenerator-compiled generator and async functions.DIRECT0
safe-regex-test • 1.1.0Give a regex, get a robust predicate function that tests it against a string.INDIRECT15
side-channel-list • 1.0.0Store 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 MapINDIRECT14
side-channel-weakmap • 1.0.2Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT15
side-channel • 1.1.0Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT17
slash • 3.0.0Convert Windows backslash paths to slash pathsINDIRECT0
stable • 0.1.8A stable array sort for JavaScriptINDIRECT0
store2 • 2.14.4Better localStorageINDIRECT0
telejson • 6.0.8A library for teleporting rich data to another place.INDIRECT27
ts-dedent • 2.2.0TypeScript package which smartly trims and strips indentation from multi-line stringsINDIRECT0
update-browserslist-db • 1.1.2CLI tool to update caniuse-lite to refresh target browsers from Browserslist configINDIRECT2
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
ISC6
PackageRelationDependenciesPublished
@storybook/semver • 7.3.2The semantic version parser used by npm for browser.INDIRECT7
electron-to-chromium • 1.5.82Provides a list of electron-to-chromium version mappingsINDIRECT0
lru-cache • 5.1.1A cache object that deletes the least-recently-used items.INDIRECT1
picocolors • 1.1.1The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
semver • 6.3.1The semantic version parser used by npm.INDIRECT0
yallist • 3.1.1Yet Another Linked ListINDIRECT0
Apache-2.02
PackageRelationDependenciesPublished
@ampproject/remapping • 2.3.0Remap sequential sourcemaps through transformations to point at the original source codeINDIRECT5
doctrine • 3.0.0JSDoc parserDIRECT1
BSD-3-Clause2
PackageRelationDependenciesPublished
qs • 6.14.0A querystring parser that supports nesting and arrays, with a depth limitINDIRECT18
synchronous-promise • 2.0.17Synchronous Promise-like prototype to use in testing where you would have used an ES6 PromiseINDIRECT0
unknown2
PackageRelationDependenciesPublished
dom-walk • 0.1.2iteratively walk a DOM nodeINDIRECT0
min-document • 2.19.0A minimal DOM implementationINDIRECT1
BSD-2-Clause1
PackageRelationDependenciesPublished
esutils • 2.0.3utility box for ECMAScript language toolsINDIRECT0
CC-BY-4.01
PackageRelationDependenciesPublished
caniuse-lite • 1.0.30001692A smaller version of caniuse-db, with only the essentials!INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 6.5.16 version:

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