licenses.dev

@storybook/mdx1-csf v0.0.1

MDXv1 to CSF webpack compiler and loader

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT210
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.12.9Babel compiler core.INDIRECT34
@babel/generator • 7.26.5Turns an AST into code.DIRECT10
@babel/helper-annotate-as-pure • 7.25.9Helper function to annotate paths and nodes with #__PURE__ commentINDIRECT3
@babel/helper-compilation-targets • 7.26.5Helper functions on Babel compilation targetsINDIRECT12
@babel/helper-create-class-features-plugin • 7.25.9Compile class public and private fields, private methods and decorators to ES6INDIRECT25
@babel/helper-create-regexp-features-plugin • 7.26.3Compile ESNext Regular Expressions to ES5INDIRECT15
@babel/helper-define-polyfill-provider • 0.6.3Babel helper to create your own polyfill providerINDIRECT23
@babel/helper-member-expression-to-functions • 7.25.9Helper function to replace certain member expressions with function callsINDIRECT19
@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-optimise-call-expression • 7.25.9Helper function to optimise call expressionINDIRECT3
@babel/helper-plugin-utils • 7.10.4General utilities for plugins to useINDIRECT0
@babel/helper-plugin-utils • 7.26.5General utilities for plugins to useINDIRECT0
@babel/helper-remap-async-to-generator • 7.25.9Helper function to remap async functions to generatorsINDIRECT21
@babel/helper-replace-supers • 7.26.5Helper function to replace supersINDIRECT21
@babel/helper-skip-transparent-expression-wrappers • 7.25.9Helper which skips types and parenthesesINDIRECT19
@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/helper-wrap-function • 7.25.9Helper to wrap functions inside a function call.INDIRECT19
@babel/helpers • 7.26.0Collection of helper functions used by Babel transforms.INDIRECT8
@babel/parser • 7.26.5A JavaScript parserDIRECT3
@babel/plugin-bugfix-firefox-class-in-computed-class-key • 7.25.9Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677INDIRECT20
@babel/plugin-bugfix-safari-class-field-initializer-scope • 7.25.9Wrap class field initializers with IIFE to workaround https://webkit.org/b/236843INDIRECT1
@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression • 7.25.9Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517INDIRECT1
@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining • 7.25.9Transform optional chaining operators to workaround https://crbug.com/v8/11558INDIRECT22
@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly • 7.25.9Transform static class fields assignments that are affected by https://crbug.com/v8/12421INDIRECT20
@babel/plugin-proposal-object-rest-spread • 7.12.1Compile object rest and spread to ES5INDIRECT3
@babel/plugin-proposal-private-property-in-object • 7.21.0-placeholder-for-preset-env.2This plugin transforms checks for a private property in an objectINDIRECT0
@babel/plugin-syntax-import-assertions • 7.26.0Allow parsing of the module assertion attributes in the import statementINDIRECT1
@babel/plugin-syntax-import-attributes • 7.26.0Allow parsing of the module attributes in the import statementINDIRECT1
@babel/plugin-syntax-jsx • 7.12.1Allow parsing of jsxINDIRECT1
@babel/plugin-syntax-object-rest-spread • 7.8.3Allow parsing of object rest/spreadINDIRECT1
@babel/plugin-syntax-unicode-sets-regex • 7.18.6Parse regular expressions' unicodeSets (v) flag.INDIRECT17
@babel/plugin-transform-arrow-functions • 7.25.9Compile ES2015 arrow functions to ES5INDIRECT1
@babel/plugin-transform-async-generator-functions • 7.25.9Turn async generator functions into ES2015 generatorsINDIRECT23
@babel/plugin-transform-async-to-generator • 7.25.9Turn async functions into ES2015 generatorsINDIRECT24
@babel/plugin-transform-block-scoped-functions • 7.26.5Babel plugin to ensure function declarations at the block level are block scopedINDIRECT1
@babel/plugin-transform-block-scoping • 7.25.9Compile ES2015 block scoping (const and let) to ES5INDIRECT1
@babel/plugin-transform-class-properties • 7.25.9This plugin transforms static class properties as well as properties declared with the property initializer syntaxINDIRECT27
@babel/plugin-transform-class-static-block • 7.26.0Transform class static blocksINDIRECT27
@babel/plugin-transform-classes • 7.25.9Compile ES2015 classes to ES5INDIRECT36
@babel/plugin-transform-computed-properties • 7.25.9Compile ES2015 computed properties to ES5INDIRECT9
@babel/plugin-transform-destructuring • 7.25.9Compile ES2015 destructuring to ES5INDIRECT1
@babel/plugin-transform-dotall-regex • 7.25.9Compile regular expressions using the `s` (`dotAll`) flag to ES5.INDIRECT17
@babel/plugin-transform-duplicate-keys • 7.25.9Compile objects with duplicate keys to valid strict ES5INDIRECT1
@babel/plugin-transform-duplicate-named-capturing-groups-regex • 7.25.9Compile regular expressions using duplicate named groups to index-based groups.INDIRECT17
@babel/plugin-transform-dynamic-import • 7.25.9Transform import() expressionsINDIRECT1
@babel/plugin-transform-exponentiation-operator • 7.26.3Compile exponentiation operator to ES5INDIRECT1
@babel/plugin-transform-export-namespace-from • 7.25.9Compile export namespace to ES2015INDIRECT1
@babel/plugin-transform-for-of • 7.25.9Compile ES2015 for...of to ES5INDIRECT21
@babel/plugin-transform-function-name • 7.25.9Apply ES2015 function.name semantics to all functionsINDIRECT32
@babel/plugin-transform-json-strings • 7.25.9Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS stringsINDIRECT1
@babel/plugin-transform-literals • 7.25.9Compile ES2015 unicode string and number literals to ES5INDIRECT1
@babel/plugin-transform-logical-assignment-operators • 7.25.9Transforms logical assignment operators into short-circuited assignmentsINDIRECT1
@babel/plugin-transform-member-expression-literals • 7.25.9Ensure that reserved words are quoted in property accessesINDIRECT1
@babel/plugin-transform-modules-amd • 7.25.9This plugin transforms ES2015 modules to AMDINDIRECT22
@babel/plugin-transform-modules-commonjs • 7.26.3This plugin transforms ES2015 modules to CommonJSINDIRECT22
@babel/plugin-transform-modules-systemjs • 7.25.9This plugin transforms ES2015 modules to SystemJSINDIRECT22
@babel/plugin-transform-modules-umd • 7.25.9This plugin transforms ES2015 modules to UMDINDIRECT22
@babel/plugin-transform-named-capturing-groups-regex • 7.25.9Compile regular expressions using named groups to ES5.INDIRECT17
@babel/plugin-transform-new-target • 7.25.9Transforms new.target meta propertyINDIRECT1
@babel/plugin-transform-nullish-coalescing-operator • 7.26.6Remove nullish coalescing operatorINDIRECT1
@babel/plugin-transform-numeric-separator • 7.25.9Remove numeric separators from Decimal, Binary, Hex and Octal literalsINDIRECT1
@babel/plugin-transform-object-rest-spread • 7.25.9Compile object rest and spread to ES5INDIRECT15
@babel/plugin-transform-object-super • 7.25.9Compile ES2015 object super to ES5INDIRECT23
@babel/plugin-transform-optional-catch-binding • 7.25.9Compile optional catch bindingsINDIRECT1
@babel/plugin-transform-optional-chaining • 7.25.9Transform optional chaining operators into a series of nil checksINDIRECT21
@babel/plugin-transform-parameters • 7.25.9Compile ES2015 default and rest parameters to ES5INDIRECT1
@babel/plugin-transform-private-methods • 7.25.9This plugin transforms private class methodsINDIRECT27
@babel/plugin-transform-private-property-in-object • 7.25.9This plugin transforms checks for a private property in an objectINDIRECT27
@babel/plugin-transform-property-literals • 7.25.9Ensure that reserved words are quoted in object property keysINDIRECT1
@babel/plugin-transform-regenerator • 7.25.9Explode async and generator functions into a state machine.INDIRECT4
@babel/plugin-transform-regexp-modifiers • 7.26.0Compile inline regular expression modifiersINDIRECT17
@babel/plugin-transform-reserved-words • 7.25.9Ensure that no reserved words are used.INDIRECT1
@babel/plugin-transform-shorthand-properties • 7.25.9Compile ES2015 shorthand properties to ES5INDIRECT1
@babel/plugin-transform-spread • 7.25.9Compile ES2015 spread to ES5INDIRECT21
@babel/plugin-transform-sticky-regex • 7.25.9Compile ES2015 sticky regex to an ES5 RegExp constructorINDIRECT1
@babel/plugin-transform-template-literals • 7.25.9Compile ES2015 template literals to ES5INDIRECT1
@babel/plugin-transform-typeof-symbol • 7.25.9This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)INDIRECT1
@babel/plugin-transform-unicode-escapes • 7.25.9Compile ES2015 Unicode escapes to ES5INDIRECT1
@babel/plugin-transform-unicode-property-regex • 7.25.9Compile Unicode property escapes in Unicode regular expressions to ES5.INDIRECT17
@babel/plugin-transform-unicode-regex • 7.25.9Compile ES2015 Unicode regex to ES5INDIRECT17
@babel/plugin-transform-unicode-sets-regex • 7.25.9Compile regular expressions' unicodeSets (v) flag.INDIRECT17
@babel/preset-env • 7.26.0A Babel preset for each environment.DIRECT129
@babel/preset-modules • 0.1.6-no-external-pluginsA Babel preset that targets modern browsers by fixing engine bugs.INDIRECT5
@babel/runtime • 7.26.0babel's modular runtime helpersINDIRECT1
@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 nodesDIRECT2
@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
@mdx-js/mdx • 1.6.22Parse MDX and transpile to JSXDIRECT112
@mdx-js/util • 1.6.22Utilities for MDX librariesINDIRECT0
@types/hast • 2.3.10TypeScript definitions for hastINDIRECT1
@types/lodash • 4.17.14TypeScript definitions for lodashDIRECT0
@types/mdast • 3.0.15TypeScript definitions for mdastINDIRECT1
@types/parse5 • 5.0.3TypeScript definitions for parse5INDIRECT0
@types/unist • 2.0.11TypeScript definitions for unistINDIRECT0
babel-plugin-apply-mdx-type-prop • 1.6.22Apply the MDX type prop used in the MDX pragmaINDIRECT2
babel-plugin-extract-import-names • 1.6.22Extract import namesINDIRECT1
babel-plugin-polyfill-corejs2 • 0.4.12A Babel plugin to inject imports to core-js@2 polyfillsINDIRECT24
babel-plugin-polyfill-corejs3 • 0.10.6A Babel plugin to inject imports to core-js@3 polyfillsINDIRECT25
babel-plugin-polyfill-regenerator • 0.6.3A Babel plugin to inject imports to regenerator-runtimeINDIRECT24
bail • 1.0.5Throw a given errorINDIRECT0
big.js • 5.2.2A small, fast, easy-to-use library for arbitrary-precision decimal arithmeticINDIRECT0
browserslist • 4.24.4Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-presetINDIRECT6
camelcase-css • 2.0.1Convert a kebab-cased CSS property into a camelCased DOM property.INDIRECT0
ccount • 1.1.0Count charactersINDIRECT0
character-entities-legacy • 1.1.4HTML legacy character entity informationINDIRECT0
character-entities • 1.2.4HTML character entity informationINDIRECT0
character-reference-invalid • 1.1.4HTML invalid numeric character reference informationINDIRECT0
collapse-white-space • 1.0.6Replace multiple white-space characters with a single spaceINDIRECT0
comma-separated-tokens • 1.0.8Parse and stringify comma-separated tokensINDIRECT0
convert-source-map • 1.9.0Converts a source-map from/to different formats and allows adding/changing properties.INDIRECT0
core-js-compat • 3.40.0core-js compatINDIRECT7
debug • 4.4.0Lightweight debugging utility for Node.js and the browserINDIRECT1
detab • 2.0.4Detab: tabs -> spacesINDIRECT1
emojis-list • 3.0.0Complete list of standard emojis.INDIRECT0
escalade • 3.2.0A tiny (183B to 210B) and fast utility to ascend parent directoriesINDIRECT0
extend • 3.0.2Port of jQuery.extend for node.js and the browserINDIRECT0
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
globals • 11.12.0Global identifiers from different JavaScript environmentsINDIRECT0
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
hast-to-hyperscript • 9.0.1hast utility to transform to something else (react, vue, etc) through a hyperscript DSLINDIRECT9
hast-util-from-parse5 • 6.0.1hast utility to transform from Parse5’s ASTINDIRECT15
hast-util-parse-selector • 2.2.5hast utility to create an element from a simple CSS selectorINDIRECT0
hast-util-raw • 6.0.1hast utility to reparse a treeINDIRECT25
hast-util-to-parse5 • 6.0.0hast utility to transform hast to Parse5’s ASTINDIRECT11
hastscript • 6.0.0hast utility to create treesINDIRECT7
html-void-elements • 1.0.5List of known void HTML elementsINDIRECT0
inline-style-parser • 0.1.1An inline style parser.INDIRECT0
is-alphabetical • 1.0.4Check if a character is alphabeticalINDIRECT0
is-alphanumerical • 1.0.4Check if a character is alphanumericalINDIRECT2
is-buffer • 2.0.5Determine if an object is a BufferINDIRECT0
is-core-module • 2.16.1Is this specifier a node.js core module?INDIRECT2
is-decimal • 1.0.4Check if a character is decimalINDIRECT0
is-hexadecimal • 1.0.4Check if a character is hexadecimalINDIRECT0
is-plain-obj • 2.1.0Check if a value is a plain objectINDIRECT0
is-whitespace-character • 1.0.4Check if a character is a whitespace characterINDIRECT0
is-word-character • 1.0.4Check if a character is a word characterINDIRECT0
js-string-escape • 1.0.1Escape strings for use as JavaScript string literalsDIRECT0
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
jsesc • 3.0.2Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.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
loader-utils • 2.0.4utils for webpack loadersDIRECT3
lodash.debounce • 4.0.8The lodash method `_.debounce` exported as a module.INDIRECT0
lodash.uniq • 4.5.0The lodash method `_.uniq` exported as a module.INDIRECT0
lodash • 4.17.21Lodash modular utilities.DIRECT0
markdown-escapes • 1.0.4List of escapable characters in markdownINDIRECT0
mdast-squeeze-paragraphs • 4.0.0mdast utility to remove empty paragraphs from a treeINDIRECT2
mdast-util-definitions • 4.0.0mdast utility to find definition nodes in a treeINDIRECT4
mdast-util-to-hast • 10.0.1mdast utility to transform to hastINDIRECT10
mdurl • 1.0.1URL utilities for markdown-itINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
node-releases • 2.0.19Node.js releases dataINDIRECT0
parse-entities • 2.0.0Parse HTML character references: fast, spec-compliant, positional informationINDIRECT7
parse5 • 6.0.1HTML parser and serializer.INDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
prettier • 2.3.0Prettier is an opinionated code formatterDIRECT0
property-information • 5.6.0Information for HTML propertiesINDIRECT1
regenerate-unicode-properties • 10.2.0Regenerate sets for Unicode properties and values.INDIRECT1
regenerate • 1.4.2Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.INDIRECT0
regenerator-runtime • 0.14.1Runtime for Regenerator-compiled generator and async functions.INDIRECT0
regenerator-transform • 0.15.2Explode async and generator functions into a state machine.INDIRECT2
regexpu-core • 6.2.0regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.INDIRECT9
regjsgen • 0.8.0Generate regular expressions from regjsparser’s AST.INDIRECT0
remark-footnotes • 2.0.0remark plugin to add support for pandoc footnotesINDIRECT0
remark-mdx • 1.6.22Support import, export, and JSX in markdownINDIRECT78
remark-parse • 8.0.3remark plugin to parse MarkdownINDIRECT26
remark-squeeze-paragraphs • 4.0.0remark plugin to remove empty paragraphsINDIRECT3
repeat-string • 1.6.1Repeat the given string n times. Fastest implementation for repeating a string.INDIRECT0
resolve • 1.22.10resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT5
space-separated-tokens • 1.1.5Parse and stringify space-separated tokensINDIRECT0
state-toggle • 1.0.3Enter/exit a stateINDIRECT0
style-to-object • 0.3.0Converts inline style to object.INDIRECT1
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
trim-trailing-lines • 1.1.4Remove final line feeds from a stringINDIRECT0
trim • 0.0.1Trim string whitespaceINDIRECT0
trough • 1.0.5Middleware: a channel used to convey a liquidINDIRECT0
ts-dedent • 2.2.0TypeScript package which smartly trims and strips indentation from multi-line stringsDIRECT0
unherit • 1.1.3Clone a constructor without affecting the super-classINDIRECT2
unicode-canonical-property-names-ecmascript • 2.0.1The set of canonical Unicode property names supported in ECMAScript RegExp property escapes.INDIRECT0
unicode-match-property-ecmascript • 2.0.0Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.INDIRECT2
unicode-match-property-value-ecmascript • 2.2.0Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.INDIRECT0
unicode-property-aliases-ecmascript • 2.1.0Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes.INDIRECT0
unified • 9.2.0Interface for parsing, inspecting, transforming, and serializing content through syntax treesINDIRECT9
unist-builder • 2.0.3unist utility to create a new trees with a nice syntaxINDIRECT0
unist-util-generated • 1.1.6unist utility to check if a node is generatedINDIRECT0
unist-util-is • 4.1.0unist utility to check if a node passes a testINDIRECT0
unist-util-position • 3.1.0unist utility to get the position of a nodeINDIRECT0
unist-util-remove-position • 2.0.1unist utility to remove positions from a treeINDIRECT4
unist-util-remove • 2.1.0unist utility to remove nodes from a treeINDIRECT1
unist-util-stringify-position • 2.0.3unist utility to serialize a node, position, or point as a human readable locationINDIRECT1
unist-util-visit-parents • 3.1.1unist utility to recursively walk over nodes, with ancestral informationINDIRECT2
unist-util-visit • 2.0.3unist utility to visit nodesINDIRECT3
update-browserslist-db • 1.1.2CLI tool to update caniuse-lite to refresh target browsers from Browserslist configINDIRECT2
vfile-location • 3.2.0vfile utility to convert between positional (line and column-based) and offset (range-based) locationsINDIRECT0
vfile-message • 2.0.4vfile utility to create a virtual messageINDIRECT2
vfile • 4.2.1Virtual file format for text processingINDIRECT4
web-namespaces • 1.1.4Map of web namespacesINDIRECT0
xtend • 4.0.2extend like a bossINDIRECT0
zwitch • 1.0.5Handle values based on a propertyINDIRECT0
ISC7
PackageRelationDependenciesPublished
electron-to-chromium • 1.5.82Provides a list of electron-to-chromium version mappingsINDIRECT0
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
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 • 5.7.2The semantic version parser used by npm.INDIRECT0
semver • 6.3.1The semantic version parser used by npm.INDIRECT0
yallist • 3.1.1Yet Another Linked ListINDIRECT0
BSD-2-Clause2
PackageRelationDependenciesPublished
esutils • 2.0.3utility box for ECMAScript language toolsINDIRECT0
regjsparser • 0.12.0Parsing the JavaScript's RegExp in JavaScript.INDIRECT1
BSD-3-Clause1
PackageRelationDependenciesPublished
source-map • 0.5.7Generates and consumes source mapsINDIRECT0
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%2Fmdx1-csf)](https://licenses.dev/npm/%40storybook%2Fmdx1-csf)
<a href="https://licenses.dev/npm/%40storybook%2Fmdx1-csf">
  <img src="https://licenses.dev/b/npm/%40storybook%2Fmdx1-csf" alt="licenses" />
</a>

Or the licenses badge code for the 0.0.1 version:

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