licenses.dev

mkdist v1.5.6

Lightweight file-to-file transformer

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT107
PackageRelationDependenciesPublished
@esbuild/aix-ppc64 • 0.23.1The IBM AIX PowerPC 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/android-arm • 0.23.1A WebAssembly shim for esbuild on Android ARM.INDIRECT0
@esbuild/android-arm64 • 0.23.1The Android ARM 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/android-x64 • 0.23.1A WebAssembly shim for esbuild on Android x64.INDIRECT0
@esbuild/darwin-arm64 • 0.23.1The macOS ARM 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/darwin-x64 • 0.23.1The macOS 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/freebsd-arm64 • 0.23.1The FreeBSD ARM 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/freebsd-x64 • 0.23.1The FreeBSD 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/linux-arm • 0.23.1The Linux ARM binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/linux-arm64 • 0.23.1The Linux ARM 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/linux-ia32 • 0.23.1The Linux 32-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/linux-loong64 • 0.23.1The Linux LoongArch 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/linux-mips64el • 0.23.1The Linux MIPS 64-bit Little Endian binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/linux-ppc64 • 0.23.1The Linux PowerPC 64-bit Little Endian binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/linux-riscv64 • 0.23.1The Linux RISC-V 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/linux-s390x • 0.23.1The Linux IBM Z 64-bit Big Endian binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/linux-x64 • 0.23.1The Linux 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/netbsd-x64 • 0.23.1The NetBSD AMD64 binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/openbsd-arm64 • 0.23.1The OpenBSD ARM 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/openbsd-x64 • 0.23.1The OpenBSD 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/sunos-x64 • 0.23.1The illumos 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/win32-arm64 • 0.23.1The Windows ARM 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/win32-ia32 • 0.23.1The Windows 32-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@esbuild/win32-x64 • 0.23.1The Windows 64-bit binary for esbuild, a JavaScript bundler.INDIRECT0
@nodelib/fs.scandir • 2.1.5List files and directories inside the specified directoryINDIRECT3
@nodelib/fs.stat • 2.0.5Get the status of a file with some featuresINDIRECT0
@nodelib/fs.walk • 1.2.8A library for efficiently walking a directory recursivelyINDIRECT6
acorn • 8.12.1ECMAScript parserINDIRECT0
autoprefixer • 10.4.20Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use websiteDIRECT10
braces • 3.0.3Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.INDIRECT3
browserslist • 4.23.3Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-presetINDIRECT6
caniuse-api • 3.0.0request the caniuse data to check browsers compatibilitiesINDIRECT9
citty • 0.1.6Elegant CLI BuilderDIRECT1
colord • 2.9.3👑 A tiny yet powerful tool for high-performance color manipulations and conversionsINDIRECT0
commander • 7.2.0the complete solution for node.js command-line programsINDIRECT0
confbox • 0.1.7Compact and high quality YAML, TOML, JSONC and JSON5 parsersINDIRECT0
consola • 3.2.3Elegant Console WrapperINDIRECT0
css-tree • 2.2.1A 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
css-tree • 2.3.1A 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 • 7.0.6Safe defaults for cssnano which require minimal configuration.INDIRECT63
cssnano-utils • 5.0.0Utility methods and plugin for cssnano projectsINDIRECT0
cssnano • 7.0.6A modular minifier, built on top of the PostCSS ecosystem.DIRECT65
csso • 5.0.5CSS minifier with structural optimisationsINDIRECT3
defu • 6.1.4Recursively assign default properties. Lightweight and Fast!DIRECT0
dom-serializer • 2.0.0render domhandler DOM nodes to a stringINDIRECT3
esbuild • 0.23.1An extremely fast JavaScript and CSS bundler and minifier.DIRECT24
escalade • 3.2.0A tiny (183B to 210B) and fast utility to ascend parent directoriesINDIRECT0
fast-glob • 3.3.2It's a very fast and efficient glob library for Node.jsDIRECT17
fill-range • 7.1.1Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`INDIRECT2
fraction.js • 4.3.7A rational number libraryINDIRECT0
is-extglob • 2.1.1Returns true if a string has an extglob.INDIRECT0
is-glob • 4.0.3Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a betINDIRECT1
is-number • 7.0.0Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.INDIRECT0
jiti • 1.21.6Runtime typescript and ESM support for Node.jsDIRECT0
lilconfig • 3.1.2A zero-dependency alternative to cosmiconfigINDIRECT0
lodash.memoize • 4.1.2The lodash method `_.memoize` exported as a module.INDIRECT0
lodash.uniq • 4.5.0The lodash method `_.uniq` exported as a module.INDIRECT0
merge2 • 1.4.1Merge multiple streams into one stream in sequence or parallel.INDIRECT0
micromatch • 4.0.8Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.INDIRECT5
mlly • 1.7.1Missing ECMAScript module utils for Node.jsDIRECT5
nanoid • 3.3.7A tiny (116 bytes), secure URL-friendly unique string ID generatorINDIRECT0
node-releases • 2.0.18Node.js releases dataINDIRECT0
normalize-range • 0.1.2Utility for normalizing a numeric range, with a wrapping function useful for polar coordinatesINDIRECT0
pathe • 1.1.2Universal filesystem path utilsDIRECT0
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
pkg-types • 1.2.0Node.js utilities and TypeScript definitions for `package.json` and `tsconfig.json`DIRECT5
postcss-calc • 10.0.2PostCSS plugin to reduce calc()INDIRECT4
postcss-colormin • 7.0.2Minify colors in your CSS files with PostCSS.INDIRECT12
postcss-convert-values • 7.0.4Convert values with PostCSS (e.g. ms -> s)INDIRECT8
postcss-discard-comments • 7.0.3Discard comments in your CSS files with PostCSS.INDIRECT3
postcss-discard-duplicates • 7.0.1Discard duplicate rules in your CSS files with PostCSS.INDIRECT0
postcss-discard-empty • 7.0.0Discard empty rules and values with PostCSS.INDIRECT0
postcss-discard-overridden • 7.0.0PostCSS plugin to discard overridden @keyframes or @counter-style.INDIRECT0
postcss-merge-longhand • 7.0.4Merge longhand properties into shorthand with PostCSS.INDIRECT12
postcss-merge-rules • 7.0.4Merge CSS rules with PostCSS.INDIRECT14
postcss-minify-font-values • 7.0.0Minify font declarations with PostCSSINDIRECT1
postcss-minify-gradients • 7.0.0Minify gradient parameters with PostCSS.INDIRECT3
postcss-minify-params • 7.0.2Minify at-rule params with PostCSSINDIRECT9
postcss-minify-selectors • 7.0.4Minify selectors with PostCSS.INDIRECT3
postcss-nested • 6.2.0PostCSS plugin to unwrap nested rules like how Sass does itDIRECT3
postcss-normalize-charset • 7.0.0Add necessary or remove extra charset with PostCSSINDIRECT0
postcss-normalize-display-values • 7.0.0Normalize multiple value display syntaxes into single values.INDIRECT1
postcss-normalize-positions • 7.0.0Normalize keyword values for position into length values.INDIRECT1
postcss-normalize-repeat-style • 7.0.0Convert two value syntax for repeat-style into one value.INDIRECT1
postcss-normalize-string • 7.0.0Normalize wrapping quotes for CSS string literals.INDIRECT1
postcss-normalize-timing-functions • 7.0.0Normalize CSS animation/transition timing functions.INDIRECT1
postcss-normalize-unicode • 7.0.2Normalize unicode-range descriptors, and can convert to wildcard ranges.INDIRECT8
postcss-normalize-url • 7.0.0Normalize URLs with PostCSSINDIRECT1
postcss-normalize-whitespace • 7.0.0Trim whitespace inside and around CSS rules & declarations.INDIRECT1
postcss-ordered-values • 7.0.1Ensure values are ordered consistently in your CSS.INDIRECT2
postcss-reduce-initial • 7.0.2Reduce initial definitions to the actual initial value, where possible.INDIRECT10
postcss-reduce-transforms • 7.0.0Reduce transform functions with PostCSS.INDIRECT1
postcss-selector-parser • 6.1.2> Selector parser with built in methods for working with selector strings.INDIRECT2
postcss-svgo • 7.0.1Optimise inline SVG with PostCSS.INDIRECT20
postcss-unique-selectors • 7.0.3Ensure CSS selectors are unique.INDIRECT3
postcss-value-parser • 4.2.0Transforms css values and at-rule params into the treeINDIRECT0
postcss • 8.4.47Tool for transforming styles with JS pluginsDIRECT3
queue-microtask • 1.2.3fast, tiny `queueMicrotask` shim for modern enginesINDIRECT0
reusify • 1.0.4Reuse objects and functions with styleINDIRECT0
run-parallel • 1.2.0Run an array of functions in parallelINDIRECT1
stylehacks • 7.0.4Detect/remove browser hacks from CSS files.INDIRECT10
svgo • 3.3.2Nodejs-based tool for optimizing SVG vector graphics filesINDIRECT18
to-regex-range • 5.0.1Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.INDIRECT1
ufo • 1.5.4URL utils for humansINDIRECT0
update-browserslist-db • 1.1.0CLI 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
ISC8
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
css-declaration-sorter • 7.2.0Sorts CSS declarations fast and automatically in a certain order.INDIRECT0
electron-to-chromium • 1.5.23Provides a list of electron-to-chromium version mappingsINDIRECT0
fastq • 1.17.1Fast, in memory work queueINDIRECT1
glob-parent • 5.1.2Extract the non-magic parent path from a glob string.INDIRECT2
picocolors • 1.1.0The tiniest and the fastest library for terminal output formatting with ANSI colorsINDIRECT0
semver • 7.6.3The semantic version parser used by npm.DIRECT0
BSD-2-Clause7
PackageRelationDependenciesPublished
css-select • 5.1.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 • 5.0.3Handler for htmlparser2 that turns pages into a domINDIRECT1
domutils • 3.1.0Utilities for working with htmlparser2's domINDIRECT4
entities • 4.5.0Encode & decode XML and HTML entities with ease & speedINDIRECT0
nth-check • 2.1.1Parses and compiles CSS nth-checks to highly optimized functions.INDIRECT1
CC0-1.02
PackageRelationDependenciesPublished
mdn-data • 2.0.28Open Web data by the Mozilla Developer NetworkINDIRECT0
mdn-data • 2.0.30Open Web data by the Mozilla Developer NetworkINDIRECT0
CC-BY-4.01
PackageRelationDependenciesPublished
caniuse-lite • 1.0.30001660A smaller version of caniuse-db, with only the essentials!INDIRECT0
BSD-3-Clause1
PackageRelationDependenciesPublished
source-map-js • 1.2.1Generates and consumes source mapsINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 1.5.6 version:

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