licenses.dev

postcss-cssnext v3.1.1

Use tomorrow’s CSS syntax, today

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT73
PackageRelationDependenciesPublished
ansi-styles • 3.2.1ANSI escape codes for styling strings in the terminalINDIRECT2
autoprefixer • 7.2.6Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use websiteDIRECT15
babel-runtime • 6.26.0babel selfContained runtimeINDIRECT2
balanced-match • 0.1.0Match balanced character pairs, like "{" and "}"INDIRECT0
balanced-match • 0.4.2Match balanced character pairs, like "{" and "}"INDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
browserslist • 2.11.3Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-presetINDIRECT2
caniuse-api • 2.0.0request the caniuse data to check browsers compatibilitiesDIRECT5
chalk • 2.4.2Terminal string styling done rightDIRECT6
clone • 1.0.4deep cloning of objects and arraysINDIRECT0
color-convert • 1.9.3Plain color conversion functionsINDIRECT1
color-name • 1.1.3A list of color names and its valuesINDIRECT0
color-string • 0.3.0Parser and generator for CSS color stringsINDIRECT1
color-string • 1.9.1Parser and generator for CSS color stringsINDIRECT3
color • 0.11.4Color conversion and manipulation with CSS string supportINDIRECT4
color • 1.0.3Color conversion and manipulation with CSS string supportINDIRECT5
color • 2.0.1Color conversion and manipulation with CSS string supportINDIRECT5
core-js • 2.6.12Standard libraryINDIRECT0
css-color-function • 1.3.3A parser and converter for Tab Atkins's proposed color function in CSS.INDIRECT9
css-unit-converter • 1.1.2Converts CSS values from one unit to anotherINDIRECT0
debug • 3.2.7small debugging utilityINDIRECT1
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
isnumeric • 0.2.0Determine if a JavaScript object is numericINDIRECT0
lodash._reinterpolate • 3.0.0The modern build of lodash’s internal `reInterpolate` as a module.INDIRECT0
lodash.memoize • 4.1.2The lodash method `_.memoize` exported 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
lodash.uniq • 4.5.0The lodash method `_.uniq` exported as a module.INDIRECT0
math-expression-evaluator • 1.4.0A flexible math expression evaluatorINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
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 • 2.0.0PostCSS plugin to support case insensitive attributesDIRECT13
postcss-calc • 6.0.2PostCSS plugin to reduce calc()DIRECT10
postcss-color-function • 4.1.0PostCSS plugin to transform W3C CSS color function to more compatible CSS.DIRECT19
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-hsl • 2.0.0PostCSS plugin to transform W3C CSS Color Module Level 4 hsl() new syntax to more compatible CSS (comma-separated hsl() or hsla())DIRECT13
postcss-color-hwb • 3.0.0PostCSS plugin to transform W3C CSS hwb() color to more compatible CSS (rgb() (or rgba()))DIRECT16
postcss-color-rebeccapurple • 3.1.0PostCSS plugin to transform W3C CSS rebeccapurple color to more compatible CSS (rgb())DIRECT13
postcss-color-rgb • 2.0.0PostCSS plugin to transform W3C CSS Color Module Level 4 rgb() new syntax to more compatible CSS (comma-separated rgb() or rgba())DIRECT10
postcss-color-rgba-fallback • 3.0.0PostCSS plugin to transform rgba() to hexadecimalDIRECT11
postcss-custom-media • 6.0.0PostCSS plugin to transform W3C CSS Custom Media Queries to more compatible CSSDIRECT9
postcss-custom-properties • 6.3.1PostCSS 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-image-set-polyfill • 0.3.5PostCSS plugin for fallback image-setDIRECT10
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-media-query-parser • 0.2.3A tool for parsing media query lists.INDIRECT0
postcss-message-helpers • 2.0.0PostCSS helpers to throw or output GNU style messagesINDIRECT0
postcss-pseudoelements • 5.0.0PostCSS plugin to add single-colon CSS 2.1 syntax pseudo selectors (i.e. :before)DIRECT9
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 • 2.2.3> 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
postcss • 7.0.39Tool for transforming styles with JS pluginsINDIRECT2
reduce-css-calc • 1.3.0Reduce CSS calc() function to the maximumINDIRECT4
reduce-css-calc • 2.1.8Reduce CSS calc() function to the maximumINDIRECT2
reduce-function-call • 1.0.3Reduce function calls in a string, using a callbackINDIRECT1
regenerator-runtime • 0.11.1Runtime for Regenerator-compiled generator and async functions.INDIRECT0
rgb-hex • 2.1.0Convert RGB(A) color to HEXINDIRECT0
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
units-css • 0.4.0Parse length and angle CSS values and convert between unitsINDIRECT2
viewport-dimensions • 0.2.0Simple utility for watching and retrieving browser viewport width, height, vmin and vmaxINDIRECT0
ISC3
PackageRelationDependenciesPublished
electron-to-chromium • 1.5.82Provides a list of electron-to-chromium version mappingsINDIRECT0
picocolors • 0.2.1The tiniest and the fastest coloring library everINDIRECT0
postcss-color-gray • 4.1.0PostCSS plugin to transform gray() function to today's CSSDIRECT16
CC0-1.03
PackageRelationDependenciesPublished
postcss-font-family-system-ui • 3.0.0Use the system-ui font family in CSSDIRECT9
postcss-nesting • 4.2.1Nest style and media rules inside each another, following the CSS Nesting Module Level 3 specificationDIRECT9
postcss-pseudo-class-any-link • 4.0.0Use the proposed :any-link pseudo-class in CSSDIRECT13
unknown2
PackageRelationDependenciesPublished
pixrem • 4.0.1A CSS post-processor that generates pixel fallbacks for rem units.DIRECT17
pleeease-filters • 4.0.0Convert CSS shorthand filters to SVG onesDIRECT10
Unlicense1
PackageRelationDependenciesPublished
postcss-apply • 0.8.0PostCSS plugin enabling custom properties sets referencesDIRECT13
CC-BY-4.01
PackageRelationDependenciesPublished
caniuse-lite • 1.0.30001692A smaller version of caniuse-db, with only the essentials!INDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
onecolor • 3.1.0Javascript color object with implicit color space conversions. Supports RGB, HSV, HSL and CMYK with alpha channel.INDIRECT0
BSD-3-Clause1
PackageRelationDependenciesPublished
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
non-standard1
PackageRelationDependenciesPublished
rgb • 0.1.0converts all sorts of colors to rgb format.INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 3.1.1 version:

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