licenses.dev

vite-console-debug v1.1.6

📦 📦 unplugin console debug

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT211
PackageRelationDependenciesPublished
@babel/code-frame • 7.29.7Generate errors that contain a code frame that point to source locations.INDIRECT3
@babel/compat-data • 7.29.7The compat-data to determine required Babel pluginsINDIRECT0
@babel/core • 7.29.7Babel compiler core.DIRECT38
@babel/generator • 7.29.7Turns an AST into code.INDIRECT9
@babel/helper-annotate-as-pure • 7.29.7Helper function to annotate paths and nodes with #__PURE__ commentINDIRECT3
@babel/helper-compilation-targets • 7.29.7Helper functions on Babel compilation targetsINDIRECT13
@babel/helper-create-class-features-plugin • 7.29.7Compile class public and private fields, private methods and decorators to ES6INDIRECT24
@babel/helper-create-regexp-features-plugin • 7.29.7Compile ESNext Regular Expressions to ES5INDIRECT15
@babel/helper-define-polyfill-provider • 0.6.8Babel helper to create your own polyfill providerINDIRECT25
@babel/helper-globals • 7.29.7A collection of JavaScript globals for Babel internal usageINDIRECT0
@babel/helper-member-expression-to-functions • 7.29.7Helper function to replace certain member expressions with function callsINDIRECT18
@babel/helper-module-imports • 7.29.7Babel helper functions for inserting module loadsINDIRECT18
@babel/helper-module-transforms • 7.29.7Babel helper functions for implementing ES6 module transformationsINDIRECT19
@babel/helper-optimise-call-expression • 7.29.7Helper function to optimise call expressionINDIRECT3
@babel/helper-plugin-utils • 7.29.7General utilities for plugins to useINDIRECT0
@babel/helper-remap-async-to-generator • 7.29.7Helper function to remap async functions to generatorsINDIRECT20
@babel/helper-replace-supers • 7.29.7Helper function to replace supersINDIRECT20
@babel/helper-skip-transparent-expression-wrappers • 7.29.7Helper which skips types and parenthesesINDIRECT18
@babel/helper-string-parser • 7.29.7A utility package to parse stringsINDIRECT0
@babel/helper-validator-identifier • 7.29.7Validate identifier/keywords nameINDIRECT0
@babel/helper-validator-option • 7.29.7Validate plugin/preset optionsINDIRECT0
@babel/helper-wrap-function • 7.29.7Helper to wrap functions inside a function call.INDIRECT18
@babel/helpers • 7.29.7Collection of helper functions used by Babel transforms.INDIRECT8
@babel/parser • 7.29.7A JavaScript parserINDIRECT3
@babel/plugin-bugfix-firefox-class-in-computed-class-key • 7.29.7Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677INDIRECT19
@babel/plugin-bugfix-safari-class-field-initializer-scope • 7.29.7Wrap class field initializers with IIFE to workaround https://webkit.org/b/236843INDIRECT1
@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression • 7.29.7Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517INDIRECT1
@babel/plugin-bugfix-safari-rest-destructuring-rhs-array • 7.29.7Workaround a Safari bug where rest destructuring with an array literal on the rhs can yield incorrect resultsINDIRECT20
@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining • 7.29.7Transform optional chaining operators to workaround https://crbug.com/v8/11558INDIRECT21
@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly • 7.29.7Transform static class fields assignments that are affected by https://crbug.com/v8/12421INDIRECT19
@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.29.7Allow parsing of the module assertion attributes in the import statementINDIRECT1
@babel/plugin-syntax-import-attributes • 7.29.7Allow parsing of the module attributes in the import statementINDIRECT1
@babel/plugin-syntax-jsx • 7.29.7Allow parsing of jsxINDIRECT1
@babel/plugin-syntax-typescript • 7.29.7Allow 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.29.7Compile ES2015 arrow functions to ES5INDIRECT1
@babel/plugin-transform-async-generator-functions • 7.29.7Turn async generator functions into ES2015 generatorsINDIRECT22
@babel/plugin-transform-async-to-generator • 7.29.7Turn async functions into ES2015 generatorsINDIRECT23
@babel/plugin-transform-block-scoped-functions • 7.29.7Babel plugin to ensure function declarations at the block level are block scopedINDIRECT1
@babel/plugin-transform-block-scoping • 7.29.7Compile ES2015 block scoping (const and let) to ES5INDIRECT1
@babel/plugin-transform-class-properties • 7.29.7This plugin transforms static class properties as well as properties declared with the property initializer syntaxINDIRECT26
@babel/plugin-transform-class-static-block • 7.29.7Transform class static blocksINDIRECT26
@babel/plugin-transform-classes • 7.29.7Compile ES2015 classes to ES5INDIRECT36
@babel/plugin-transform-computed-properties • 7.29.7Compile ES2015 computed properties to ES5INDIRECT9
@babel/plugin-transform-destructuring • 7.29.7Compile ES2015 destructuring to ES5INDIRECT19
@babel/plugin-transform-dotall-regex • 7.29.7Compile regular expressions using the `s` (`dotAll`) flag to ES5.INDIRECT17
@babel/plugin-transform-duplicate-keys • 7.29.7Compile objects with duplicate keys to valid strict ES5INDIRECT1
@babel/plugin-transform-duplicate-named-capturing-groups-regex • 7.29.7Compile regular expressions using duplicate named groups to index-based groups.INDIRECT17
@babel/plugin-transform-dynamic-import • 7.29.7Transform import() expressionsINDIRECT1
@babel/plugin-transform-explicit-resource-management • 7.29.7Compile `using` and `await using` declarations to ES2015INDIRECT20
@babel/plugin-transform-exponentiation-operator • 7.29.7Compile exponentiation operator to ES5INDIRECT1
@babel/plugin-transform-export-namespace-from • 7.29.7Compile export namespace to ES2015INDIRECT1
@babel/plugin-transform-for-of • 7.29.7Compile ES2015 for...of to ES5INDIRECT20
@babel/plugin-transform-function-name • 7.29.7Apply ES2015 function.name semantics to all functionsINDIRECT32
@babel/plugin-transform-json-strings • 7.29.7Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS stringsINDIRECT1
@babel/plugin-transform-literals • 7.29.7Compile ES2015 unicode string and number literals to ES5INDIRECT1
@babel/plugin-transform-logical-assignment-operators • 7.29.7Transforms logical assignment operators into short-circuited assignmentsINDIRECT1
@babel/plugin-transform-member-expression-literals • 7.29.7Ensure that reserved words are quoted in property accessesINDIRECT1
@babel/plugin-transform-modules-amd • 7.29.7This plugin transforms ES2015 modules to AMDINDIRECT21
@babel/plugin-transform-modules-commonjs • 7.29.7This plugin transforms ES2015 modules to CommonJSINDIRECT21
@babel/plugin-transform-modules-systemjs • 7.29.7This plugin transforms ES2015 modules to SystemJSINDIRECT21
@babel/plugin-transform-modules-umd • 7.29.7This plugin transforms ES2015 modules to UMDINDIRECT21
@babel/plugin-transform-named-capturing-groups-regex • 7.29.7Compile regular expressions using named groups to ES5.INDIRECT17
@babel/plugin-transform-new-target • 7.29.7Transforms new.target meta propertyINDIRECT1
@babel/plugin-transform-nullish-coalescing-operator • 7.29.7Remove nullish coalescing operatorINDIRECT1
@babel/plugin-transform-numeric-separator • 7.29.7Remove numeric separators from Decimal, Binary, Hex and Octal literalsINDIRECT1
@babel/plugin-transform-object-rest-spread • 7.29.7Compile object rest and spread to ES5INDIRECT34
@babel/plugin-transform-object-super • 7.29.7Compile ES2015 object super to ES5INDIRECT22
@babel/plugin-transform-optional-catch-binding • 7.29.7Compile optional catch bindingsINDIRECT1
@babel/plugin-transform-optional-chaining • 7.29.7Transform optional chaining operators into a series of nil checksINDIRECT20
@babel/plugin-transform-parameters • 7.29.7Compile ES2015 default and rest parameters to ES5INDIRECT1
@babel/plugin-transform-private-methods • 7.29.7This plugin transforms private class methodsINDIRECT26
@babel/plugin-transform-private-property-in-object • 7.29.7This plugin transforms checks for a private property in an objectINDIRECT26
@babel/plugin-transform-property-literals • 7.29.7Ensure that reserved words are quoted in object property keysINDIRECT1
@babel/plugin-transform-react-display-name • 7.29.7Add displayName to React.createClass callsINDIRECT1
@babel/plugin-transform-react-jsx-development • 7.29.7Turn JSX into React function calls in developmentINDIRECT23
@babel/plugin-transform-react-jsx • 7.29.7Turn JSX into React function callsINDIRECT22
@babel/plugin-transform-react-pure-annotations • 7.29.7Mark top-level React method calls as pure for tree shakingINDIRECT5
@babel/plugin-transform-regenerator • 7.29.7Explode async and generator functions into a state machine.INDIRECT1
@babel/plugin-transform-regexp-modifiers • 7.29.7Compile inline regular expression modifiersINDIRECT17
@babel/plugin-transform-reserved-words • 7.29.7Ensure that no reserved words are used.INDIRECT1
@babel/plugin-transform-shorthand-properties • 7.29.7Compile ES2015 shorthand properties to ES5INDIRECT1
@babel/plugin-transform-spread • 7.29.7Compile ES2015 spread to ES5INDIRECT20
@babel/plugin-transform-sticky-regex • 7.29.7Compile ES2015 sticky regex to an ES5 RegExp constructorINDIRECT1
@babel/plugin-transform-template-literals • 7.29.7Compile ES2015 template literals to ES5INDIRECT1
@babel/plugin-transform-typeof-symbol • 7.29.7This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)INDIRECT1
@babel/plugin-transform-typescript • 7.29.7Transform TypeScript into ES.nextINDIRECT27
@babel/plugin-transform-unicode-escapes • 7.29.7Compile ES2015 Unicode escapes to ES5INDIRECT1
@babel/plugin-transform-unicode-property-regex • 7.29.7Compile Unicode property escapes in Unicode regular expressions to ES5.INDIRECT17
@babel/plugin-transform-unicode-regex • 7.29.7Compile ES2015 Unicode regex to ES5INDIRECT17
@babel/plugin-transform-unicode-sets-regex • 7.29.7Compile regular expressions' unicodeSets (v) flag.INDIRECT17
@babel/preset-env • 7.29.7A Babel preset for each environment.DIRECT128
@babel/preset-modules • 0.1.6-no-external-pluginsA Babel preset that targets modern browsers by fixing engine bugs.INDIRECT5
@babel/preset-react • 7.29.7Babel preset for all React plugins.DIRECT27
@babel/preset-typescript • 7.29.7Babel preset for TypeScript.DIRECT33
@babel/template • 7.29.7Generate an AST from a string template.INDIRECT7
@babel/traverse • 7.29.7The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodesINDIRECT17
@babel/types • 7.29.7Babel Types is a Lodash-esque utility library for AST nodesINDIRECT2
@jridgewell/gen-mapping • 0.3.13Generate source mapsINDIRECT3
@jridgewell/remapping • 2.3.5Remap sequential sourcemaps through transformations to point at the original source codeINDIRECT4
@jridgewell/resolve-uri • 3.1.2Resolve a URI relative to an optional base URIINDIRECT0
@jridgewell/sourcemap-codec • 1.5.5Encode/decode sourcemap mappingsINDIRECT0
@jridgewell/trace-mapping • 0.3.31Trace the original position through a source mapINDIRECT2
@nuxt/kit • 3.21.9Toolkit for authoring modules and interacting with NuxtDIRECT43
@nuxt/schema • 3.21.9Nuxt types and default configurationDIRECT7
@rollup/pluginutils • 5.4.0A set of utility functions commonly used by Rollup pluginsDIRECT3
@types/estree • 1.0.9TypeScript definitions for estreeINDIRECT0
@vue/shared • 3.5.40internal utils shared across @vue packagesINDIRECT0
acorn • 8.17.0ECMAScript parserINDIRECT0
babel-plugin-polyfill-corejs2 • 0.4.17A Babel plugin to inject imports to core-js@2 polyfillsINDIRECT26
babel-plugin-polyfill-corejs3 • 0.14.2A Babel plugin to inject imports to core-js@3 polyfillsINDIRECT27
babel-plugin-polyfill-regenerator • 0.6.8A Babel plugin to inject imports to regenerator-runtimeINDIRECT26
babel-plugin-transform-remove-console • 6.9.4Remove all console.* calls.DIRECT0
browserslist • 4.28.7Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-presetINDIRECT7
c12 • 3.3.4Smart Config LoaderINDIRECT14
chokidar • 5.0.0Minimal and efficient cross-platform file watching libraryINDIRECT1
citty • 0.1.6Elegant CLI BuilderINDIRECT1
confbox • 0.1.8Compact and high quality YAML, TOML, JSONC and JSON5 parsersINDIRECT0
confbox • 0.2.4Compact YAML, TOML, JSONC, JSON5 and INI parser and serializerINDIRECT0
consola • 3.4.2Elegant Console WrapperINDIRECT0
convert-source-map • 2.0.0Converts a source-map from/to different formats and allows adding/changing properties.INDIRECT0
cookie-es • 1.2.3<!-- automd:badges bundlejs -->INDIRECT0
core-js-compat • 3.49.0core-js compatINDIRECT8
crossws • 0.3.5Cross-platform WebSocket Servers for Node.js, Deno, Bun and Cloudflare WorkersINDIRECT1
debug • 2.6.9small debugging utilityINDIRECT1
debug • 4.4.3Lightweight debugging utility for Node.js and the browserINDIRECT1
defu • 6.1.7Recursively assign default properties. Lightweight and Fast!INDIRECT0
depd • 2.0.0Deprecate all the thingsINDIRECT0
destr • 2.0.5A faster, secure and convenient alternative for JSON.parseINDIRECT0
destroy • 1.2.0destroy a stream if possibleINDIRECT0
ee-first • 1.1.1return the first event in a set of ee/event pairsINDIRECT0
encodeurl • 2.0.0Encode a URL to a percent-encoded form, excluding already-encoded sequencesINDIRECT0
errx • 0.1.0Zero dependency library to capture and parse stack traces in Node, Bun and DenoINDIRECT0
es-errors • 1.3.0A simple cache for a few of the JS Error constructors.INDIRECT0
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
estree-walker • 2.0.2Traverse an ESTree-compliant ASTINDIRECT0
estree-walker • 3.0.3Traverse an ESTree-compliant ASTINDIRECT1
etag • 1.8.1Create simple HTTP ETagsINDIRECT0
exsolve • 1.1.0Module resolution utilities based on Node.js upstream implementation.INDIRECT0
fdir • 6.5.0The fastest directory crawler & globbing alternative to glob, fast-glob, & tiny-glob. Crawls 1m files in < 1sINDIRECT0
fresh • 0.5.2HTTP response freshness testingINDIRECT0
fs-extra • 11.4.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.DIRECT3
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
giget • 3.3.1Download templates and git repositories with pleasure!INDIRECT0
h3 • 1.15.11Minimal H(TTP) framework built for high performance and portability.DIRECT9
hasown • 2.0.4A robust, ES3 compatible, "has own property" predicate.INDIRECT1
http-errors • 2.0.1Create HTTP error objectsINDIRECT5
ignore • 7.0.6Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.INDIRECT0
iron-webcrypto • 1.2.1a cryptographic utility for sealing-unsealing a JSON object using symmetric key encryption with message integrity verificationINDIRECT0
is-core-module • 2.16.2Is this specifier a node.js core module?INDIRECT2
jiti • 2.7.0Runtime typescript and ESM support for Node.jsINDIRECT0
js-tokens • 4.0.0A regex that tokenizes JavaScript.INDIRECT0
jsesc • 3.1.0Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.INDIRECT0
json5 • 2.2.3JSON for HumansINDIRECT0
jsonfile • 6.2.1Easily read/write JSON files.INDIRECT2
klona • 2.0.6A tiny (240B to 501B) and fast utility to "deep clone" Objects, Arrays, Dates, RegExps, and more!INDIRECT0
knitwork • 1.3.0Utilities to generate JavaScript code.INDIRECT0
launch-editor-middleware • 2.14.1express middleware for launching editorDIRECT3
launch-editor • 2.14.1launch editor from node.jsINDIRECT2
lodash.debounce • 4.0.8The lodash method `_.debounce` exported as a module.INDIRECT0
magic-string • 0.30.21Modify strings, generate sourcemapsDIRECT1
mime • 1.6.0A comprehensive library for mime-type mappingINDIRECT0
mlly • 1.8.2Missing ECMAScript module utils for Node.jsINDIRECT5
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
node-mock-http • 1.0.4<!-- automd:badges color=yellow -->INDIRECT0
node-releases • 2.0.51Node.js releases dataINDIRECT0
ohash • 2.0.11Simple object hashing, serialization and comparison utils.INDIRECT0
on-finished • 2.4.1Execute a callback when a request closes, finishes, or errorsINDIRECT1
parseurl • 1.3.3parse a url with memoizationINDIRECT0
path-browserify • 1.0.1the path module from node core for browsersDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
pathe • 2.0.3Universal filesystem path utilsINDIRECT0
perfect-debounce • 2.1.0<!-- automd:badges color=yellow codecov bundlephobia packagephobia -->INDIRECT0
picomatch • 4.0.5Blazing 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
pkg-types • 1.3.1Node.js utilities and TypeScript definitions for `package.json` and `tsconfig.json`INDIRECT5
pkg-types • 2.3.1Node.js utilities and TypeScript definitions for `package.json` and `tsconfig.json`INDIRECT3
radix3 • 1.1.2Lightweight and fast router for JavaScript based on Radix TreeINDIRECT0
range-parser • 1.2.1Range header field string parserINDIRECT0
rc9 • 3.0.1Read/Write config couldn't be easier!INDIRECT2
readdirp • 5.0.0Recursive version of fs.readdir with small RAM & CPU footprintINDIRECT0
regenerate-unicode-properties • 10.2.2Regenerate 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
regexpu-core • 6.4.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.12resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT6
scule • 1.3.0String case utilsINDIRECT0
send • 0.19.2Better streaming static file server with Range and conditional-GET supportINDIRECT18
serve-static • 1.16.3Serve static filesDIRECT20
shell-quote • 1.10.0quote and parse shell commandsINDIRECT0
statuses • 2.0.2HTTP status utilityINDIRECT0
std-env • 4.2.0Runtime agnostic JS utilsINDIRECT0
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
tinyglobby • 0.2.17A fast and minimal alternative to globby and fast-globINDIRECT2
toidentifier • 1.0.1Convert a string of words to a JavaScript identifierINDIRECT0
ufo • 1.6.4URL utils for humansINDIRECT0
uncrypto • 0.1.3Single API for Web Crypto API and Crypto Subtle working in Node.js, Browsers and other runtimesINDIRECT0
unctx • 2.5.0Composition-api in Vanilla jsINDIRECT12
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.1Match 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.2.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
unplugin • 1.16.1Unified plugin system for build toolsDIRECT2
unplugin • 2.3.11Unified plugin system for build toolsINDIRECT8
untyped • 2.0.0<!-- automd:badges bundlejs -->INDIRECT6
update-browserslist-db • 1.2.3CLI tool to update caniuse-lite to refresh target browsers from Browserslist configINDIRECT2
webpack-virtual-modules • 0.6.2Webpack Virtual ModulesINDIRECT0
ISC9
PackageRelationDependenciesPublished
electron-to-chromium • 1.5.396Provides a list of electron-to-chromium version mappingsINDIRECT0
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
lru-cache • 5.1.1A cache object that deletes the least-recently-used items.INDIRECT1
picocolors • 1.1.1The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
semver • 6.3.1The semantic version parser used by npm.INDIRECT0
semver • 7.8.5The semantic version parser used by npm.INDIRECT0
setprototypeof • 1.2.0A small polyfill for Object.setprototypeofINDIRECT0
yallist • 3.1.1Yet Another Linked ListINDIRECT0
BSD-2-Clause3
PackageRelationDependenciesPublished
dotenv • 17.4.2Loads environment variables from .env fileINDIRECT0
esutils • 2.0.3utility box for ECMAScript language toolsINDIRECT0
regjsparser • 0.13.2Parsing the JavaScript's RegExp in JavaScript.INDIRECT1
Apache-2.01
PackageRelationDependenciesPublished
baseline-browser-mapping • 2.11.4A library for obtaining browser versions with their maximum supported Baseline feature set and Widely Available status.INDIRECT0
CC-BY-4.01
PackageRelationDependenciesPublished
caniuse-lite • 1.0.30001806A 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/vite-console-debug)](https://licenses.dev/npm/vite-console-debug)
<a href="https://licenses.dev/npm/vite-console-debug">
  <img src="https://licenses.dev/b/npm/vite-console-debug" alt="licenses" />
</a>

Or the licenses badge code for the 1.1.6 version:

[![licenses](https://licenses.dev/b/npm/vite-console-debug/1.1.6)](https://licenses.dev/npm/vite-console-debug/1.1.6)
<a href="https://licenses.dev/npm/vite-console-debug/1.1.6">
  <img src="https://licenses.dev/b/npm/vite-console-debug/1.1.6" alt="licenses" />
</a>
GitHub