licenses.dev

gulp-cssnano v2.1.3

Minify CSS with cssnano.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT99
PackageRelationDependenciesPublished
alphanum-sort • 1.0.2Alphanumeric sorting algorithmINDIRECT0
ansi-colors • 1.1.0Collection of ansi colors and styles.INDIRECT1
ansi-regex • 2.1.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 2.2.1ANSI escape codes for styling strings in the terminalINDIRECT0
ansi-wrap • 0.1.0Create ansi colors by passing the open and close codes.INDIRECT0
argparse • 1.0.10Very powerful CLI arguments parser. Native port of argparse - python's options parsing libraryINDIRECT1
arr-diff • 4.0.0Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.INDIRECT0
arr-union • 3.1.0Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.INDIRECT0
assign-symbols • 1.0.0Assign the enumerable es6 Symbol properties from an object (or objects) to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method.INDIRECT0
autoprefixer • 6.7.7Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use websiteINDIRECT18
balanced-match • 0.4.2Match balanced character pairs, like "{" and "}"INDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
browserslist • 1.7.7Share browsers list between different front-end tools, like Autoprefixer, Stylelint and babel-env-presetINDIRECT2
buffer-from • 1.1.2A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.DIRECT0
caniuse-api • 1.6.1request the caniuse data to check browsers compatibilitiesINDIRECT5
chalk • 1.1.3Terminal string styling done right. Much color.INDIRECT6
clap • 1.2.3Command line argument parserINDIRECT7
clone • 1.0.4deep cloning of objects and arraysINDIRECT0
coa • 1.0.4Command-Option-Argument: Yet another parser for command line options.INDIRECT1
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 • 0.11.4Color conversion and manipulation with CSS string supportINDIRECT4
colormin • 1.1.2Turn a CSS color into its smallest representation.INDIRECT7
colors • 1.1.2get colors in your node.js consoleINDIRECT0
css-color-names • 0.0.4A JSON Object of css color names mapped to their hex valueINDIRECT0
cssnano • 3.10.0A modular minifier, built on top of the PostCSS ecosystem.DIRECT94
csso • 2.3.2CSSO (CSS Optimizer) is a CSS minifier with structural optimisationsINDIRECT9
decamelize • 1.2.0Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbowINDIRECT0
defined • 1.0.1return the first argument that is `!== undefined`INDIRECT0
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
extend-shallow • 3.0.2Extend an object with the properties of additional objects. node.js/javascript util.INDIRECT4
flatten • 1.0.3Flatten arbitrarily nested arrays into a non-nested list of non-array items. Maintained for legacy compatibility.INDIRECT0
has-ansi • 2.0.0Check if a string has ANSI escape codesINDIRECT1
has-flag • 1.0.0Check if argv has a specific flagINDIRECT0
has • 1.0.4Object.prototype.hasOwnProperty.call shortcutINDIRECT0
html-comment-regex • 1.1.2Regular expression for matching HTML commentsINDIRECT0
indexes-of • 1.0.1line String/Array#indexOf but return all the indexes in an arrayINDIRECT0
is-absolute-url • 2.1.0Check if an URL is absoluteINDIRECT0
is-extendable • 1.0.1Returns true if a value is a plain object, array or function.INDIRECT2
is-plain-obj • 1.1.0Check if a value is a plain objectINDIRECT0
is-plain-object • 2.0.4Returns true if an object was created by the `Object` constructor.INDIRECT1
is-svg • 2.1.0Check if a string or buffer is SVGINDIRECT1
isobject • 3.0.1Returns true if the value is an object and not an array or null.INDIRECT0
js-yaml • 3.7.0YAML 1.2 parser and serializerINDIRECT3
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
math-expression-evaluator • 1.4.0A flexible math expression evaluatorINDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
normalize-range • 0.1.2Utility for normalizing a numeric range, with a wrapping function useful for polar coordinatesINDIRECT0
normalize-url • 1.9.1Normalize a URLINDIRECT6
num2fraction • 1.2.2Convert number to fractionINDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillDIRECT0
plugin-error • 1.0.1Error handling for Vinyl plugins.DIRECT9
postcss-calc • 5.3.1PostCSS plugin to reduce calc()INDIRECT18
postcss-colormin • 2.2.2Minify colors in your CSS files with PostCSS.INDIRECT21
postcss-convert-values • 2.6.1Convert values with PostCSS (e.g. ms -> s)INDIRECT13
postcss-discard-comments • 2.0.4Discard comments in your CSS files with PostCSS.INDIRECT12
postcss-discard-duplicates • 2.1.0Discard duplicate rules in your CSS files with PostCSS.INDIRECT12
postcss-discard-empty • 2.1.0Discard empty rules and values with PostCSS.INDIRECT12
postcss-discard-overridden • 0.1.1PostCSS plugin to discard overridden @keyframes or @counter-style.INDIRECT12
postcss-discard-unused • 2.2.3Discard unused counter styles, keyframes and fonts.INDIRECT13
postcss-filter-plugins • 2.0.3Exclude/warn on duplicated PostCSS plugins.INDIRECT12
postcss-merge-idents • 2.1.7Merge keyframe and counter style identifiers.INDIRECT14
postcss-merge-longhand • 2.0.2Merge longhand properties into shorthand with PostCSS.INDIRECT12
postcss-merge-rules • 2.1.2Merge CSS rules with PostCSS.INDIRECT23
postcss-message-helpers • 2.0.0PostCSS helpers to throw or output GNU style messagesINDIRECT0
postcss-minify-font-values • 1.0.5Minify font declarations with PostCSSINDIRECT14
postcss-minify-gradients • 1.0.5Minify gradient parameters with PostCSS.INDIRECT13
postcss-minify-params • 1.2.2Minify at-rule params with PostCSSINDIRECT15
postcss-minify-selectors • 2.1.1Minify selectors with PostCSS.INDIRECT18
postcss-normalize-charset • 1.1.1Add necessary or remove extra charset with PostCSSINDIRECT12
postcss-normalize-url • 3.0.8Normalize URLs with PostCSSINDIRECT21
postcss-ordered-values • 2.2.3Ensure values are ordered consistently in your CSS.INDIRECT13
postcss-reduce-idents • 2.4.0Reduce custom identifiers with PostCSS.INDIRECT13
postcss-reduce-initial • 1.0.1Reduce initial definitions to the actual initial value, where possible.INDIRECT12
postcss-reduce-transforms • 1.0.4Reduce transform functions with PostCSS.INDIRECT14
postcss-selector-parser • 2.2.3> Selector parser with built in methods for working with selector strings.INDIRECT3
postcss-svgo • 2.1.6Optimise inline SVG with PostCSS.INDIRECT29
postcss-unique-selectors • 2.0.2Ensure CSS selectors are unique.INDIRECT14
postcss-value-parser • 3.3.1Transforms css values and at-rule params into the treeINDIRECT0
postcss-zindex • 2.2.0Reduce z-index values with PostCSS.INDIRECT14
postcss • 5.2.18Tool for transforming styles with JS pluginsINDIRECT11
prepend-http • 1.0.4Prepend `http://` to humanized URLs like todomvc.com and localhostINDIRECT0
q • 1.5.1A library for promises (CommonJS/Promises/A,B,D)INDIRECT0
query-string • 4.3.4Parse and stringify URL query stringsINDIRECT2
reduce-css-calc • 1.3.0Reduce CSS calc() function to the maximumINDIRECT4
reduce-function-call • 1.0.3Reduce function calls in a string, using a callbackINDIRECT1
sort-keys • 1.1.2Sort the keys of an objectINDIRECT1
strict-uri-encode • 1.1.0A stricter URI encode adhering to RFC 3986INDIRECT0
strip-ansi • 3.0.1Strip ANSI escape codesINDIRECT1
supports-color • 2.0.0Detect whether a terminal supports colorINDIRECT0
supports-color • 3.2.3Detect whether a terminal supports colorINDIRECT1
svgo • 0.7.2Nodejs-based tool for optimizing SVG vector graphics filesINDIRECT21
uniq • 1.0.1Removes duplicates from a sorted array in placeINDIRECT0
uniqs • 2.0.0Tiny utility to create unions and de-duplicated listsINDIRECT0
vendors • 1.0.4List of vendor prefixes known to the web platformINDIRECT0
whet.extend • 0.9.9A sharped version of port of jQuery.extend that actually works on node.jsINDIRECT0
ISC3
PackageRelationDependenciesPublished
electron-to-chromium • 1.5.143Provides a list of electron-to-chromium version mappingsINDIRECT0
sax • 1.2.4An evented streaming XML parser in JavaScriptINDIRECT0
vinyl-sourcemaps-apply • 0.2.1Apply a source map to a vinyl file, merging it with preexisting source mapsDIRECT1
BSD-3-Clause3
PackageRelationDependenciesPublished
js-base64 • 2.6.4Yet another Base64 transcoder in pure-JSINDIRECT0
source-map • 0.5.7Generates and consumes source mapsINDIRECT0
sprintf-js • 1.0.3JavaScript sprintf implementationINDIRECT0
CC-BY-4.01
PackageRelationDependenciesPublished
caniuse-db • 1.0.30001715Raw browser/feature support data from caniuse.comINDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
esprima • 2.7.3ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 2.1.3 version:

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