licenses.dev

@ladle/react v2.5.0

Ladle is an environment to develop, test, and share your React components faster.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT325
PackageRelationDependenciesPublished
@babel/code-frame • 7.26.2Generate errors that contain a code frame that point to source locations.DIRECT3
@babel/compat-data • 7.26.8The compat-data to determine required Babel pluginsINDIRECT0
@babel/core • 7.26.10Babel compiler core.DIRECT38
@babel/generator • 7.27.0Turns 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.27.0Helper functions on Babel compilation targetsINDIRECT12
@babel/helper-create-class-features-plugin • 7.27.0Compile class public and private fields, private methods and decorators to ES6INDIRECT25
@babel/helper-create-regexp-features-plugin • 7.27.0Compile ESNext Regular Expressions to ES5INDIRECT15
@babel/helper-define-polyfill-provider • 0.6.4Babel 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.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.27.0Collection of helper functions used by Babel transforms.INDIRECT8
@babel/parser • 7.27.0A 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-class-properties • 7.18.6This plugin transforms static class properties as well as properties declared with the property initializer syntaxDIRECT27
@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.25.9Allow parsing of jsxINDIRECT1
@babel/plugin-syntax-typescript • 7.25.9Allow parsing of TypeScript syntaxINDIRECT1
@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.26.8Turn 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.27.0Compile 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.26.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-react-display-name • 7.25.9Add displayName to React.createClass callsINDIRECT1
@babel/plugin-transform-react-jsx-development • 7.25.9Turn JSX into React function calls in developmentINDIRECT24
@babel/plugin-transform-react-jsx-self • 7.25.9Add a __self prop to all JSX ElementsINDIRECT1
@babel/plugin-transform-react-jsx-source • 7.25.9Add a __source prop to all JSX ElementsINDIRECT1
@babel/plugin-transform-react-jsx • 7.25.9Turn JSX into React function callsINDIRECT23
@babel/plugin-transform-react-pure-annotations • 7.25.9Mark top-level React method calls as pure for tree shakingINDIRECT5
@babel/plugin-transform-regenerator • 7.27.0Explode 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.26.8Compile ES2015 template literals to ES5INDIRECT1
@babel/plugin-transform-typeof-symbol • 7.27.0This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)INDIRECT1
@babel/plugin-transform-typescript • 7.27.0Transform TypeScript into ES.nextINDIRECT28
@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.9A 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/preset-react • 7.26.3Babel preset for all React plugins.DIRECT28
@babel/preset-typescript • 7.27.0Babel preset for TypeScript.DIRECT34
@babel/runtime • 7.27.0babel's modular runtime helpersDIRECT1
@babel/template • 7.27.0Generate an AST from a string template.DIRECT7
@babel/traverse • 7.27.0The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodesDIRECT18
@babel/types • 7.27.0Babel Types is a Lodash-esque utility library for AST nodesDIRECT2
@esbuild/android-arm • 0.18.20A WebAssembly shim for esbuild on Android ARM.INDIRECT0
@esbuild/android-arm64 • 0.18.20The Android ARM 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/android-x64 • 0.18.20A WebAssembly shim for esbuild on Android x64.INDIRECT0
@esbuild/darwin-arm64 • 0.18.20The macOS ARM 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/darwin-x64 • 0.18.20The macOS 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/freebsd-arm64 • 0.18.20The FreeBSD ARM 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/freebsd-x64 • 0.18.20The FreeBSD 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/linux-arm • 0.18.20The Linux ARM binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/linux-arm64 • 0.18.20The Linux ARM 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/linux-ia32 • 0.18.20The Linux 32-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/linux-loong64 • 0.18.20The Linux LoongArch 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/linux-mips64el • 0.18.20The Linux MIPS 64-bit Little Endian binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/linux-ppc64 • 0.18.20The Linux PowerPC 64-bit Little Endian binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/linux-riscv64 • 0.18.20The Linux RISC-V 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/linux-s390x • 0.18.20The Linux IBM Z 64-bit Big Endian binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/linux-x64 • 0.18.20The Linux 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/netbsd-x64 • 0.18.20The NetBSD AMD64 binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/openbsd-x64 • 0.18.20The OpenBSD 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/sunos-x64 • 0.18.20The illumos 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/win32-arm64 • 0.18.20The Windows ARM 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/win32-ia32 • 0.18.20The Windows 32-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/win32-x64 • 0.18.20The Windows 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@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
@ladle/react-context • 1.0.1DIRECT0
@nodelib/fs.scandir • 2.1.5List files and directories inside the specified directoryINDIRECT3
@nodelib/fs.stat • 2.0.5Get the status of a file with some featuresINDIRECT0
@nodelib/fs.walk • 1.2.8A library for efficiently walking a directory recursivelyINDIRECT6
@vitejs/plugin-react • 3.1.0The all-in-one Vite plugin for React projects.DIRECT44
accepts • 1.3.8Higher-level content negotiationINDIRECT3
ansi-regex • 5.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-regex • 6.1.0Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 6.2.1ANSI escape codes for styling strings in the terminalINDIRECT0
array-flatten • 1.1.1Flatten an array of nested arrays into a single flat arrayINDIRECT0
babel-plugin-polyfill-corejs2 • 0.4.13A Babel plugin to inject imports to core-js@2 polyfillsINDIRECT24
babel-plugin-polyfill-corejs3 • 0.11.1A Babel plugin to inject imports to core-js@3 polyfillsINDIRECT25
babel-plugin-polyfill-regenerator • 0.6.4A Babel plugin to inject imports to regenerator-runtimeINDIRECT24
binary-extensions • 2.3.0List of binary file extensionsINDIRECT0
body-parser • 1.20.3Node.js body parsing middlewareINDIRECT40
boxen • 7.1.1Create boxes in the terminalDIRECT18
bplist-parser • 0.2.0Binary plist parser.INDIRECT1
braces • 3.0.3Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.INDIRECT3
browserslist • 4.24.4Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-presetINDIRECT6
bundle-name • 3.0.0Get bundle name from a bundle identifier (macOS): `com.apple.Safari` → `Safari`INDIRECT17
bytes • 3.1.2Utility to parse a string bytes to bytes and vice-versaINDIRECT0
call-bind-apply-helpers • 1.0.2Helper functions around Function call/apply/bind, for use in `call-bind`INDIRECT2
call-bound • 1.0.4Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.INDIRECT12
camelcase • 7.0.1Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`INDIRECT0
chalk • 5.4.1Terminal string styling done rightINDIRECT0
chokidar • 3.6.0Minimal and efficient cross-platform file watching libraryDIRECT14
classnames • 2.5.1A simple utility for conditionally joining classNames togetherDIRECT0
cli-boxes • 3.0.0Boxes for use in the terminalINDIRECT0
commander • 9.5.0the complete solution for node.js command-line programsDIRECT0
content-disposition • 0.5.4Create and parse Content-Disposition headerINDIRECT1
content-type • 1.0.5Create and parse HTTP Content-Type headerINDIRECT0
convert-source-map • 2.0.0Converts a source-map from/to different formats and allows adding/changing properties.INDIRECT0
cookie-signature • 1.0.6Sign and unsign cookiesINDIRECT0
cookie • 0.7.1HTTP server cookie parsing and serializationINDIRECT0
core-js-compat • 3.41.0core-js compatINDIRECT7
cross-spawn-async • 2.2.5Cross platform child_process#spawnINDIRECT5
cross-spawn • 7.0.6Cross platform child_process#spawn and child_process#spawnSyncDIRECT5
debug • 2.6.9small debugging utilityINDIRECT1
debug • 4.4.0Lightweight debugging utility for Node.js and the browserDIRECT1
decode-uri-component • 0.4.1A better decodeURIComponentINDIRECT0
default-browser-id • 3.0.0Get the bundle identifier of the default browser (macOS). Example: com.apple.SafariINDIRECT3
default-browser • 3.1.0Get the default browserDIRECT34
define-lazy-prop • 2.0.0Define a lazily evaluated property on an objectINDIRECT0
depd • 2.0.0Deprecate all the thingsINDIRECT0
destroy • 1.2.0destroy a stream if possibleINDIRECT0
dir-glob • 3.0.1Convert directories to glob compatible stringsINDIRECT1
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-boundINDIRECT4
eastasianwidth • 0.2.0Get East Asian Width from a character.INDIRECT0
ee-first • 1.1.1return the first event in a set of ee/event pairsINDIRECT0
emoji-regex • 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
emoji-regex • 9.2.2A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
encodeurl • 1.0.2Encode a URL to a percent-encoded form, excluding already-encoded sequencesINDIRECT0
encodeurl • 2.0.0Encode a URL to a percent-encoded form, excluding already-encoded sequencesINDIRECT0
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.1ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
esbuild • 0.18.20An extremely fast JavaScript and CSS bundler and minifier.INDIRECT22
escalade • 3.2.0A tiny (183B to 210B) and fast utility to ascend parent directoriesINDIRECT0
escape-html • 1.0.3Escape string for use in HTMLINDIRECT0
etag • 1.8.1Create simple HTTP ETagsINDIRECT0
execa • 0.2.2A better `child_process`INDIRECT10
execa • 5.1.1Process execution for humansINDIRECT15
express • 4.21.2Fast, unopinionated, minimalist web frameworkDIRECT68
fast-glob • 3.3.3It's a very fast and efficient glob library for Node.jsINDIRECT17
fill-range • 7.1.1Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`INDIRECT2
filter-obj • 5.1.0Filter object keys and values into a new objectINDIRECT0
finalhandler • 1.3.1Node.js final http responderINDIRECT9
forwarded • 0.2.0Parse HTTP X-Forwarded-For headerINDIRECT0
fresh • 0.5.2HTTP response freshness testingINDIRECT0
fsevents • 2.3.3Native Access to MacOS FSEventsINDIRECT0
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.3.0Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT11
get-port • 6.1.2Get an available portDIRECT0
get-proto • 1.0.1Robustly get the [[Prototype]] of an objectINDIRECT6
get-stream • 6.0.1Get a stream as a string, buffer, or arrayINDIRECT0
globals • 11.12.0Global identifiers from different JavaScript environmentsINDIRECT0
globby • 13.2.2User-friendly glob matchingDIRECT22
globrex • 0.1.2Glob to regular expression with support for extended globsINDIRECT0
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
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
history • 5.3.0Manage session history with JavaScriptDIRECT2
http-errors • 2.0.0Create HTTP error objectsINDIRECT5
iconv-lite • 0.4.24Convert character encodings in pure javascript.INDIRECT1
ignore • 5.3.2Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.INDIRECT0
ipaddr.js • 1.9.1A library for manipulating IPv4 and IPv6 addresses in JavaScript.INDIRECT0
is-binary-path • 2.1.0Check if a file path is a binary fileINDIRECT1
is-core-module • 2.16.1Is this specifier a node.js core module?INDIRECT2
is-docker • 2.2.1Check if the process is running inside a Docker containerINDIRECT0
is-extglob • 2.1.1Returns true if a string has an extglob.INDIRECT0
is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-glob • 4.0.3Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a betINDIRECT1
is-number • 7.0.0Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.INDIRECT0
is-stream • 2.0.1Check if something is a Node.js streamINDIRECT0
is-wsl • 2.2.0Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)INDIRECT1
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
lodash.debounce • 4.0.8The lodash method `_.debounce` exported as a module.INDIRECT0
lodash.merge • 4.6.2The Lodash method `_.merge` exported as a module.DIRECT0
loose-envify • 1.4.0Fast (and loose) selective `process.env` replacer using js-tokens instead of an ASTINDIRECT1
magic-string • 0.27.0Modify strings, generate sourcemapsINDIRECT1
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
media-typer • 0.3.0Simple RFC 6838 media type parser and formatterINDIRECT0
merge-descriptors • 1.0.3Merge objects using descriptorsINDIRECT0
merge-stream • 2.0.0Create a stream that emits events from multiple other streamsINDIRECT0
merge2 • 1.4.1Merge multiple streams into one stream in sequence or parallel.INDIRECT0
methods • 1.1.2HTTP methods that node supportsINDIRECT0
micromatch • 4.0.8Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.INDIRECT5
mime-db • 1.52.0Media Type DatabaseINDIRECT0
mime-types • 2.1.35The ultimate javascript content-type utility.INDIRECT1
mime • 1.6.0A comprehensive library for mime-type mappingINDIRECT0
mimic-fn • 2.1.0Make a function mimic another oneINDIRECT0
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
nanoid • 3.3.11A tiny (116 bytes), secure URL-friendly unique string ID generatorINDIRECT0
negotiator • 0.6.3HTTP content negotiationINDIRECT0
node-releases • 2.0.19Node.js releases dataINDIRECT0
normalize-path • 3.0.0Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.INDIRECT0
npm-run-path • 1.0.0Get your PATH prepended with locally installed binariesINDIRECT1
npm-run-path • 4.0.1Get your PATH prepended with locally installed binariesINDIRECT1
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
object-inspect • 1.13.4string representations of objects in node and the browserINDIRECT0
on-finished • 2.4.1Execute a callback when a request closes, finishes, or errorsINDIRECT1
onetime • 5.1.2Ensure a function is only called onceINDIRECT1
open • 8.4.2Open stuff like URLs, files, executables. Cross-platform.DIRECT3
parseurl • 1.3.3parse a url with memoizationINDIRECT0
path-key • 1.0.0Get the PATH environment variable key cross-platformINDIRECT0
path-key • 3.1.1Get the PATH environment variable key cross-platformINDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
path-to-regexp • 0.1.12Express style path to RegExp utilityINDIRECT0
path-type • 4.0.0Check if a path is a file, directory, or symlinkINDIRECT0
picomatch • 2.3.1Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.INDIRECT0
postcss • 8.5.3Tool for transforming styles with JS pluginsINDIRECT3
prism-react-renderer • 1.3.5Renders highlighted Prism output using ReactDIRECT0
prop-types • 15.8.1Runtime type checking for React props and similar objects.DIRECT4
proxy-addr • 2.0.7Determine address of proxied requestINDIRECT2
query-string • 8.2.0Parse and stringify URL query stringsDIRECT3
queue-microtask • 1.2.3fast, tiny `queueMicrotask` shim for modern enginesINDIRECT0
range-parser • 1.2.1Range header field string parserINDIRECT0
raw-body • 2.5.2Get and validate the raw body of a readable stream.INDIRECT10
react-frame-component • 5.2.7React component to wrap your application or component in an iFrame for encapsulation purposesDIRECT0
react-inspector • 6.0.2Power of Browser DevTools inspectors right inside your React appDIRECT0
react-is • 16.13.1Brand checking of React Elements.INDIRECT0
react-refresh • 0.14.2React is a JavaScript library for building user interfaces.INDIRECT0
readdirp • 3.6.0Recursive version of fs.readdir with streaming API.INDIRECT1
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
resolve • 1.22.10resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT5
reusify • 1.1.0Reuse objects and functions with styleINDIRECT0
rollup • 3.29.5Next-generation ES module bundlerINDIRECT1
run-applescript • 5.0.0Run AppleScript and get the resultINDIRECT16
run-parallel • 1.2.0Run an array of functions in parallelINDIRECT1
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
send • 0.19.0Better streaming static file server with Range and conditional-GET supportINDIRECT18
serve-static • 1.16.2Serve static filesINDIRECT21
shebang-command • 2.0.0Get the command from a shebangINDIRECT1
shebang-regex • 3.0.0Regular expression for matching a shebang lineINDIRECT0
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 • 4.0.0Convert Windows backslash paths to slash pathsINDIRECT0
split-on-first • 3.0.0Split a string on the first occurance of a given separatorINDIRECT0
statuses • 2.0.1HTTP status utilityINDIRECT0
string-width • 4.2.3Get the visual width of a string - the number of columns required to display itINDIRECT4
string-width • 5.1.2Get the visual width of a string - the number of columns required to display itINDIRECT4
strip-ansi • 6.0.1Strip ANSI escape codes from a stringINDIRECT1
strip-ansi • 7.1.0Strip ANSI escape codes from a stringINDIRECT1
strip-eof • 1.0.0Strip the End-Of-File (EOF) character from a string/bufferINDIRECT0
strip-final-newline • 2.0.0Strip the final newline character from a string/bufferINDIRECT0
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
titleize • 1.0.1Capitalize every word in a string: unicorn cake → Unicorn CakeINDIRECT0
to-regex-range • 5.0.1Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.INDIRECT1
toidentifier • 1.0.1Convert a string of words to a JavaScript identifierINDIRECT0
tsconfck • 3.1.5A utility to work with tsconfig.json without typescriptINDIRECT0
type-is • 1.6.18Infer the content-type of a request.INDIRECT3
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
unpipe • 1.0.0Unpipe a stream from all destinationsINDIRECT0
untildify • 4.0.0Convert a tilde path to an absolute path: `~/dev` → `/Users/sindresorhus/dev`INDIRECT0
update-browserslist-db • 1.1.3CLI tool to update caniuse-lite to refresh target browsers from Browserslist configINDIRECT2
utils-merge • 1.0.1merge() utility functionINDIRECT0
vary • 1.1.2Manipulate the HTTP Vary headerINDIRECT0
vite-tsconfig-paths • 4.3.2Vite resolver for TypeScript compilerOptions.pathsDIRECT4
vite • 4.5.13Native-ESM powered web dev build toolDIRECT29
widest-line • 4.0.1Get the visual width of the widest line in a string - the number of columns required to display itINDIRECT5
wrap-ansi • 8.1.0Wordwrap a string with ANSI escape codesINDIRECT6
xdg-default-browser • 2.1.0Get default browser on LinuxINDIRECT12
ISC18
PackageRelationDependenciesPublished
ansi-align • 3.0.1align-text with ANSI support for CLIsINDIRECT5
anymatch • 3.1.3Matches strings against configurable strings, globs, regular expressions, and/or functionsINDIRECT2
electron-to-chromium • 1.5.143Provides a list of electron-to-chromium version mappingsINDIRECT0
fastq • 1.19.1Fast, in memory work queueINDIRECT1
glob-parent • 5.1.2Extract the non-magic parent path from a glob string.INDIRECT2
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
isexe • 2.0.0Minimal module to check if a file is executable.INDIRECT0
lru-cache • 4.1.5A cache object that deletes the least-recently-used items.INDIRECT2
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
pseudomap • 1.0.2A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available.INDIRECT0
semver • 6.3.1The semantic version parser used by npm.INDIRECT0
setprototypeof • 1.2.0A small polyfill for Object.setprototypeofINDIRECT0
signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
which • 1.3.1Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
which • 2.0.2Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
yallist • 2.1.2Yet Another Linked ListINDIRECT0
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
human-signals • 2.1.0Human-friendly process signalsINDIRECT0
BSD-3-Clause2
PackageRelationDependenciesPublished
qs • 6.13.0A querystring parser that supports nesting and arrays, with a depth limitINDIRECT18
source-map-js • 1.2.1Generates and consumes source mapsINDIRECT0
BSD-2-Clause2
PackageRelationDependenciesPublished
esutils • 2.0.3utility box for ECMAScript language toolsINDIRECT0
regjsparser • 0.12.0Parsing the JavaScript's RegExp in JavaScript.INDIRECT1
MPL-2.01
PackageRelationDependenciesPublished
axe-core • 4.10.3Accessibility engine for automated Web UI testingDIRECT0
CC0-1.0 OR MIT1
PackageRelationDependenciesPublished
type-fest • 2.19.0A collection of essential TypeScript typesINDIRECT0
Unlicense1
PackageRelationDependenciesPublished
big-integer • 1.6.52An arbitrary length integer library for JavascriptINDIRECT0
CC-BY-4.01
PackageRelationDependenciesPublished
caniuse-lite • 1.0.30001715A 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/%40ladle%2Freact)](https://licenses.dev/npm/%40ladle%2Freact)
<a href="https://licenses.dev/npm/%40ladle%2Freact">
  <img src="https://licenses.dev/b/npm/%40ladle%2Freact" alt="licenses" />
</a>

Or the licenses badge code for the 2.5.0 version:

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