licenses.dev

microbundle v0.15.1

Zero-configuration bundler for tiny JS libs, powered by Rollup.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT414
Package Relation Dependencies Published
@babel/code-frame • 7.24.2Generate errors that contain a code frame that point to source locations. INDIRECT 11
@babel/compat-data • 7.24.4 INDIRECT 0
@babel/core • 7.24.4Babel compiler core. DIRECT 52
@babel/generator • 7.24.4Turns an AST into code. INDIRECT 10
@babel/helper-annotate-as-pure • 7.22.5Helper function to annotate paths and nodes with #__PURE__ comment INDIRECT 4
@babel/helper-builder-binary-assignment-operator-visitor • 7.22.15Helper function to build binary assignment operator visitors INDIRECT 4
@babel/helper-compilation-targets • 7.23.6Helper functions on Babel compilation targets INDIRECT 12
@babel/helper-create-class-features-plugin • 7.24.4Compile class public and private fields, private methods and decorators to ES6 INDIRECT 26
@babel/helper-create-regexp-features-plugin • 7.22.15Compile ESNext Regular Expressions to ES5 INDIRECT 16
@babel/helper-define-polyfill-provider • 0.6.2Babel helper to create your own polyfill provider INDIRECT 23
@babel/helper-environment-visitor • 7.22.20Helper visitor to only visit nodes in the current 'this' context INDIRECT 0
@babel/helper-function-name • 7.23.0Helper function to change the property 'name' of every function INDIRECT 17
@babel/helper-hoist-variables • 7.22.5Helper function to hoist variables INDIRECT 4
@babel/helper-member-expression-to-functions • 7.23.0Helper function to replace certain member expressions with function calls INDIRECT 4
@babel/helper-module-imports • 7.24.3Babel helper functions for inserting module loads INDIRECT 4
@babel/helper-module-transforms • 7.23.3Babel helper functions for implementing ES6 module transformations INDIRECT 8
@babel/helper-optimise-call-expression • 7.22.5Helper function to optimise call expression INDIRECT 4
@babel/helper-plugin-utils • 7.24.0General utilities for plugins to use INDIRECT 0
@babel/helper-remap-async-to-generator • 7.22.20Helper function to remap async functions to generators INDIRECT 21
@babel/helper-replace-supers • 7.24.1Helper function to replace supers INDIRECT 7
@babel/helper-simple-access • 7.22.5Babel helper for ensuring that access to a given value is performed through simple accesses INDIRECT 4
@babel/helper-skip-transparent-expression-wrappers • 7.22.5Helper which skips types and parentheses INDIRECT 4
@babel/helper-split-export-declaration • 7.22.6 INDIRECT 4
@babel/helper-string-parser • 7.24.1A utility package to parse strings INDIRECT 0
@babel/helper-validator-identifier • 7.22.20Validate identifier/keywords name INDIRECT 0
@babel/helper-validator-option • 7.23.5Validate plugin/preset options INDIRECT 0
@babel/helper-wrap-function • 7.22.20Helper to wrap functions inside a function call. INDIRECT 18
@babel/helpers • 7.24.4Collection of helper functions used by Babel transforms. INDIRECT 32
@babel/highlight • 7.24.2Syntax highlight JavaScript strings for output in terminals. INDIRECT 10
@babel/parser • 7.24.4A JavaScript parser INDIRECT 0
@babel/plugin-bugfix-firefox-class-in-computed-class-key • 7.24.4Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677 INDIRECT 2
@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression • 7.24.1Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517 INDIRECT 1
@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining • 7.24.1Transform optional chaining operators to workaround https://crbug.com/v8/11558 INDIRECT 8
@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly • 7.24.1Transform static class fields assignments that are affected by https://crbug.com/v8/12421 INDIRECT 2
@babel/plugin-proposal-class-properties • 7.12.1This plugin transforms static class properties as well as properties declared with the property initializer syntax DIRECT 28
@babel/plugin-proposal-private-property-in-object • 7.21.0-placeholder-for-preset-env.2This plugin transforms checks for a private property in an object INDIRECT 0
@babel/plugin-syntax-async-generators • 7.8.4Allow parsing of async generator functions INDIRECT 1
@babel/plugin-syntax-class-properties • 7.12.13Allow parsing of class properties INDIRECT 1
@babel/plugin-syntax-class-static-block • 7.14.5Allow parsing of class static blocks INDIRECT 1
@babel/plugin-syntax-dynamic-import • 7.8.3Allow parsing of import() INDIRECT 1
@babel/plugin-syntax-export-namespace-from • 7.8.3Allow parsing of export namespace from INDIRECT 1
@babel/plugin-syntax-flow • 7.24.1Allow parsing of the flow syntax INDIRECT 1
@babel/plugin-syntax-import-assertions • 7.24.1Allow parsing of the module assertion attributes in the import statement INDIRECT 1
@babel/plugin-syntax-import-attributes • 7.24.1Allow parsing of the module attributes in the import statement INDIRECT 1
@babel/plugin-syntax-import-meta • 7.10.4Allow parsing of import.meta DIRECT 1
@babel/plugin-syntax-json-strings • 7.8.3Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings INDIRECT 1
@babel/plugin-syntax-jsx • 7.24.1Allow parsing of jsx DIRECT 1
@babel/plugin-syntax-logical-assignment-operators • 7.10.4Allow parsing of the logical assignment operators INDIRECT 1
@babel/plugin-syntax-nullish-coalescing-operator • 7.8.3Allow parsing of the nullish-coalescing operator INDIRECT 1
@babel/plugin-syntax-numeric-separator • 7.10.4Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator INDIRECT 1
@babel/plugin-syntax-object-rest-spread • 7.8.3Allow parsing of object rest/spread INDIRECT 1
@babel/plugin-syntax-optional-catch-binding • 7.8.3Allow parsing of optional catch bindings INDIRECT 1
@babel/plugin-syntax-optional-chaining • 7.8.3Allow parsing of optional properties INDIRECT 1
@babel/plugin-syntax-private-property-in-object • 7.14.5Allow parsing of '#foo in obj' brand checks INDIRECT 1
@babel/plugin-syntax-top-level-await • 7.14.5Allow parsing of top-level await in modules INDIRECT 1
@babel/plugin-syntax-unicode-sets-regex • 7.18.6Parse regular expressions' unicodeSets (v) flag. INDIRECT 18
@babel/plugin-transform-arrow-functions • 7.24.1Compile ES2015 arrow functions to ES5 INDIRECT 1
@babel/plugin-transform-async-generator-functions • 7.24.3Turn async generator functions into ES2015 generators INDIRECT 24
@babel/plugin-transform-async-to-generator • 7.24.1Turn async functions into ES2015 generators INDIRECT 24
@babel/plugin-transform-block-scoped-functions • 7.24.1Babel plugin to ensure function declarations at the block level are block scoped INDIRECT 1
@babel/plugin-transform-block-scoping • 7.24.4Compile ES2015 block scoping (const and let) to ES5 INDIRECT 1
@babel/plugin-transform-class-properties • 7.24.1This plugin transforms static class properties as well as properties declared with the property initializer syntax INDIRECT 28
@babel/plugin-transform-class-static-block • 7.24.4Transform class static blocks INDIRECT 29
@babel/plugin-transform-classes • 7.24.1Compile ES2015 classes to ES5 INDIRECT 38
@babel/plugin-transform-computed-properties • 7.24.1Compile ES2015 computed properties to ES5 INDIRECT 18
@babel/plugin-transform-destructuring • 7.24.1Compile ES2015 destructuring to ES5 INDIRECT 1
@babel/plugin-transform-dotall-regex • 7.24.1Compile regular expressions using the `s` (`dotAll`) flag to ES5. INDIRECT 18
@babel/plugin-transform-duplicate-keys • 7.24.1Compile objects with duplicate keys to valid strict ES5 INDIRECT 1
@babel/plugin-transform-dynamic-import • 7.24.1Transform import() expressions INDIRECT 2
@babel/plugin-transform-exponentiation-operator • 7.24.1Compile exponentiation operator to ES5 INDIRECT 6
@babel/plugin-transform-export-namespace-from • 7.24.1Compile export namespace to ES2015 INDIRECT 2
@babel/plugin-transform-flow-strip-types • 7.24.1Strip flow type annotations from your output code. DIRECT 2
@babel/plugin-transform-for-of • 7.24.1Compile ES2015 for...of to ES5 INDIRECT 6
@babel/plugin-transform-function-name • 7.24.1Apply ES2015 function.name semantics to all functions INDIRECT 31
@babel/plugin-transform-json-strings • 7.24.1Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings INDIRECT 2
@babel/plugin-transform-literals • 7.24.1Compile ES2015 unicode string and number literals to ES5 INDIRECT 1
@babel/plugin-transform-logical-assignment-operators • 7.24.1Transforms logical assignment operators into short-circuited assignments INDIRECT 2
@babel/plugin-transform-member-expression-literals • 7.24.1Ensure that reserved words are quoted in property accesses INDIRECT 1
@babel/plugin-transform-modules-amd • 7.24.1This plugin transforms ES2015 modules to AMD INDIRECT 10
@babel/plugin-transform-modules-commonjs • 7.24.1This plugin transforms ES2015 modules to CommonJS INDIRECT 10
@babel/plugin-transform-modules-systemjs • 7.24.1This plugin transforms ES2015 modules to SystemJS INDIRECT 11
@babel/plugin-transform-modules-umd • 7.24.1This plugin transforms ES2015 modules to UMD INDIRECT 10
@babel/plugin-transform-named-capturing-groups-regex • 7.22.5Compile regular expressions using named groups to ES5. INDIRECT 18
@babel/plugin-transform-new-target • 7.24.1Transforms new.target meta property INDIRECT 1
@babel/plugin-transform-nullish-coalescing-operator • 7.24.1Remove nullish coalescing operator INDIRECT 2
@babel/plugin-transform-numeric-separator • 7.24.1Remove numeric separators from Decimal, Binary, Hex and Octal literals INDIRECT 2
@babel/plugin-transform-object-rest-spread • 7.24.1Compile object rest and spread to ES5 INDIRECT 16
@babel/plugin-transform-object-super • 7.24.1Compile ES2015 object super to ES5 INDIRECT 9
@babel/plugin-transform-optional-catch-binding • 7.24.1Compile optional catch bindings INDIRECT 2
@babel/plugin-transform-optional-chaining • 7.24.1Transform optional chaining operators into a series of nil checks INDIRECT 7
@babel/plugin-transform-parameters • 7.24.1Compile ES2015 default and rest parameters to ES5 INDIRECT 1
@babel/plugin-transform-private-methods • 7.24.1This plugin transforms private class methods INDIRECT 28
@babel/plugin-transform-private-property-in-object • 7.24.1This plugin transforms checks for a private property in an object INDIRECT 29
@babel/plugin-transform-property-literals • 7.24.1Ensure that reserved words are quoted in object property keys INDIRECT 1
@babel/plugin-transform-react-display-name • 7.24.1Add displayName to React.createClass calls INDIRECT 1
@babel/plugin-transform-react-jsx-development • 7.22.5Turn JSX into React function calls in development INDIRECT 9
@babel/plugin-transform-react-jsx • 7.23.4Turn JSX into React function calls DIRECT 8
@babel/plugin-transform-react-pure-annotations • 7.24.1Mark top-level React method calls as pure for tree shaking INDIRECT 6
@babel/plugin-transform-regenerator • 7.24.1Explode async and generator functions into a state machine. DIRECT 4
@babel/plugin-transform-reserved-words • 7.24.1Ensure that no reserved words are used. INDIRECT 1
@babel/plugin-transform-shorthand-properties • 7.24.1Compile ES2015 shorthand properties to ES5 INDIRECT 1
@babel/plugin-transform-spread • 7.24.1Compile ES2015 spread to ES5 INDIRECT 6
@babel/plugin-transform-sticky-regex • 7.24.1Compile ES2015 sticky regex to an ES5 RegExp constructor INDIRECT 1
@babel/plugin-transform-template-literals • 7.24.1Compile ES2015 template literals to ES5 INDIRECT 1
@babel/plugin-transform-typeof-symbol • 7.24.1This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols) INDIRECT 1
@babel/plugin-transform-unicode-escapes • 7.24.1Compile ES2015 Unicode escapes to ES5 INDIRECT 1
@babel/plugin-transform-unicode-property-regex • 7.24.1Compile Unicode property escapes in Unicode regular expressions to ES5. INDIRECT 18
@babel/plugin-transform-unicode-regex • 7.24.1Compile ES2015 Unicode regex to ES5 INDIRECT 18
@babel/plugin-transform-unicode-sets-regex • 7.24.1Compile regular expressions' unicodeSets (v) flag. INDIRECT 18
@babel/preset-env • 7.24.4A Babel preset for each environment. DIRECT 148
@babel/preset-flow • 7.24.1Babel preset for all Flow plugins. DIRECT 4
@babel/preset-modules • 0.1.6-no-external-pluginsA Babel preset that targets modern browsers by fixing engine bugs. INDIRECT 6
@babel/preset-react • 7.24.1Babel preset for all React plugins. DIRECT 13
@babel/regjsgen • 0.8.0Generate regular expressions from regjsparser’s AST. INDIRECT 0
@babel/runtime • 7.24.4babel's modular runtime helpers INDIRECT 1
@babel/template • 7.24.0Generate an AST from a string template. INDIRECT 16
@babel/traverse • 7.24.1The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes INDIRECT 31
@babel/types • 7.24.0Babel Types is a Lodash-esque utility library for AST nodes INDIRECT 3
@jridgewell/gen-mapping • 0.3.5Generate source maps INDIRECT 4
@jridgewell/resolve-uri • 3.1.2Resolve a URI relative to an optional base URI INDIRECT 0
@jridgewell/set-array • 1.2.1Like a Set, but provides the index of the `key` in the backing array INDIRECT 0
@jridgewell/source-map • 0.3.6Packages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map API INDIRECT 5
@jridgewell/sourcemap-codec • 1.4.15Encode/decode sourcemap mappings INDIRECT 0
@jridgewell/trace-mapping • 0.3.25Trace the original position through a source map INDIRECT 2
@rollup/plugin-alias • 3.1.9Define and resolve aliases for bundle dependencies DIRECT 1
@rollup/plugin-babel • 5.3.1Seamless integration between Rollup and Babel. DIRECT 9
@rollup/plugin-commonjs • 17.1.0Convert CommonJS modules to ES2015 DIRECT 26
@rollup/plugin-json • 4.1.0Convert .json files to ES6 modules DIRECT 4
@rollup/plugin-node-resolve • 11.2.1Locate and bundle third-party dependencies in node_modules DIRECT 16
@rollup/pluginutils • 3.1.0A set of utility functions commonly used by Rollup plugins INDIRECT 3
@rollup/pluginutils • 4.2.1A set of utility functions commonly used by Rollup plugins INDIRECT 2
@types/estree • 0.0.39TypeScript definitions for ESTree AST specification INDIRECT 0
@types/node • 20.12.7TypeScript definitions for node INDIRECT 1
@types/parse-json • 4.0.2TypeScript definitions for parse-json INDIRECT 0
@types/resolve • 1.17.1TypeScript definitions for resolve INDIRECT 2
acorn • 8.11.3ECMAScript parser INDIRECT 0
ansi-regex • 2.1.1Regular expression for matching ANSI escape codes INDIRECT 0
ansi-regex • 5.0.1Regular expression for matching ANSI escape codes INDIRECT 0
ansi-styles • 2.2.1ANSI escape codes for styling strings in the terminal INDIRECT 0
ansi-styles • 3.2.1ANSI escape codes for styling strings in the terminal INDIRECT 2
ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminal INDIRECT 2
array-buffer-byte-length • 1.0.1Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method. INDIRECT 13
arraybuffer.prototype.slice • 1.0.3ES spec-compliant shim for ArrayBuffer.prototype.slice INDIRECT 64
async • 3.2.5Higher-order functions and common patterns for asynchronous code INDIRECT 0
asyncro • 3.0.0Asynchronous Array Utilities (for await) DIRECT 0
autoprefixer • 10.4.19Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website DIRECT 10
available-typed-arrays • 1.0.7Returns an array of Typed Array names that are available in the current environment INDIRECT 1
babel-plugin-macros • 3.1.0Allows you to build compile-time libraries DIRECT 33
babel-plugin-polyfill-corejs2 • 0.4.11A Babel plugin to inject imports to core-js@2 polyfills INDIRECT 24
babel-plugin-polyfill-corejs3 • 0.10.4A Babel plugin to inject imports to core-js@3 polyfills INDIRECT 25
babel-plugin-polyfill-regenerator • 0.6.2A Babel plugin to inject imports to regenerator-runtime INDIRECT 24
babel-plugin-transform-async-to-promises • 0.8.18Transform async/await to promise chains DIRECT 0
babel-plugin-transform-replace-expressions • 0.2.0Replace JavaScript expressions with other expressions DIRECT 1
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}" INDIRECT 0
brace-expansion • 1.1.11Brace expansion as known from sh/bash INDIRECT 2
brace-expansion • 2.0.1Brace expansion as known from sh/bash INDIRECT 1
brotli-size • 4.0.0Get the brotli compressed size of a string or buffer DIRECT 1
browserslist • 4.23.0Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset INDIRECT 6
buffer-from • 1.1.2A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available. INDIRECT 0
builtin-modules • 3.3.0List of the Node.js builtin modules DIRECT 0
call-bind • 1.0.7Robustly `.call.bind()` a function INDIRECT 11
callsites • 3.1.0Get callsites from the V8 stack trace API INDIRECT 0
camelcase • 6.3.0Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar` DIRECT 0
caniuse-api • 3.0.0request the caniuse data to check browsers compatibilities INDIRECT 9
chalk • 1.1.3Terminal string styling done right. Much color. INDIRECT 6
chalk • 2.4.2Terminal string styling done right INDIRECT 6
chalk • 4.1.2Terminal string styling done right INDIRECT 5
color-convert • 1.9.3Plain color conversion functions INDIRECT 1
color-convert • 2.0.1Plain color conversion functions INDIRECT 1
color-name • 1.1.3A list of color names and its values INDIRECT 0
color-name • 1.1.4A list of color names and its values INDIRECT 0
colord • 2.9.3👑 A tiny yet powerful tool for high-performance color manipulations and conversions INDIRECT 0
commander • 2.20.3the complete solution for node.js command-line programs INDIRECT 0
commander • 7.2.0the complete solution for node.js command-line programs INDIRECT 0
commondir • 1.0.1compute the closest common parent for file paths INDIRECT 0
concat-map • 0.0.1concatenative mapdashery INDIRECT 0
convert-source-map • 2.0.0Converts a source-map from/to different formats and allows adding/changing properties. INDIRECT 0
core-js-compat • 3.37.0core-js compat INDIRECT 7
cosmiconfig • 7.1.0Find and load configuration from a package.json property, rc file, or CommonJS module INDIRECT 24
css-tree • 1.1.3A tool set for CSS: fast detailed parser (CSS → AST), walker (AST traversal), generator (AST → CSS) and lexer (validation and matching) based on specs and browser implementations INDIRECT 2
cssesc • 3.0.0A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output. INDIRECT 0
cssnano-preset-default • 5.2.14Safe defaults for cssnano which require minimal configuration. INDIRECT 63
cssnano-utils • 3.1.0Utility methods and plugin for cssnano projects INDIRECT 0
cssnano • 5.1.15A modular minifier, built on top of the PostCSS ecosystem. INDIRECT 66
csso • 4.2.0CSS minifier with structural optimisations INDIRECT 3
data-view-buffer • 1.0.1Get the ArrayBuffer out of a DataView, robustly. INDIRECT 20
data-view-byte-length • 1.0.1Get the byteLength out of a DataView, robustly. INDIRECT 20
data-view-byte-offset • 1.0.0Get the byteOffset out of a DataView, robustly. INDIRECT 20
debug • 4.3.4Lightweight debugging utility for Node.js and the browser INDIRECT 1
deepmerge • 4.3.1A library for deep (recursive) merging of Javascript objects INDIRECT 0
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors. INDIRECT 8
define-lazy-prop • 2.0.0Define a lazily evaluated property on an object INDIRECT 0
define-properties • 1.2.1Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines. INDIRECT 11
dom-serializer • 1.4.1render domhandler DOM nodes to a string INDIRECT 3
duplexer • 0.1.1Creates a duplex stream INDIRECT 0
duplexer • 0.1.2Creates a duplex stream INDIRECT 0
emoji-regex • 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard. INDIRECT 0
error-ex • 1.3.2Easy error subclassing and stack customization INDIRECT 1
es-abstract • 1.23.3ECMAScript spec abstract operations. INDIRECT 64
es-define-property • 1.0.0`Object.defineProperty`, but not IE 8's broken one. INDIRECT 6
es-errors • 1.3.0A simple cache for a few of the JS Error constructors. INDIRECT 0
es-object-atoms • 1.0.0ES Object-related atoms: Object, ToObject, RequireObjectCoercible INDIRECT 1
es-set-tostringtag • 2.0.3A helper to optimistically set Symbol.toStringTag, when possible. INDIRECT 7
es-to-primitive • 1.2.1ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions. INDIRECT 5
escalade • 3.1.2A tiny (183B to 210B) and fast utility to ascend parent directories INDIRECT 0
escape-string-regexp • 1.0.5Escape RegExp special characters INDIRECT 0
escape-string-regexp • 4.0.0Escape RegExp special characters DIRECT 0
estree-walker • 0.6.1Traverse an ESTree-compliant AST INDIRECT 0
estree-walker • 1.0.1Traverse an ESTree-compliant AST INDIRECT 0
estree-walker • 2.0.2Traverse an ESTree-compliant AST INDIRECT 0
eventemitter3 • 4.0.7EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface. INDIRECT 0
figures • 1.7.0Unicode symbols with Windows CMD fallbacks INDIRECT 2
find-cache-dir • 3.3.2Finds the common standard cache directory INDIRECT 10
find-up • 4.1.0Find a file or directory by walking up parent directories INDIRECT 5
for-each • 0.3.3A better forEach INDIRECT 1
fraction.js • 4.3.7A rational number library INDIRECT 0
fs-extra • 10.1.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove. INDIRECT 3
fsevents • 2.3.3Native Access to MacOS FSEvents INDIRECT 0
function-bind • 1.1.2Implementation of Function.prototype.bind INDIRECT 0
function.prototype.name • 1.1.6An ES2015 spec-compliant `Function.prototype.name` shim INDIRECT 64
functions-have-names • 1.2.3Does this JS environment support the `name` property on functions? INDIRECT 0
generic-names • 4.0.0Helper for building generic names, similar to webpack INDIRECT 1
gensync • 1.0.0-beta.2Allows users to use generators in order to write common functions that can be both sync or async. INDIRECT 0
get-intrinsic • 1.2.4Get and robustly cache all JS language-level intrinsics at first require time INDIRECT 5
get-symbol-description • 1.0.2Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible. INDIRECT 12
globals • 11.12.0Global identifiers from different JavaScript environments INDIRECT 0
globalthis • 1.0.3ECMAScript spec-compliant polyfill/shim for `globalThis` INDIRECT 12
globalyzer • 0.1.0Detects and extract the glob part of a string INDIRECT 0
globrex • 0.1.2Glob to regular expression with support for extended globs INDIRECT 0
gopd • 1.0.1`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation. INDIRECT 6
gzip-size • 3.0.0Get the gzipped size of a string or buffer INDIRECT 1
gzip-size • 6.0.0Get the gzipped size of a string or buffer DIRECT 1
has-ansi • 2.0.0Check if a string has ANSI escape codes INDIRECT 1
has-bigints • 1.0.2Determine if the JS environment has BigInt support. INDIRECT 0
has-flag • 3.0.0Check if argv has a specific flag INDIRECT 0
has-flag • 4.0.0Check if argv has a specific flag INDIRECT 0
has-property-descriptors • 1.0.2Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD. INDIRECT 7
has-proto • 1.0.3Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`? INDIRECT 0
has-symbols • 1.0.3Determine if the JS environment has Symbol support. Supports spec, or shams. INDIRECT 0
has-tostringtag • 1.0.2Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams. INDIRECT 1
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate. INDIRECT 1
import-cwd • 3.0.0Import a module like with `require()` but from the current working directory INDIRECT 2
import-fresh • 3.3.0Import a module while bypassing the cache INDIRECT 3
import-from • 3.0.0Import a module like with `require()` but from a given path INDIRECT 1
internal-slot • 1.0.7ES spec-like internal slots INDIRECT 14
is-array-buffer • 3.0.4Is this value a JS ArrayBuffer? INDIRECT 12
is-arrayish • 0.2.1Determines if an object can be used as an array INDIRECT 0
is-bigint • 1.0.4Is this value an ES BigInt? INDIRECT 1
is-boolean-object • 1.1.2Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag. INDIRECT 13
is-callable • 1.2.7Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag. INDIRECT 0
is-core-module • 2.13.1Is this specifier a node.js core module? INDIRECT 2
is-data-view • 1.0.1Is this value a JS DataView? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag. INDIRECT 19
is-date-object • 1.0.5Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag. INDIRECT 2
is-docker • 2.2.1Check if the process is running inside a Docker container INDIRECT 0
is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidth INDIRECT 0
is-module • 1.0.0check if a source string is an es6 module INDIRECT 0
is-negative-zero • 2.0.3Is this value negative zero? === will lie to you INDIRECT 0
is-number-object • 1.0.7Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag. INDIRECT 2
is-reference • 1.2.1Determine whether an AST node is a reference INDIRECT 1
is-regex • 1.1.4Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag INDIRECT 13
is-shared-array-buffer • 1.0.3Is this value a JS SharedArrayBuffer? INDIRECT 12
is-string • 1.0.7Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag. INDIRECT 2
is-symbol • 1.0.4Determine if a value is an ES6 Symbol or not. INDIRECT 1
is-typed-array • 1.1.13Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag. INDIRECT 18
is-weakref • 1.0.2Is this value a JS WeakRef? This module works cross-realm/iframe, and despite ES6 @@toStringTag. INDIRECT 12
is-wsl • 2.2.0Check if the process is running inside Windows Subsystem for Linux (Bash on Windows) INDIRECT 1
isarray • 2.0.5Array#isArray for older browsers INDIRECT 0
jest-worker • 26.6.2Module for executing heavy tasks under forked processes in parallel, by providing a `Promise` based interface, minimum overhead, and bound workers. INDIRECT 5
js-tokens • 4.0.0A regex that tokenizes JavaScript. INDIRECT 0
jsesc • 0.5.0A JavaScript library for escaping JavaScript strings while generating the shortest possible valid output. INDIRECT 0
jsesc • 2.5.2Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data. INDIRECT 0
json-parse-even-better-errors • 2.3.1JSON.parse with context information on error INDIRECT 0
json5 • 2.2.3JSON for Humans INDIRECT 0
jsonfile • 6.1.0Easily read/write JSON files. INDIRECT 2
kleur • 4.1.5The fastest Node.js library for formatting terminal text with ANSI colors~! DIRECT 0
lilconfig • 2.1.0A zero-dependency alternative to cosmiconfig INDIRECT 0
lines-and-columns • 1.2.4Maps lines and columns to character offsets and back. INDIRECT 0
loader-utils • 3.2.1utils for webpack loaders INDIRECT 0
locate-path • 5.0.0Get the first path that exists on disk of multiple paths INDIRECT 3
lodash.camelcase • 4.3.0The lodash method `_.camelCase` exported as a module. INDIRECT 0
lodash.debounce • 4.0.8The lodash method `_.debounce` exported as a module. INDIRECT 0
lodash.memoize • 4.1.2The lodash method `_.memoize` exported as a module. INDIRECT 0
lodash.merge • 4.6.2The Lodash method `_.merge` exported as a module. DIRECT 0
lodash.uniq • 4.5.0The lodash method `_.uniq` exported as a module. INDIRECT 0
magic-string • 0.25.9Modify strings, generate sourcemaps INDIRECT 1
make-dir • 3.1.0Make a directory and its parents if needed - Think `mkdir -p` INDIRECT 1
maxmin • 2.1.0Get a pretty output of the original, minified, gzipped size of a string or buffer: 130 B → 91 B → 53 B (gzip) INDIRECT 13
merge-stream • 2.0.0Create a stream that emits events from multiple other streams INDIRECT 0
mri • 1.2.0Quickly scan for CLI flags and arguments INDIRECT 0
ms • 2.1.2Tiny millisecond conversion utility INDIRECT 0
nanoid • 3.3.7A tiny (116 bytes), secure URL-friendly unique string ID generator INDIRECT 0
node-releases • 2.0.14Node.js releases data INDIRECT 0
normalize-range • 0.1.2Utility for normalizing a numeric range, with a wrapping function useful for polar coordinates INDIRECT 0
normalize-url • 6.1.0Normalize a URL INDIRECT 0
number-is-nan • 1.0.1ES2015 Number.isNaN() ponyfill INDIRECT 0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfill INDIRECT 0
object-inspect • 1.13.1string representations of objects in node and the browser INDIRECT 0
object-keys • 1.1.1An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim INDIRECT 0
object.assign • 4.1.5ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim INDIRECT 14
open • 8.4.2Open stuff like URLs, files, executables. Cross-platform. INDIRECT 3
p-finally • 1.0.0`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome INDIRECT 0
p-limit • 2.3.0Run multiple promise-returning & async functions with limited concurrency INDIRECT 1
p-locate • 4.1.0Get the first fulfilled promise that satisfies the provided testing function INDIRECT 2
p-queue • 6.6.2Promise queue with concurrency control INDIRECT 3
p-timeout • 3.2.0Timeout a promise after a specified amount of time INDIRECT 1
p-try • 2.2.0`Start a promise chain INDIRECT 0
parent-module • 1.0.1Get the path of the parent module INDIRECT 1
parse-json • 5.2.0Parse JSON with more helpful errors INDIRECT 16
path-exists • 4.0.0Check if a path exists INDIRECT 0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfill INDIRECT 0
path-parse • 1.0.7Node.js path.parse() ponyfill INDIRECT 0
path-type • 4.0.0Check if a path is a file, directory, or symlink INDIRECT 0
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. INDIRECT 0
pify • 5.0.0Promisify a callback-style function INDIRECT 0
pkg-dir • 4.2.0Find the root directory of a Node.js project or npm package INDIRECT 6
possible-typed-array-names • 1.0.0A simple list of possible Typed Array names. INDIRECT 0
postcss-calc • 8.2.4PostCSS plugin to reduce calc() INDIRECT 4
postcss-colormin • 5.3.1Minify colors in your CSS files with PostCSS. INDIRECT 12
postcss-convert-values • 5.1.3Convert values with PostCSS (e.g. ms -> s) INDIRECT 8
postcss-discard-comments • 5.1.2Discard comments in your CSS files with PostCSS. INDIRECT 0
postcss-discard-duplicates • 5.1.0Discard duplicate rules in your CSS files with PostCSS. INDIRECT 0
postcss-discard-empty • 5.1.1Discard empty rules and values with PostCSS. INDIRECT 0
postcss-discard-overridden • 5.1.0PostCSS plugin to discard overridden @keyframes or @counter-style. INDIRECT 0
postcss-load-config • 3.1.4Autoload Config for PostCSS INDIRECT 2
postcss-merge-longhand • 5.1.7Merge longhand properties into shorthand with PostCSS. INDIRECT 12
postcss-merge-rules • 5.1.4Merge CSS rules with PostCSS. INDIRECT 14
postcss-minify-font-values • 5.1.0Minify font declarations with PostCSS INDIRECT 1
postcss-minify-gradients • 5.1.1Minify gradient parameters with PostCSS. INDIRECT 3
postcss-minify-params • 5.1.4Minify at-rule params with PostCSS INDIRECT 9
postcss-minify-selectors • 5.2.1Minify selectors with PostCSS. INDIRECT 3
postcss-modules-local-by-default • 4.0.5A CSS Modules transform to make local scope the default INDIRECT 5
postcss-modules • 4.3.1PostCSS plugin to use CSS Modules everywhere INDIRECT 14
postcss-normalize-charset • 5.1.0Add necessary or remove extra charset with PostCSS INDIRECT 0
postcss-normalize-display-values • 5.1.0Normalize multiple value display syntaxes into single values. INDIRECT 1
postcss-normalize-positions • 5.1.1Normalize keyword values for position into length values. INDIRECT 1
postcss-normalize-repeat-style • 5.1.1Convert two value syntax for repeat-style into one value. INDIRECT 1
postcss-normalize-string • 5.1.0Normalize wrapping quotes for CSS string literals. INDIRECT 1
postcss-normalize-timing-functions • 5.1.0Normalize CSS animation/transition timing functions. INDIRECT 1
postcss-normalize-unicode • 5.1.1Normalize unicode-range descriptors, and can convert to wildcard ranges. INDIRECT 8
postcss-normalize-url • 5.1.0Normalize URLs with PostCSS INDIRECT 2
postcss-normalize-whitespace • 5.1.1Trim whitespace inside and around CSS rules & declarations. INDIRECT 1
postcss-ordered-values • 5.1.3Ensure values are ordered consistently in your CSS. INDIRECT 2
postcss-reduce-initial • 5.1.2Reduce initial definitions to the actual initial value, where possible. INDIRECT 10
postcss-reduce-transforms • 5.1.0Reduce transform functions with PostCSS. INDIRECT 1
postcss-selector-parser • 6.0.16> Selector parser with built in methods for working with selector strings. INDIRECT 2
postcss-svgo • 5.1.0Optimise inline SVG with PostCSS. INDIRECT 19
postcss-unique-selectors • 5.1.1Ensure CSS selectors are unique. INDIRECT 3
postcss-value-parser • 4.2.0Transforms css values and at-rule params into the tree INDIRECT 0
postcss • 8.4.38Tool for transforming styles with JS plugins DIRECT 3
pretty-bytes • 3.0.1Convert bytes to a human readable string: 1337 → 1.34 kB INDIRECT 1
pretty-bytes • 5.6.0Convert bytes to a human readable string: 1337 → 1.34 kB DIRECT 0
promise.series • 0.2.0Run Promise in series. INDIRECT 0
randombytes • 2.1.0random bytes from browserify stand alone INDIRECT 1
regenerate-unicode-properties • 10.1.1Regenerate sets for Unicode properties and values. INDIRECT 1
regenerate • 1.4.2Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points. INDIRECT 0
regenerator-runtime • 0.14.1Runtime for Regenerator-compiled generator and async functions. INDIRECT 0
regenerator-transform • 0.15.2Explode async and generator functions into a state machine. INDIRECT 2
regexp.prototype.flags • 1.5.2ES6 spec-compliant RegExp.prototype.flags shim. INDIRECT 16
regexpu-core • 5.3.2regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5. INDIRECT 9
require-directory • 2.1.1Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules. INDIRECT 0
resolve-from • 4.0.0Resolve the path of a module like `require.resolve()` but from a given path INDIRECT 0
resolve-from • 5.0.0Resolve the path of a module like `require.resolve()` but from a given path INDIRECT 0
resolve • 1.22.8resolve like require.resolve() on behalf of files asynchronously and synchronously INDIRECT 5
rollup-plugin-bundle-size • 1.0.3Output the size of your bundle DIRECT 14
rollup-plugin-postcss • 4.0.2Seamless integration between Rollup and PostCSS DIRECT 105
rollup-plugin-terser • 7.0.2Rollup plugin to minify generated es bundle DIRECT 33
rollup-plugin-typescript2 • 0.32.1Seamless integration between Rollup and TypeScript. Now with errors. DIRECT 25
rollup-plugin-visualizer • 5.12.0[![NPM Version](https://img.shields.io/npm/v/rollup-plugin-visualizer.svg)](https://npmjs.org/package/rollup-plugin-visualizer) [![Node.js CI](https://github.com/btd/rollup-plugin-visualizer/actions/workflows/node.js.yml/badge.svg)](https://github.com/btd DIRECT 22
rollup-pluginutils • 2.8.2Functionality commonly needed by Rollup plugins INDIRECT 1
rollup • 2.79.1Next-generation ES module bundler DIRECT 1
sade • 1.8.1Smooth (CLI) operator 🎶 DIRECT 1
safe-array-concat • 1.1.2`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable INDIRECT 13
safe-buffer • 5.2.1Safer Node.js Buffer API INDIRECT 0
safe-regex-test • 1.0.3Give a regex, get a robust predicate function that tests it against a string. INDIRECT 14
set-function-length • 1.2.2Set a function's length property INDIRECT 10
set-function-name • 2.0.2Set a function's name property INDIRECT 11
side-channel • 1.0.6Store information about any JS value in a side channel. Uses WeakMap if available. INDIRECT 13
slash • 3.0.0Convert Windows backslash paths to slash paths INDIRECT 0
source-map-support • 0.5.21Fixes stack traces for files with source maps INDIRECT 2
sourcemap-codec • 1.4.8Encode/decode sourcemap mappings INDIRECT 0
stable • 0.1.8A stable array sort for JavaScript INDIRECT 0
string-width • 4.2.3Get the visual width of a string - the number of columns required to display it INDIRECT 4
string.prototype.matchall • 4.0.11Spec-compliant polyfill for String.prototype.matchAll INDIRECT 65
string.prototype.trim • 1.2.9ES5 spec-compliant shim for String.prototype.trim INDIRECT 64
string.prototype.trimend • 1.0.8ES2019 spec-compliant String.prototype.trimEnd shim. INDIRECT 15
string.prototype.trimstart • 1.0.8ES2019 spec-compliant String.prototype.trimStart shim. INDIRECT 15
strip-ansi • 3.0.1Strip ANSI escape codes INDIRECT 1
strip-ansi • 6.0.1Strip ANSI escape codes from a string INDIRECT 1
style-inject • 0.3.0Inject style tag to document head. INDIRECT 0
stylehacks • 5.1.1Detect/remove browser hacks from CSS files. INDIRECT 10
supports-color • 2.0.0Detect whether a terminal supports color INDIRECT 0
supports-color • 5.5.0Detect whether a terminal supports color INDIRECT 1
supports-color • 7.2.0Detect whether a terminal supports color INDIRECT 1
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag. INDIRECT 0
svgo • 2.8.0Nodejs-based tool for optimizing SVG vector graphics files INDIRECT 17
tiny-glob • 0.2.9Tiny and extremely fast globbing DIRECT 2
to-fast-properties • 2.0.0Force V8 to use fast properties for an object INDIRECT 0
typed-array-buffer • 1.0.2Get the ArrayBuffer out of a TypedArray, robustly. INDIRECT 19
typed-array-byte-length • 1.0.1Robustly get the byte length of a Typed Array INDIRECT 19
typed-array-byte-offset • 1.0.2Robustly get the byte offset of a Typed Array INDIRECT 19
typed-array-length • 1.0.6Robustly get the length of a Typed Array INDIRECT 19
unbox-primitive • 1.0.2Unbox a boxed JS primitive value. INDIRECT 20
undici-types • 5.26.5A stand-alone types package for Undici INDIRECT 0
unicode-canonical-property-names-ecmascript • 2.0.0The set of canonical Unicode property names supported in ECMAScript RegExp property escapes. INDIRECT 0
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. INDIRECT 2
unicode-match-property-value-ecmascript • 2.1.0Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript. INDIRECT 0
unicode-property-aliases-ecmascript • 2.1.0Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes. INDIRECT 0
universalify • 2.0.1Make a callback- or promise-based function support both promises and callbacks. INDIRECT 0
update-browserslist-db • 1.0.13CLI tool to update caniuse-lite to refresh target browsers from Browserslist config INDIRECT 2
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser support INDIRECT 0
which-boxed-primitive • 1.0.2Which kind of boxed JS primitive is this? INDIRECT 19
which-typed-array • 1.1.15Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag. INDIRECT 17
wrap-ansi • 7.0.0Wordwrap a string with ANSI escape codes INDIRECT 8
yargs • 17.7.2yargs the modern, pirate-themed, successor to optimist. INDIRECT 15
ISC29
Package Relation Dependencies Published
@trysound/sax • 0.2.0An evented streaming XML parser in JavaScript INDIRECT 0
boolbase • 1.0.0two functions: One that returns true, one that returns false INDIRECT 0
cliui • 8.0.1easily create complex multi-column command-line-interfaces INDIRECT 9
concat-with-sourcemaps • 1.1.0Concatenate file contents with a custom separator and generate a source map INDIRECT 1
css-declaration-sorter • 6.4.1Sorts CSS declarations fast and automatically in a certain order. INDIRECT 0
electron-to-chromium • 1.4.749Provides a list of electron-to-chromium version mappings INDIRECT 0
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one fails INDIRECT 0
get-caller-file • 2.0.5[![Build Status](https://travis-ci.org/stefanpenner/get-caller-file.svg?branch=master)](https://travis-ci.org/stefanpenner/get-caller-file) [![Build status](https://ci.appveyor.com/api/projects/status/ol2q94g1932cy14a/branch/master?svg=true)](https://ci.a INDIRECT 0
glob • 7.2.3a little globber INDIRECT 10
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements. INDIRECT 0
icss-replace-symbols • 1.1.0Replacing symbols during the linking phase of ICSS INDIRECT 0
icss-utils • 5.1.0ICSS utils for postcss ast INDIRECT 0
inflight • 1.0.6Add callbacks to requests in flight to avoid async duplication INDIRECT 2
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits() INDIRECT 0
lru-cache • 5.1.1A cache object that deletes the least-recently-used items. INDIRECT 1
minimatch • 3.1.2a glob matcher in javascript INDIRECT 3
minimatch • 5.1.6a glob matcher in javascript INDIRECT 2
once • 1.4.0Run a function exactly one time INDIRECT 1
picocolors • 1.0.0The tiniest and the fastest library for terminal output formatting with ANSI colors INDIRECT 0
postcss-modules-extract-imports • 3.1.0A CSS Modules transform to extract local aliases for inline imports INDIRECT 0
postcss-modules-scope • 3.2.0A CSS Modules transform to extract export statements from local-scope classes INDIRECT 3
postcss-modules-values • 4.0.0PostCSS plugin for CSS Modules to pass arbitrary values between your module files INDIRECT 1
safe-identifier • 0.4.2Sanitize strings for use as JavaScript identifiers & property names INDIRECT 0
semver • 6.3.1The semantic version parser used by npm. INDIRECT 0
wrappy • 1.0.2Callback wrapping utility INDIRECT 0
y18n • 5.0.8the bare-bones internationalization library used by yargs INDIRECT 0
yallist • 3.1.1Yet Another Linked List INDIRECT 0
yaml • 1.10.2JavaScript parser and stringifier for YAML INDIRECT 0
yargs-parser • 21.1.1the mighty option parser used by yargs INDIRECT 0
BSD-2-Clause10
Package Relation Dependencies Published
css-select • 4.3.0a CSS selector compiler/engine INDIRECT 8
css-what • 6.1.0a CSS selector parser INDIRECT 0
domelementtype • 2.3.0all the types of nodes in htmlparser2's dom INDIRECT 0
domhandler • 4.3.1Handler for htmlparser2 that turns pages into a dom INDIRECT 1
domutils • 2.8.0Utilities for working with htmlparser2's dom INDIRECT 4
entities • 2.2.0Encode & decode XML and HTML entities with ease INDIRECT 0
esutils • 2.0.3utility box for ECMAScript language tools INDIRECT 0
nth-check • 2.1.1Parses and compiles CSS nth-checks to highly optimized functions. INDIRECT 1
regjsparser • 0.9.1Parsing the JavaScript's RegExp in JavaScript. INDIRECT 1
terser • 5.30.4JavaScript parser, mangler/compressor and beautifier toolkit for ES6+ DIRECT 11
Apache-2.06
Package Relation Dependencies Published
@ampproject/remapping • 2.3.0Remap sequential sourcemaps through transformations to point at the original source code INDIRECT 5
@surma/rollup-plugin-off-main-thread • 2.2.3Use Rollup with workers and ES6 modules today. DIRECT 85
ejs • 3.1.10Embedded JavaScript templates INDIRECT 15
filelist • 1.0.4Lazy-evaluating list of files, based on globs or regex patterns INDIRECT 3
jake • 10.8.7JavaScript build tool, similar to Make or Rake INDIRECT 14
typescript • 4.9.5TypeScript is a language for application scale JavaScript development DIRECT 0
BSD-3-Clause5
Package Relation Dependencies Published
filesize • 6.4.0JavaScript library to generate a human readable String describing the file size DIRECT 0
serialize-javascript • 4.0.0Serialize JavaScript to a superset of JSON that includes regular expressions and functions. INDIRECT 2
source-map-js • 1.2.0Generates and consumes source maps INDIRECT 0
source-map • 0.6.1Generates and consumes source maps INDIRECT 0
source-map • 0.7.4Generates and consumes source maps INDIRECT 0
CC0-1.02
Package Relation Dependencies Published
mdn-data • 2.0.14Open Web data by the Mozilla Developer Network INDIRECT 0
string-hash • 1.1.3fast string hashing function INDIRECT 0
0BSD1
Package Relation Dependencies Published
tslib • 2.6.2Runtime library for TypeScript helper functions DIRECT 0
CC-BY-4.01
Package Relation Dependencies Published
caniuse-lite • 1.0.30001612A smaller version of caniuse-db, with only the essentials! INDIRECT 0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.15.1 version:

[![licenses](https://licenses.dev/b/npm/microbundle/0.15.1)](https://licenses.dev/npm/microbundle/0.15.1)
<a href="https://licenses.dev/npm/microbundle/0.15.1">
  <img src="https://licenses.dev/b/npm/microbundle/0.15.1" alt="licenses" />
</a>
GitHub