licenses.dev

postcss-preset-env v5.3.0

Convert modern CSS into something browsers understand

Published on

Licenses

Learn more about license information.

Package Licenses

CC0-1.0

Dependency Licenses

MIT42
PackageRelationDependenciesPublished
ansi-styles • 3.2.1ANSI escape codes for styling strings in the terminalINDIRECT2
autoprefixer • 8.6.5Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use websiteDIRECT15
balanced-match • 0.4.2Match balanced character pairs, like "{" and "}"INDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
browserslist • 3.2.8Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-presetDIRECT2
chalk • 2.4.2Terminal string styling done rightINDIRECT6
color-convert • 1.9.3Plain color conversion functionsINDIRECT1
color-name • 1.1.3A list of color names and its valuesINDIRECT0
color-string • 1.9.1Parser and generator for CSS color stringsINDIRECT3
color • 1.0.3Color conversion and manipulation with CSS string supportINDIRECT5
cssesc • 1.0.1A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.INDIRECT0
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
flatten • 1.0.3Flatten arbitrarily nested arrays into a non-nested list of non-array items. Maintained for legacy compatibility.INDIRECT0
has-flag • 3.0.0Check if argv has a specific flagINDIRECT0
indexes-of • 1.0.1line String/Array#indexOf but return all the indexes in an arrayINDIRECT0
is-arrayish • 0.3.2Determines if an object can be used as an arrayINDIRECT0
lodash._reinterpolate • 3.0.0The modern build of lodash’s internal `reInterpolate` as a module.INDIRECT0
lodash.template • 4.5.0The Lodash method `_.template` exported as a module.INDIRECT2
lodash.templatesettings • 4.2.0The Lodash method `_.templateSettings` exported as a module.INDIRECT1
normalize-range • 0.1.2Utility for normalizing a numeric range, with a wrapping function useful for polar coordinatesINDIRECT0
num2fraction • 1.2.2Convert number to fractionINDIRECT0
postcss-attribute-case-insensitive • 3.0.1PostCSS plugin to support case insensitive attributesDIRECT13
postcss-color-hex-alpha • 3.0.0PostCSS plugin to transform W3C RGBA hexadecimal notations (#RRGGBBAA or #RGBA) to more compatible CSS (rgba())DIRECT14
postcss-color-rebeccapurple • 3.1.0PostCSS plugin to transform W3C CSS rebeccapurple color to more compatible CSS (rgb())DIRECT13
postcss-custom-media • 6.0.0PostCSS plugin to transform W3C CSS Custom Media Queries to more compatible CSSDIRECT9
postcss-custom-properties • 7.0.0PostCSS plugin to polyfill W3C CSS Custom Properties for cascading variablesDIRECT10
postcss-custom-selectors • 4.0.1PostCSS plugin to transform W3C CSS Extensions(Custom Selectors) to more compatible CSSDIRECT11
postcss-font-variant • 3.0.0PostCSS plugin to transform W3C font-variant properties to more compatible CSS (font-feature-settings)DIRECT9
postcss-initial • 2.0.0PostCSS plugin to fallback initial keyword.DIRECT12
postcss-media-minmax • 3.0.0Using more intuitive `>=`, `<=`, `>`, `<` instead of media queries min/max prefix.DIRECT9
postcss-message-helpers • 2.0.0PostCSS helpers to throw or output GNU style messagesINDIRECT0
postcss-page-break • 1.0.0PostCSS plugin postcss-page-break to fallback `break-` properties with `page-break-` aliasDIRECT9
postcss-replace-overflow-wrap • 2.0.0PostCSS plugin to replace overflow-wrap with word-wrap or optionally retain both declarations.DIRECT9
postcss-selector-matches • 3.0.1PostCSS plugin to transform :matches() W3C CSS pseudo class to more compatible CSS selectorsDIRECT10
postcss-selector-not • 3.0.1PostCSS plugin to transform :not() W3C CSS level 4 pseudo class to :not() CSS level 3 selectorsDIRECT10
postcss-selector-parser • 4.0.0> Selector parser with built in methods for working with selector strings.INDIRECT3
postcss-value-parser • 3.3.1Transforms css values and at-rule params into the treeINDIRECT0
postcss-values-parser • 1.5.0A CSS property value parser for use with PostCSSINDIRECT3
postcss • 6.0.23Tool for transforming styles with JS pluginsDIRECT8
simple-swizzle • 0.2.2Simply swizzle your argumentsINDIRECT1
supports-color • 5.5.0Detect whether a terminal supports colorINDIRECT1
uniq • 1.0.1Removes duplicates from a sorted array in placeINDIRECT0
CC0-1.017
PackageRelationDependenciesPublished
@csstools/convert-colors • 1.4.0Convert colors between RGB, HSL, and HWBINDIRECT0
cssdb • 3.2.1A comprehensive list of CSS features and their positions in the process of becoming implemented web standardsDIRECT0
postcss-color-functional-notation • 1.0.2Use space and slash separated color notation in CSSDIRECT13
postcss-color-mod-function • 2.4.3Modify colors using the color-mod() function in CSSDIRECT14
postcss-dir-pseudo-class • 4.0.0Use the :dir pseudo-class in CSSDIRECT13
postcss-env-function • 1.0.0[![NPM Version][npm-img]][npm-url] [![Build Status][cli-img]][cli-url] [![Windows Build Status][win-img]][win-url] [![Support Chat][git-img]][git-url]DIRECT13
postcss-focus-visible • 3.0.0Use the :focus-visible pseudo-selector in CSSDIRECT9
postcss-focus-within • 2.0.0Ise the :focus-within pseudo-selector in CSSDIRECT9
postcss-font-family-system-ui • 3.0.0Use the system-ui font family in CSSDIRECT9
postcss-gap-properties • 1.0.0Use the gap, column-gap, and row-gap shorthand properties in CSSDIRECT9
postcss-image-set-function • 2.0.0Display resolution-dependent images using the image-set() function in CSSDIRECT13
postcss-lab-function • 1.1.0Use lab() and lch() color functions in CSSDIRECT14
postcss-logical • 1.1.1Use logical properties and values in CSSDIRECT9
postcss-nesting • 6.0.0Nest style rules inside each otherDIRECT9
postcss-overflow-shorthand • 1.0.1Use the overflow shorthand in CSSDIRECT9
postcss-place • 3.0.1Use a place-* shorthand for align-* and justify-* in CSSDIRECT13
postcss-pseudo-class-any-link • 5.0.0Use the :any-link pseudo-class in CSSDIRECT13
CC-BY-4.01
PackageRelationDependenciesPublished
caniuse-lite • 1.0.30001692A smaller version of caniuse-db, with only the essentials!DIRECT0
ISC1
PackageRelationDependenciesPublished
electron-to-chromium • 1.5.82Provides a list of electron-to-chromium version mappingsINDIRECT0
BSD-3-Clause1
PackageRelationDependenciesPublished
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 5.3.0 version:

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