ansi-wrap • 0.1.0Create ansi colors by passing the open and close codes.
INDIRECT
0
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.
INDIRECT
0
arr-union • 3.1.0Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.
INDIRECT
0
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.
INDIRECT
0
autoprefixer • 9.8.8Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website
DIRECT
13
browserslist • 4.24.4Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset
INDIRECT
6
escalade • 3.2.0A tiny (183B to 210B) and fast utility to ascend parent directories
INDIRECT
0
extend-shallow • 3.0.2Extend an object with the properties of additional objects. node.js/javascript util.