licenses.dev

rollup-plugin-postcss v4.0.2

Seamless integration between Rollup and PostCSS

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT81
PackageRelationDependenciesPublished
ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
browserslist • 4.23.0Share 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
chalk • 4.1.2Terminal string styling done rightDIRECT5
color-convert • 2.0.1Plain color conversion functionsINDIRECT1
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 • 7.2.0the complete solution for node.js command-line programsINDIRECT0
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.DIRECT66
csso • 4.2.0CSS minifier with structural optimisationsINDIRECT3
dom-serializer • 1.4.1render domhandler DOM nodes to a stringINDIRECT3
escalade • 3.1.2A tiny (183B to 210B) and fast utility to ascend parent directoriesINDIRECT0
estree-walker • 0.6.1Traverse an ESTree-compliant ASTINDIRECT0
eventemitter3 • 4.0.7EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.INDIRECT0
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
generic-names • 4.0.0Helper for building generic names, similar to webpackINDIRECT1
has-flag • 4.0.0Check if argv has a specific flagINDIRECT0
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 directoryDIRECT2
import-from • 3.0.0Import a module like with `require()` but from a given pathINDIRECT1
is-core-module • 2.13.1Is this specifier a node.js core module?INDIRECT2
lilconfig • 2.1.0A zero-dependency alternative to cosmiconfigINDIRECT0
loader-utils • 3.2.1utils for webpack loadersINDIRECT0
lodash.camelcase • 4.3.0The lodash method `_.camelCase` exported as a module.INDIRECT0
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
node-releases • 2.0.14Node.js releases dataINDIRECT0
normalize-url • 6.1.0Normalize a URLINDIRECT0
p-finally • 1.0.0`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcomeINDIRECT0
p-queue • 6.6.2Promise queue with concurrency controlDIRECT3
p-timeout • 3.2.0Timeout a promise after a specified amount of timeINDIRECT1
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
pify • 5.0.0Promisify a callback-style functionDIRECT0
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 PostCSSDIRECT2
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 everywhereDIRECT14
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
promise.series • 0.2.0Run Promise in series.DIRECT0
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 synchronouslyDIRECT5
rollup-pluginutils • 2.8.2Functionality commonly needed by Rollup pluginsDIRECT1
stable • 0.1.8A stable array sort for JavaScriptINDIRECT0
style-inject • 0.3.0Inject style tag to document head.DIRECT0
stylehacks • 5.1.1Detect/remove browser hacks from CSS files.INDIRECT10
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
update-browserslist-db • 1.0.16CLI 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
ISC13
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
concat-with-sourcemaps • 1.1.0Concatenate file contents with a custom separator and generate a source mapDIRECT1
css-declaration-sorter • 6.4.1Sorts CSS declarations fast and automatically in a certain order.INDIRECT0
electron-to-chromium • 1.4.769Provides a list of electron-to-chromium version mappingsINDIRECT0
icss-replace-symbols • 1.1.0Replacing symbols during the linking phase of ICSSINDIRECT0
icss-utils • 5.1.0ICSS utils for postcss astINDIRECT0
picocolors • 1.0.1The 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 namesDIRECT0
yaml • 1.10.2JavaScript parser and stringifier for YAMLINDIRECT0
BSD-2-Clause7
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
nth-check • 2.1.1Parses and compiles CSS nth-checks to highly optimized functions.INDIRECT1
CC0-1.02
PackageRelationDependenciesPublished
mdn-data • 2.0.14Open Web data by the Mozilla Developer NetworkINDIRECT0
string-hash • 1.1.3fast string hashing functionINDIRECT0
BSD-3-Clause1
PackageRelationDependenciesPublished
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
CC-BY-4.01
PackageRelationDependenciesPublished
caniuse-lite • 1.0.30001618A 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/rollup-plugin-postcss)](https://licenses.dev/npm/rollup-plugin-postcss)
<a href="https://licenses.dev/npm/rollup-plugin-postcss">
  <img src="https://licenses.dev/b/npm/rollup-plugin-postcss" alt="licenses" />
</a>

Or the licenses badge code for the 4.0.2 version:

[![licenses](https://licenses.dev/b/npm/rollup-plugin-postcss/4.0.2)](https://licenses.dev/npm/rollup-plugin-postcss/4.0.2)
<a href="https://licenses.dev/npm/rollup-plugin-postcss/4.0.2">
  <img src="https://licenses.dev/b/npm/rollup-plugin-postcss/4.0.2" alt="licenses" />
</a>
GitHub