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
PackageRelationDependenciesPublished
@babel/code-frame • 7.24.2Generate errors that contain a code frame that point to source locations.INDIRECT11
@babel/compat-data • 7.24.4INDIRECT0
@babel/core • 7.24.5Babel compiler core.DIRECT52
@babel/generator • 7.24.5Turns an AST into code.INDIRECT10
@babel/helper-annotate-as-pure • 7.22.5Helper function to annotate paths and nodes with #__PURE__ commentINDIRECT4
@babel/helper-builder-binary-assignment-operator-visitor • 7.22.15Helper function to build binary assignment operator visitorsINDIRECT4
@babel/helper-compilation-targets • 7.23.6Helper functions on Babel compilation targetsINDIRECT12
@babel/helper-create-class-features-plugin • 7.24.5Compile class public and private fields, private methods and decorators to ES6INDIRECT26
@babel/helper-create-regexp-features-plugin • 7.22.15Compile ESNext Regular Expressions to ES5INDIRECT16
@babel/helper-define-polyfill-provider • 0.6.2Babel helper to create your own polyfill providerINDIRECT23
@babel/helper-environment-visitor • 7.22.20Helper visitor to only visit nodes in the current 'this' contextINDIRECT0
@babel/helper-function-name • 7.23.0Helper function to change the property 'name' of every functionINDIRECT17
@babel/helper-hoist-variables • 7.22.5Helper function to hoist variablesINDIRECT4
@babel/helper-member-expression-to-functions • 7.24.5Helper function to replace certain member expressions with function callsINDIRECT4
@babel/helper-module-imports • 7.24.3Babel helper functions for inserting module loadsINDIRECT4
@babel/helper-module-transforms • 7.24.5Babel helper functions for implementing ES6 module transformationsINDIRECT8
@babel/helper-optimise-call-expression • 7.22.5Helper function to optimise call expressionINDIRECT4
@babel/helper-plugin-utils • 7.24.5General utilities for plugins to useINDIRECT0
@babel/helper-remap-async-to-generator • 7.22.20Helper function to remap async functions to generatorsINDIRECT21
@babel/helper-replace-supers • 7.24.1Helper function to replace supersINDIRECT7
@babel/helper-simple-access • 7.24.5Babel helper for ensuring that access to a given value is performed through simple accessesINDIRECT4
@babel/helper-skip-transparent-expression-wrappers • 7.22.5Helper which skips types and parenthesesINDIRECT4
@babel/helper-split-export-declaration • 7.24.5INDIRECT4
@babel/helper-string-parser • 7.24.1A utility package to parse stringsINDIRECT0
@babel/helper-validator-identifier • 7.24.5Validate identifier/keywords nameINDIRECT0
@babel/helper-validator-option • 7.23.5Validate plugin/preset optionsINDIRECT0
@babel/helper-wrap-function • 7.24.5Helper to wrap functions inside a function call.INDIRECT18
@babel/helpers • 7.24.5Collection of helper functions used by Babel transforms.INDIRECT32
@babel/highlight • 7.24.5Syntax highlight JavaScript strings for output in terminals.INDIRECT10
@babel/parser • 7.24.5A JavaScript parserINDIRECT0
@babel/plugin-bugfix-firefox-class-in-computed-class-key • 7.24.5Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677INDIRECT2
@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=220517INDIRECT1
@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining • 7.24.1Transform optional chaining operators to workaround https://crbug.com/v8/11558INDIRECT8
@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly • 7.24.1Transform static class fields assignments that are affected by https://crbug.com/v8/12421INDIRECT2
@babel/plugin-proposal-class-properties • 7.12.1This plugin transforms static class properties as well as properties declared with the property initializer syntaxDIRECT28
@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-async-generators • 7.8.4Allow parsing of async generator functionsINDIRECT1
@babel/plugin-syntax-class-properties • 7.12.13Allow parsing of class propertiesINDIRECT1
@babel/plugin-syntax-class-static-block • 7.14.5Allow parsing of class static blocksINDIRECT1
@babel/plugin-syntax-dynamic-import • 7.8.3Allow parsing of import()INDIRECT1
@babel/plugin-syntax-export-namespace-from • 7.8.3Allow parsing of export namespace fromINDIRECT1
@babel/plugin-syntax-flow • 7.24.1Allow parsing of the flow syntaxINDIRECT1
@babel/plugin-syntax-import-assertions • 7.24.1Allow parsing of the module assertion attributes in the import statementINDIRECT1
@babel/plugin-syntax-import-attributes • 7.24.1Allow parsing of the module attributes in the import statementINDIRECT1
@babel/plugin-syntax-import-meta • 7.10.4Allow parsing of import.metaDIRECT1
@babel/plugin-syntax-json-strings • 7.8.3Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS stringsINDIRECT1
@babel/plugin-syntax-jsx • 7.24.1Allow parsing of jsxDIRECT1
@babel/plugin-syntax-logical-assignment-operators • 7.10.4Allow parsing of the logical assignment operatorsINDIRECT1
@babel/plugin-syntax-nullish-coalescing-operator • 7.8.3Allow parsing of the nullish-coalescing operatorINDIRECT1
@babel/plugin-syntax-numeric-separator • 7.10.4Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal SeparatorINDIRECT1
@babel/plugin-syntax-object-rest-spread • 7.8.3Allow parsing of object rest/spreadINDIRECT1
@babel/plugin-syntax-optional-catch-binding • 7.8.3Allow parsing of optional catch bindingsINDIRECT1
@babel/plugin-syntax-optional-chaining • 7.8.3Allow parsing of optional propertiesINDIRECT1
@babel/plugin-syntax-private-property-in-object • 7.14.5Allow parsing of '#foo in obj' brand checksINDIRECT1
@babel/plugin-syntax-top-level-await • 7.14.5Allow parsing of top-level await in modulesINDIRECT1
@babel/plugin-syntax-unicode-sets-regex • 7.18.6Parse regular expressions' unicodeSets (v) flag.INDIRECT18
@babel/plugin-transform-arrow-functions • 7.24.1Compile ES2015 arrow functions to ES5INDIRECT1
@babel/plugin-transform-async-generator-functions • 7.24.3Turn async generator functions into ES2015 generatorsINDIRECT24
@babel/plugin-transform-async-to-generator • 7.24.1Turn async functions into ES2015 generatorsINDIRECT24
@babel/plugin-transform-block-scoped-functions • 7.24.1Babel plugin to ensure function declarations at the block level are block scopedINDIRECT1
@babel/plugin-transform-block-scoping • 7.24.5Compile ES2015 block scoping (const and let) to ES5INDIRECT1
@babel/plugin-transform-class-properties • 7.24.1This plugin transforms static class properties as well as properties declared with the property initializer syntaxINDIRECT28
@babel/plugin-transform-class-static-block • 7.24.4Transform class static blocksINDIRECT29
@babel/plugin-transform-classes • 7.24.5Compile ES2015 classes to ES5INDIRECT38
@babel/plugin-transform-computed-properties • 7.24.1Compile ES2015 computed properties to ES5INDIRECT18
@babel/plugin-transform-destructuring • 7.24.5Compile ES2015 destructuring to ES5INDIRECT1
@babel/plugin-transform-dotall-regex • 7.24.1Compile regular expressions using the `s` (`dotAll`) flag to ES5.INDIRECT18
@babel/plugin-transform-duplicate-keys • 7.24.1Compile objects with duplicate keys to valid strict ES5INDIRECT1
@babel/plugin-transform-dynamic-import • 7.24.1Transform import() expressionsINDIRECT2
@babel/plugin-transform-exponentiation-operator • 7.24.1Compile exponentiation operator to ES5INDIRECT6
@babel/plugin-transform-export-namespace-from • 7.24.1Compile export namespace to ES2015INDIRECT2
@babel/plugin-transform-flow-strip-types • 7.24.1Strip flow type annotations from your output code.DIRECT2
@babel/plugin-transform-for-of • 7.24.1Compile ES2015 for...of to ES5INDIRECT6
@babel/plugin-transform-function-name • 7.24.1Apply ES2015 function.name semantics to all functionsINDIRECT31
@babel/plugin-transform-json-strings • 7.24.1Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS stringsINDIRECT2
@babel/plugin-transform-literals • 7.24.1Compile ES2015 unicode string and number literals to ES5INDIRECT1
@babel/plugin-transform-logical-assignment-operators • 7.24.1Transforms logical assignment operators into short-circuited assignmentsINDIRECT2
@babel/plugin-transform-member-expression-literals • 7.24.1Ensure that reserved words are quoted in property accessesINDIRECT1
@babel/plugin-transform-modules-amd • 7.24.1This plugin transforms ES2015 modules to AMDINDIRECT10
@babel/plugin-transform-modules-commonjs • 7.24.1This plugin transforms ES2015 modules to CommonJSINDIRECT10
@babel/plugin-transform-modules-systemjs • 7.24.1This plugin transforms ES2015 modules to SystemJSINDIRECT11
@babel/plugin-transform-modules-umd • 7.24.1This plugin transforms ES2015 modules to UMDINDIRECT10
@babel/plugin-transform-named-capturing-groups-regex • 7.22.5Compile regular expressions using named groups to ES5.INDIRECT18
@babel/plugin-transform-new-target • 7.24.1Transforms new.target meta propertyINDIRECT1
@babel/plugin-transform-nullish-coalescing-operator • 7.24.1Remove nullish coalescing operatorINDIRECT2
@babel/plugin-transform-numeric-separator • 7.24.1Remove numeric separators from Decimal, Binary, Hex and Octal literalsINDIRECT2
@babel/plugin-transform-object-rest-spread • 7.24.5Compile object rest and spread to ES5INDIRECT16
@babel/plugin-transform-object-super • 7.24.1Compile ES2015 object super to ES5INDIRECT9
@babel/plugin-transform-optional-catch-binding • 7.24.1Compile optional catch bindingsINDIRECT2
@babel/plugin-transform-optional-chaining • 7.24.5Transform optional chaining operators into a series of nil checksINDIRECT7
@babel/plugin-transform-parameters • 7.24.5Compile ES2015 default and rest parameters to ES5INDIRECT1
@babel/plugin-transform-private-methods • 7.24.1This plugin transforms private class methodsINDIRECT28
@babel/plugin-transform-private-property-in-object • 7.24.5This plugin transforms checks for a private property in an objectINDIRECT29
@babel/plugin-transform-property-literals • 7.24.1Ensure that reserved words are quoted in object property keysINDIRECT1
@babel/plugin-transform-react-display-name • 7.24.1Add displayName to React.createClass callsINDIRECT1
@babel/plugin-transform-react-jsx-development • 7.22.5Turn JSX into React function calls in developmentINDIRECT9
@babel/plugin-transform-react-jsx • 7.23.4Turn JSX into React function callsDIRECT8
@babel/plugin-transform-react-pure-annotations • 7.24.1Mark top-level React method calls as pure for tree shakingINDIRECT6
@babel/plugin-transform-regenerator • 7.24.1Explode async and generator functions into a state machine.DIRECT4
@babel/plugin-transform-reserved-words • 7.24.1Ensure that no reserved words are used.INDIRECT1
@babel/plugin-transform-shorthand-properties • 7.24.1Compile ES2015 shorthand properties to ES5INDIRECT1
@babel/plugin-transform-spread • 7.24.1Compile ES2015 spread to ES5INDIRECT6
@babel/plugin-transform-sticky-regex • 7.24.1Compile ES2015 sticky regex to an ES5 RegExp constructorINDIRECT1
@babel/plugin-transform-template-literals • 7.24.1Compile ES2015 template literals to ES5INDIRECT1
@babel/plugin-transform-typeof-symbol • 7.24.5This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)INDIRECT1
@babel/plugin-transform-unicode-escapes • 7.24.1Compile ES2015 Unicode escapes to ES5INDIRECT1
@babel/plugin-transform-unicode-property-regex • 7.24.1Compile Unicode property escapes in Unicode regular expressions to ES5.INDIRECT18
@babel/plugin-transform-unicode-regex • 7.24.1Compile ES2015 Unicode regex to ES5INDIRECT18
@babel/plugin-transform-unicode-sets-regex • 7.24.1Compile regular expressions' unicodeSets (v) flag.INDIRECT18
@babel/preset-env • 7.24.5A Babel preset for each environment.DIRECT148
@babel/preset-flow • 7.24.1Babel preset for all Flow plugins.DIRECT4
@babel/preset-modules • 0.1.6-no-external-pluginsA Babel preset that targets modern browsers by fixing engine bugs.INDIRECT6
@babel/preset-react • 7.24.1Babel preset for all React plugins.DIRECT13
@babel/regjsgen • 0.8.0Generate regular expressions from regjsparser’s AST.INDIRECT0
@babel/runtime • 7.24.5babel's modular runtime helpersINDIRECT1
@babel/template • 7.24.0Generate an AST from a string template.INDIRECT16
@babel/traverse • 7.24.5The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodesINDIRECT31
@babel/types • 7.24.5Babel Types is a Lodash-esque utility library for AST nodesINDIRECT3
@jridgewell/gen-mapping • 0.3.5Generate 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/source-map • 0.3.6Packages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map APIINDIRECT5
@jridgewell/sourcemap-codec • 1.4.15Encode/decode sourcemap mappingsINDIRECT0
@jridgewell/trace-mapping • 0.3.25Trace the original position through a source mapINDIRECT2
@rollup/plugin-alias • 3.1.9Define and resolve aliases for bundle dependenciesDIRECT1
@rollup/plugin-babel • 5.3.1Seamless integration between Rollup and Babel.DIRECT9
@rollup/plugin-commonjs • 17.1.0Convert CommonJS modules to ES2015DIRECT26
@rollup/plugin-json • 4.1.0Convert .json files to ES6 modulesDIRECT4
@rollup/plugin-node-resolve • 11.2.1Locate and bundle third-party dependencies in node_modulesDIRECT16
@rollup/pluginutils • 3.1.0A set of utility functions commonly used by Rollup pluginsINDIRECT3
@rollup/pluginutils • 4.2.1A set of utility functions commonly used by Rollup pluginsINDIRECT2
@types/estree • 0.0.39TypeScript definitions for ESTree AST specificationINDIRECT0
@types/node • 20.12.7TypeScript definitions for nodeINDIRECT1
@types/parse-json • 4.0.2TypeScript definitions for parse-jsonINDIRECT0
@types/resolve • 1.17.1TypeScript definitions for resolveINDIRECT2
acorn • 8.11.3ECMAScript parserINDIRECT0
ansi-regex • 2.1.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-regex • 5.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 2.2.1ANSI escape codes for styling strings in the terminalINDIRECT0
ansi-styles • 3.2.1ANSI escape codes for styling strings in the terminalINDIRECT2
ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
array-buffer-byte-length • 1.0.1Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.INDIRECT13
arraybuffer.prototype.slice • 1.0.3ES spec-compliant shim for ArrayBuffer.prototype.sliceINDIRECT64
async • 3.2.5Higher-order functions and common patterns for asynchronous codeINDIRECT0
asyncro • 3.0.0Asynchronous Array Utilities (for await)DIRECT0
autoprefixer • 10.4.19Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use websiteDIRECT10
available-typed-arrays • 1.0.7Returns an array of Typed Array names that are available in the current environmentINDIRECT1
babel-plugin-macros • 3.1.0Allows you to build compile-time librariesDIRECT33
babel-plugin-polyfill-corejs2 • 0.4.11A Babel plugin to inject imports to core-js@2 polyfillsINDIRECT24
babel-plugin-polyfill-corejs3 • 0.10.4A Babel plugin to inject imports to core-js@3 polyfillsINDIRECT25
babel-plugin-polyfill-regenerator • 0.6.2A Babel plugin to inject imports to regenerator-runtimeINDIRECT24
babel-plugin-transform-async-to-promises • 0.8.18Transform async/await to promise chainsDIRECT0
babel-plugin-transform-replace-expressions • 0.2.0Replace JavaScript expressions with other expressionsDIRECT1
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
brace-expansion • 2.0.1Brace expansion as known from sh/bashINDIRECT1
brotli-size • 4.0.0Get the brotli compressed size of a string or bufferDIRECT1
browserslist • 4.23.0Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-presetINDIRECT6
buffer-from • 1.1.2A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.INDIRECT0
builtin-modules • 3.3.0List of the Node.js builtin modulesDIRECT0
call-bind • 1.0.7Robustly `.call.bind()` a functionINDIRECT11
callsites • 3.1.0Get callsites from the V8 stack trace APIINDIRECT0
camelcase • 6.3.0Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`DIRECT0
caniuse-api • 3.0.0request the caniuse data to check browsers compatibilitiesINDIRECT9
chalk • 1.1.3Terminal string styling done right. Much color.INDIRECT6
chalk • 2.4.2Terminal string styling done rightINDIRECT6
chalk • 4.1.2Terminal string styling done rightINDIRECT5
color-convert • 1.9.3Plain color conversion functionsINDIRECT1
color-convert • 2.0.1Plain color conversion functionsINDIRECT1
color-name • 1.1.3A list of color names and its valuesINDIRECT0
color-name • 1.1.4A list of color names and its valuesINDIRECT0
colord • 2.9.3👑 A tiny yet powerful tool for high-performance color manipulations and conversionsINDIRECT0
commander • 2.20.3the complete solution for node.js command-line programsINDIRECT0
commander • 7.2.0the complete solution for node.js command-line programsINDIRECT0
commondir • 1.0.1compute the closest common parent for file pathsINDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
convert-source-map • 2.0.0Converts a source-map from/to different formats and allows adding/changing properties.INDIRECT0
core-js-compat • 3.37.0core-js compatINDIRECT7
cosmiconfig • 7.1.0Find and load configuration from a package.json property, rc file, or CommonJS moduleINDIRECT24
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 implementationsINDIRECT2
cssesc • 3.0.0A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.INDIRECT0
cssnano-preset-default • 5.2.14Safe defaults for cssnano which require minimal configuration.INDIRECT63
cssnano-utils • 3.1.0Utility methods and plugin for cssnano projectsINDIRECT0
cssnano • 5.1.15A modular minifier, built on top of the PostCSS ecosystem.INDIRECT66
csso • 4.2.0CSS minifier with structural optimisationsINDIRECT3
data-view-buffer • 1.0.1Get the ArrayBuffer out of a DataView, robustly.INDIRECT20
data-view-byte-length • 1.0.1Get the byteLength out of a DataView, robustly.INDIRECT20
data-view-byte-offset • 1.0.0Get the byteOffset out of a DataView, robustly.INDIRECT20
debug • 4.3.4Lightweight debugging utility for Node.js and the browserINDIRECT1
deepmerge • 4.3.1A library for deep (recursive) merging of Javascript objectsINDIRECT0
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.INDIRECT8
define-lazy-prop • 2.0.0Define a lazily evaluated property on an objectINDIRECT0
define-properties • 1.2.1Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.INDIRECT11
dom-serializer • 1.4.1render domhandler DOM nodes to a stringINDIRECT3
duplexer • 0.1.1Creates a duplex streamINDIRECT0
duplexer • 0.1.2Creates a duplex streamINDIRECT0
emoji-regex • 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
error-ex • 1.3.2Easy error subclassing and stack customizationINDIRECT1
es-abstract • 1.23.3ECMAScript spec abstract operations.INDIRECT64
es-define-property • 1.0.0`Object.defineProperty`, but not IE 8's broken one.INDIRECT6
es-errors • 1.3.0A simple cache for a few of the JS Error constructors.INDIRECT0
es-object-atoms • 1.0.0ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
es-set-tostringtag • 2.0.3A helper to optimistically set Symbol.toStringTag, when possible.INDIRECT7
es-to-primitive • 1.2.1ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions.INDIRECT5
escalade • 3.1.2A tiny (183B to 210B) and fast utility to ascend parent directoriesINDIRECT0
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
escape-string-regexp • 4.0.0Escape RegExp special charactersDIRECT0
estree-walker • 0.6.1Traverse an ESTree-compliant ASTINDIRECT0
estree-walker • 1.0.1Traverse an ESTree-compliant ASTINDIRECT0
estree-walker • 2.0.2Traverse an ESTree-compliant ASTINDIRECT0
eventemitter3 • 4.0.7EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.INDIRECT0
figures • 1.7.0Unicode symbols with Windows CMD fallbacksINDIRECT2
find-cache-dir • 3.3.2Finds the common standard cache directoryINDIRECT10
find-up • 4.1.0Find a file or directory by walking up parent directoriesINDIRECT5
for-each • 0.3.3A better forEachINDIRECT1
fraction.js • 4.3.7A rational number libraryINDIRECT0
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.INDIRECT3
fsevents • 2.3.3Native Access to MacOS FSEventsINDIRECT0
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
function.prototype.name • 1.1.6An ES2015 spec-compliant `Function.prototype.name` shimINDIRECT64
functions-have-names • 1.2.3Does this JS environment support the `name` property on functions?INDIRECT0
generic-names • 4.0.0Helper for building generic names, similar to webpackINDIRECT1
gensync • 1.0.0-beta.2Allows users to use generators in order to write common functions that can be both sync or async.INDIRECT0
get-intrinsic • 1.2.4Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT5
get-symbol-description • 1.0.2Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.INDIRECT12
globals • 11.12.0Global identifiers from different JavaScript environmentsINDIRECT0
globalthis • 1.0.3ECMAScript spec-compliant polyfill/shim for `globalThis`INDIRECT12
globalyzer • 0.1.0Detects and extract the glob part of a stringINDIRECT0
globrex • 0.1.2Glob to regular expression with support for extended globsINDIRECT0
gopd • 1.0.1`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT6
gzip-size • 3.0.0Get the gzipped size of a string or bufferINDIRECT1
gzip-size • 6.0.0Get the gzipped size of a string or bufferDIRECT1
has-ansi • 2.0.0Check if a string has ANSI escape codesINDIRECT1
has-bigints • 1.0.2Determine if the JS environment has BigInt support.INDIRECT0
has-flag • 3.0.0Check if argv has a specific flagINDIRECT0
has-flag • 4.0.0Check if argv has a specific flagINDIRECT0
has-property-descriptors • 1.0.2Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.INDIRECT7
has-proto • 1.0.3Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?INDIRECT0
has-symbols • 1.0.3Determine if the JS environment has Symbol support. Supports spec, or shams.INDIRECT0
has-tostringtag • 1.0.2Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.INDIRECT1
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
import-cwd • 3.0.0Import a module like with `require()` but from the current working directoryINDIRECT2
import-fresh • 3.3.0Import a module while bypassing the cacheINDIRECT3
import-from • 3.0.0Import a module like with `require()` but from a given pathINDIRECT1
internal-slot • 1.0.7ES spec-like internal slotsINDIRECT14
is-array-buffer • 3.0.4Is this value a JS ArrayBuffer?INDIRECT12
is-arrayish • 0.2.1Determines if an object can be used as an arrayINDIRECT0
is-bigint • 1.0.4Is this value an ES BigInt?INDIRECT1
is-boolean-object • 1.1.2Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT13
is-callable • 1.2.7Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.INDIRECT0
is-core-module • 2.13.1Is this specifier a node.js core module?INDIRECT2
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.INDIRECT19
is-date-object • 1.0.5Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT2
is-docker • 2.2.1Check if the process is running inside a Docker containerINDIRECT0
is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
is-module • 1.0.0check if a source string is an es6 moduleINDIRECT0
is-negative-zero • 2.0.3Is this value negative zero? === will lie to youINDIRECT0
is-number-object • 1.0.7Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT2
is-reference • 1.2.1Determine whether an AST node is a referenceINDIRECT1
is-regex • 1.1.4Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTagINDIRECT13
is-shared-array-buffer • 1.0.3Is this value a JS SharedArrayBuffer?INDIRECT12
is-string • 1.0.7Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT2
is-symbol • 1.0.4Determine if a value is an ES6 Symbol or not.INDIRECT1
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.INDIRECT18
is-weakref • 1.0.2Is this value a JS WeakRef? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT12
is-wsl • 2.2.0Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)INDIRECT1
isarray • 2.0.5Array#isArray for older browsersINDIRECT0
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.INDIRECT5
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
jsesc • 0.5.0A JavaScript library for escaping JavaScript strings while generating the shortest possible valid output.INDIRECT0
jsesc • 2.5.2Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.INDIRECT0
json-parse-even-better-errors • 2.3.1JSON.parse with context information on errorINDIRECT0
json5 • 2.2.3JSON for HumansINDIRECT0
jsonfile • 6.1.0Easily read/write JSON files.INDIRECT2
kleur • 4.1.5The fastest Node.js library for formatting terminal text with ANSI colors~!DIRECT0
lilconfig • 2.1.0A zero-dependency alternative to cosmiconfigINDIRECT0
lines-and-columns • 1.2.4Maps lines and columns to character offsets and back.INDIRECT0
loader-utils • 3.2.1utils for webpack loadersINDIRECT0
locate-path • 5.0.0Get the first path that exists on disk of multiple pathsINDIRECT3
lodash.camelcase • 4.3.0The lodash method `_.camelCase` exported as a module.INDIRECT0
lodash.debounce • 4.0.8The lodash method `_.debounce` exported as a module.INDIRECT0
lodash.memoize • 4.1.2The lodash method `_.memoize` exported as a module.INDIRECT0
lodash.merge • 4.6.2The Lodash method `_.merge` exported as a module.DIRECT0
lodash.uniq • 4.5.0The lodash method `_.uniq` exported as a module.INDIRECT0
magic-string • 0.25.9Modify strings, generate sourcemapsINDIRECT1
make-dir • 3.1.0Make a directory and its parents if needed - Think `mkdir -p`INDIRECT1
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)INDIRECT13
merge-stream • 2.0.0Create a stream that emits events from multiple other streamsINDIRECT0
mri • 1.2.0Quickly scan for CLI flags and argumentsINDIRECT0
ms • 2.1.2Tiny millisecond conversion utilityINDIRECT0
nanoid • 3.3.7A tiny (116 bytes), secure URL-friendly unique string ID generatorINDIRECT0
node-releases • 2.0.14Node.js releases dataINDIRECT0
normalize-range • 0.1.2Utility for normalizing a numeric range, with a wrapping function useful for polar coordinatesINDIRECT0
normalize-url • 6.1.0Normalize a URLINDIRECT0
number-is-nan • 1.0.1ES2015 Number.isNaN() ponyfillINDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
object-inspect • 1.13.1string representations of objects in node and the browserINDIRECT0
object-keys • 1.1.1An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shimINDIRECT0
object.assign • 4.1.5ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shimINDIRECT14
open • 8.4.2Open stuff like URLs, files, executables. Cross-platform.INDIRECT3
p-finally • 1.0.0`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcomeINDIRECT0
p-limit • 2.3.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-locate • 4.1.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-queue • 6.6.2Promise queue with concurrency controlINDIRECT3
p-timeout • 3.2.0Timeout a promise after a specified amount of timeINDIRECT1
p-try • 2.2.0`Start a promise chainINDIRECT0
parent-module • 1.0.1Get the path of the parent moduleINDIRECT1
parse-json • 5.2.0Parse JSON with more helpful errorsINDIRECT16
path-exists • 4.0.0Check if a path existsINDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
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
pify • 5.0.0Promisify a callback-style functionINDIRECT0
pkg-dir • 4.2.0Find the root directory of a Node.js project or npm packageINDIRECT6
possible-typed-array-names • 1.0.0A simple list of possible Typed Array names.INDIRECT0
postcss-calc • 8.2.4PostCSS plugin to reduce calc()INDIRECT4
postcss-colormin • 5.3.1Minify colors in your CSS files with PostCSS.INDIRECT12
postcss-convert-values • 5.1.3Convert values with PostCSS (e.g. ms -> s)INDIRECT8
postcss-discard-comments • 5.1.2Discard comments in your CSS files with PostCSS.INDIRECT0
postcss-discard-duplicates • 5.1.0Discard duplicate rules in your CSS files with PostCSS.INDIRECT0
postcss-discard-empty • 5.1.1Discard empty rules and values with PostCSS.INDIRECT0
postcss-discard-overridden • 5.1.0PostCSS plugin to discard overridden @keyframes or @counter-style.INDIRECT0
postcss-load-config • 3.1.4Autoload Config for PostCSSINDIRECT2
postcss-merge-longhand • 5.1.7Merge longhand properties into shorthand with PostCSS.INDIRECT12
postcss-merge-rules • 5.1.4Merge CSS rules with PostCSS.INDIRECT14
postcss-minify-font-values • 5.1.0Minify font declarations with PostCSSINDIRECT1
postcss-minify-gradients • 5.1.1Minify gradient parameters with PostCSS.INDIRECT3
postcss-minify-params • 5.1.4Minify at-rule params with PostCSSINDIRECT9
postcss-minify-selectors • 5.2.1Minify selectors with PostCSS.INDIRECT3
postcss-modules-local-by-default • 4.0.5A CSS Modules transform to make local scope the defaultINDIRECT5
postcss-modules • 4.3.1PostCSS plugin to use CSS Modules everywhereINDIRECT14
postcss-normalize-charset • 5.1.0Add necessary or remove extra charset with PostCSSINDIRECT0
postcss-normalize-display-values • 5.1.0Normalize multiple value display syntaxes into single values.INDIRECT1
postcss-normalize-positions • 5.1.1Normalize keyword values for position into length values.INDIRECT1
postcss-normalize-repeat-style • 5.1.1Convert two value syntax for repeat-style into one value.INDIRECT1
postcss-normalize-string • 5.1.0Normalize wrapping quotes for CSS string literals.INDIRECT1
postcss-normalize-timing-functions • 5.1.0Normalize CSS animation/transition timing functions.INDIRECT1
postcss-normalize-unicode • 5.1.1Normalize unicode-range descriptors, and can convert to wildcard ranges.INDIRECT8
postcss-normalize-url • 5.1.0Normalize URLs with PostCSSINDIRECT2
postcss-normalize-whitespace • 5.1.1Trim whitespace inside and around CSS rules & declarations.INDIRECT1
postcss-ordered-values • 5.1.3Ensure values are ordered consistently in your CSS.INDIRECT2
postcss-reduce-initial • 5.1.2Reduce initial definitions to the actual initial value, where possible.INDIRECT10
postcss-reduce-transforms • 5.1.0Reduce transform functions with PostCSS.INDIRECT1
postcss-selector-parser • 6.0.16> Selector parser with built in methods for working with selector strings.INDIRECT2
postcss-svgo • 5.1.0Optimise inline SVG with PostCSS.INDIRECT19
postcss-unique-selectors • 5.1.1Ensure CSS selectors are unique.INDIRECT3
postcss-value-parser • 4.2.0Transforms css values and at-rule params into the treeINDIRECT0
postcss • 8.4.38Tool for transforming styles with JS pluginsDIRECT3
pretty-bytes • 3.0.1Convert bytes to a human readable string: 1337 → 1.34 kBINDIRECT1
pretty-bytes • 5.6.0Convert bytes to a human readable string: 1337 → 1.34 kBDIRECT0
promise.series • 0.2.0Run Promise in series.INDIRECT0
randombytes • 2.1.0random bytes from browserify stand aloneINDIRECT1
regenerate-unicode-properties • 10.1.1Regenerate 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
regexp.prototype.flags • 1.5.2ES6 spec-compliant RegExp.prototype.flags shim.INDIRECT16
regexpu-core • 5.3.2regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.INDIRECT9
require-directory • 2.1.1Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.INDIRECT0
resolve-from • 4.0.0Resolve the path of a module like `require.resolve()` but from a given pathINDIRECT0
resolve-from • 5.0.0Resolve the path of a module like `require.resolve()` but from a given pathINDIRECT0
resolve • 1.22.8resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT5
rollup-plugin-bundle-size • 1.0.3Output the size of your bundleDIRECT14
rollup-plugin-postcss • 4.0.2Seamless integration between Rollup and PostCSSDIRECT105
rollup-plugin-terser • 7.0.2Rollup plugin to minify generated es bundleDIRECT33
rollup-plugin-typescript2 • 0.32.1Seamless integration between Rollup and TypeScript. Now with errors.DIRECT25
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/btdDIRECT22
rollup-pluginutils • 2.8.2Functionality commonly needed by Rollup pluginsINDIRECT1
rollup • 2.79.1Next-generation ES module bundlerDIRECT1
sade • 1.8.1Smooth (CLI) operator 🎶DIRECT1
safe-array-concat • 1.1.2`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadableINDIRECT13
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
safe-regex-test • 1.0.3Give a regex, get a robust predicate function that tests it against a string.INDIRECT14
set-function-length • 1.2.2Set a function's length propertyINDIRECT10
set-function-name • 2.0.2Set a function's name propertyINDIRECT11
side-channel • 1.0.6Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT13
slash • 3.0.0Convert Windows backslash paths to slash pathsINDIRECT0
source-map-support • 0.5.21Fixes stack traces for files with source mapsINDIRECT2
sourcemap-codec • 1.4.8Encode/decode sourcemap mappingsINDIRECT0
stable • 0.1.8A stable array sort for JavaScriptINDIRECT0
string-width • 4.2.3Get the visual width of a string - the number of columns required to display itINDIRECT4
string.prototype.matchall • 4.0.11Spec-compliant polyfill for String.prototype.matchAllINDIRECT65
string.prototype.trim • 1.2.9ES5 spec-compliant shim for String.prototype.trimINDIRECT64
string.prototype.trimend • 1.0.8ES2019 spec-compliant String.prototype.trimEnd shim.INDIRECT15
string.prototype.trimstart • 1.0.8ES2019 spec-compliant String.prototype.trimStart shim.INDIRECT15
strip-ansi • 3.0.1Strip ANSI escape codesINDIRECT1
strip-ansi • 6.0.1Strip ANSI escape codes from a stringINDIRECT1
style-inject • 0.3.0Inject style tag to document head.INDIRECT0
stylehacks • 5.1.1Detect/remove browser hacks from CSS files.INDIRECT10
supports-color • 2.0.0Detect whether a terminal supports colorINDIRECT0
supports-color • 5.5.0Detect whether a terminal supports colorINDIRECT1
supports-color • 7.2.0Detect whether a terminal supports colorINDIRECT1
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
svgo • 2.8.0Nodejs-based tool for optimizing SVG vector graphics filesINDIRECT17
tiny-glob • 0.2.9Tiny and extremely fast globbingDIRECT2
to-fast-properties • 2.0.0Force V8 to use fast properties for an objectINDIRECT0
typed-array-buffer • 1.0.2Get the ArrayBuffer out of a TypedArray, robustly.INDIRECT19
typed-array-byte-length • 1.0.1Robustly get the byte length of a Typed ArrayINDIRECT19
typed-array-byte-offset • 1.0.2Robustly get the byte offset of a Typed ArrayINDIRECT19
typed-array-length • 1.0.6Robustly get the length of a Typed ArrayINDIRECT19
unbox-primitive • 1.0.2Unbox a boxed JS primitive value.INDIRECT20
undici-types • 5.26.5A stand-alone types package for UndiciINDIRECT0
unicode-canonical-property-names-ecmascript • 2.0.0The 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.1.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
universalify • 2.0.1Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
update-browserslist-db • 1.0.13CLI tool to update caniuse-lite to refresh target browsers from Browserslist configINDIRECT2
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
which-boxed-primitive • 1.0.2Which kind of boxed JS primitive is this?INDIRECT19
which-typed-array • 1.1.15Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.INDIRECT17
wrap-ansi • 7.0.0Wordwrap a string with ANSI escape codesINDIRECT8
yargs • 17.7.2yargs the modern, pirate-themed, successor to optimist.INDIRECT15
ISC29
PackageRelationDependenciesPublished
@trysound/sax • 0.2.0An evented streaming XML parser in JavaScriptINDIRECT0
boolbase • 1.0.0two functions: One that returns true, one that returns falseINDIRECT0
cliui • 8.0.1easily create complex multi-column command-line-interfacesINDIRECT9
concat-with-sourcemaps • 1.1.0Concatenate file contents with a custom separator and generate a source mapINDIRECT1
css-declaration-sorter • 6.4.1Sorts CSS declarations fast and automatically in a certain order.INDIRECT0
electron-to-chromium • 1.4.751Provides a list of electron-to-chromium version mappingsINDIRECT0
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
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.aINDIRECT0
glob • 7.2.3a little globberINDIRECT10
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
icss-replace-symbols • 1.1.0Replacing symbols during the linking phase of ICSSINDIRECT0
icss-utils • 5.1.0ICSS utils for postcss astINDIRECT0
inflight • 1.0.6Add callbacks to requests in flight to avoid async duplicationINDIRECT2
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
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
minimatch • 5.1.6a glob matcher in javascriptINDIRECT2
once • 1.4.0Run a function exactly one timeINDIRECT1
picocolors • 1.0.0The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
postcss-modules-extract-imports • 3.1.0A CSS Modules transform to extract local aliases for inline importsINDIRECT0
postcss-modules-scope • 3.2.0A CSS Modules transform to extract export statements from local-scope classesINDIRECT3
postcss-modules-values • 4.0.0PostCSS plugin for CSS Modules to pass arbitrary values between your module filesINDIRECT1
safe-identifier • 0.4.2Sanitize strings for use as JavaScript identifiers & property namesINDIRECT0
semver • 6.3.1The semantic version parser used by npm.INDIRECT0
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
y18n • 5.0.8the bare-bones internationalization library used by yargsINDIRECT0
yallist • 3.1.1Yet Another Linked ListINDIRECT0
yaml • 1.10.2JavaScript parser and stringifier for YAMLINDIRECT0
yargs-parser • 21.1.1the mighty option parser used by yargsINDIRECT0
BSD-2-Clause10
PackageRelationDependenciesPublished
css-select • 4.3.0a CSS selector compiler/engineINDIRECT8
css-what • 6.1.0a CSS selector parserINDIRECT0
domelementtype • 2.3.0all the types of nodes in htmlparser2's domINDIRECT0
domhandler • 4.3.1Handler for htmlparser2 that turns pages into a domINDIRECT1
domutils • 2.8.0Utilities for working with htmlparser2's domINDIRECT4
entities • 2.2.0Encode & decode XML and HTML entities with easeINDIRECT0
esutils • 2.0.3utility box for ECMAScript language toolsINDIRECT0
nth-check • 2.1.1Parses and compiles CSS nth-checks to highly optimized functions.INDIRECT1
regjsparser • 0.9.1Parsing the JavaScript's RegExp in JavaScript.INDIRECT1
terser • 5.31.0JavaScript parser, mangler/compressor and beautifier toolkit for ES6+DIRECT11
Apache-2.06
PackageRelationDependenciesPublished
@ampproject/remapping • 2.3.0Remap sequential sourcemaps through transformations to point at the original source codeINDIRECT5
@surma/rollup-plugin-off-main-thread • 2.2.3Use Rollup with workers and ES6 modules today.DIRECT85
ejs • 3.1.10Embedded JavaScript templatesINDIRECT15
filelist • 1.0.4Lazy-evaluating list of files, based on globs or regex patternsINDIRECT3
jake • 10.8.7JavaScript build tool, similar to Make or RakeINDIRECT14
typescript • 4.9.5TypeScript is a language for application scale JavaScript developmentDIRECT0
BSD-3-Clause5
PackageRelationDependenciesPublished
filesize • 6.4.0JavaScript library to generate a human readable String describing the file sizeDIRECT0
serialize-javascript • 4.0.0Serialize JavaScript to a superset of JSON that includes regular expressions and functions.INDIRECT2
source-map-js • 1.2.0Generates and consumes source mapsINDIRECT0
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
source-map • 0.7.4Generates and consumes source mapsINDIRECT0
CC0-1.02
PackageRelationDependenciesPublished
mdn-data • 2.0.14Open Web data by the Mozilla Developer NetworkINDIRECT0
string-hash • 1.1.3fast string hashing functionINDIRECT0
0BSD1
PackageRelationDependenciesPublished
tslib • 2.6.2Runtime library for TypeScript helper functionsDIRECT0
CC-BY-4.01
PackageRelationDependenciesPublished
caniuse-lite • 1.0.30001614A 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/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