acorn-dynamic-import • 3.0.0Support dynamic imports in acorn | INDIRECT | 1 | |
acorn-es7-plugin • 1.1.7A plugin for the Acorn parser that understands the ES7 keywords async and await | INDIRECT | 0 | |
acorn-jsx • 3.0.1Alternative, faster React.js JSX parser | INDIRECT | 1 | |
acorn-jsx • 4.1.1Alternative, faster React.js JSX parser | INDIRECT | 1 | |
acorn • 3.3.0ECMAScript parser | INDIRECT | 0 | |
acorn • 5.7.4ECMAScript parser | INDIRECT | 0 | |
acorn5-object-spread • 4.0.0Support for rest and spread properties in acorn 5 | INDIRECT | 1 | |
alphanum-sort • 1.0.2Alphanumeric sorting algorithm | INDIRECT | 0 | |
ansi-regex • 2.1.1Regular expression for matching ANSI escape codes | INDIRECT | 0 | |
ansi-styles • 2.2.1ANSI escape codes for styling strings in the terminal | INDIRECT | 0 | |
ansi-styles • 3.2.1ANSI escape codes for styling strings in the terminal | INDIRECT | 2 | |
argparse • 1.0.10Very powerful CLI arguments parser. Native port of argparse - python's options parsing library | INDIRECT | 1 | |
asyncro • 3.0.0Asynchronous Array Utilities (for await) | INDIRECT | 0 | |
autoprefixer • 6.7.7Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website | INDIRECT | 18 | |
autoprefixer • 7.2.6Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website | INDIRECT | 15 | |
babel-polyfill • 6.26.0Provides polyfills necessary for a full ES2015+ environment | INDIRECT | 4 | |
babel-runtime • 6.26.0babel selfContained runtime | INDIRECT | 2 | |
babylon • 6.18.0A JavaScript parser | INDIRECT | 0 | |
balanced-match • 0.4.2Match balanced character pairs, like "{" and "}" | INDIRECT | 0 | |
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}" | INDIRECT | 0 | |
big.js • 5.2.2A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic | INDIRECT | 0 | |
brace-expansion • 1.1.12Brace expansion as known from sh/bash | INDIRECT | 2 | |
browserslist • 1.7.7Share browsers list between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset | INDIRECT | 2 | |
browserslist • 2.11.3Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset | INDIRECT | 2 | |
buble • 0.18.0The blazing fast, batteries-included ES2015 compiler | INDIRECT | 15 | |
builtin-modules • 2.0.0List of the Node.js builtin modules | INDIRECT | 0 | |
camelcase • 4.1.0Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar | INDIRECT | 0 | |
caniuse-api • 1.6.1request the caniuse data to check browsers compatibilities | INDIRECT | 5 | |
chalk • 1.1.3Terminal string styling done right. Much color. | INDIRECT | 6 | |
chalk • 2.4.2Terminal string styling done right | INDIRECT | 6 | |
clap • 1.2.3Command line argument parser | INDIRECT | 7 | |
clone • 1.0.4deep cloning of objects and arrays | INDIRECT | 0 | |
coa • 1.0.4Command-Option-Argument: Yet another parser for command line options. | INDIRECT | 1 | |
color-convert • 1.9.3Plain color conversion functions | INDIRECT | 1 | |
color-name • 1.1.3A list of color names and its values | INDIRECT | 0 | |
color-string • 0.3.0Parser and generator for CSS color strings | INDIRECT | 1 | |
color • 0.11.4Color conversion and manipulation with CSS string support | INDIRECT | 4 | |
colormin • 1.1.2Turn a CSS color into its smallest representation. | INDIRECT | 7 | |
colors • 1.1.2get colors in your node.js console | INDIRECT | 0 | |
commander • 2.13.0the complete solution for node.js command-line programs | INDIRECT | 0 | |
concat-map • 0.0.1concatenative mapdashery | INDIRECT | 0 | |
core-js • 2.6.12Standard library | INDIRECT | 0 | |
cosmiconfig • 2.2.2Find and load configuration from a package.json property, rc file, or CommonJS module | INDIRECT | 12 | |
css-color-names • 0.0.4A JSON Object of css color names mapped to their hex value | INDIRECT | 0 | |
css-selector-tokenizer • 0.7.3Parses and stringifies CSS selectors | INDIRECT | 2 | |
cssesc • 3.0.0A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output. | INDIRECT | 0 | |
cssnano • 3.10.0A modular minifier, built on top of the PostCSS ecosystem. | INDIRECT | 94 | |
csso • 2.3.2CSSO (CSS Optimizer) is a CSS minifier with structural optimisations | INDIRECT | 9 | |
decamelize • 1.2.0Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow | INDIRECT | 0 | |
defined • 1.0.1return the first argument that is `!== undefined` | INDIRECT | 0 | |
duplexer • 0.1.2Creates a duplex stream | INDIRECT | 0 | |
emojis-list • 3.0.0Complete list of standard emojis. | INDIRECT | 0 | |
error-ex • 1.3.2Easy error subclassing and stack customization | INDIRECT | 1 | |
es6-promise • 4.2.8A lightweight library that provides tools for organizing asynchronous code | INDIRECT | 0 | |
es6-promisify • 5.0.0Converts callback-based functions to ES6 Promises | INDIRECT | 1 | |
escape-string-regexp • 1.0.5Escape RegExp special characters | INDIRECT | 0 | |
estree-walker • 0.2.1Traverse an ESTree-compliant AST | INDIRECT | 0 | |
estree-walker • 0.5.2Traverse an ESTree-compliant AST | INDIRECT | 0 | |
estree-walker • 0.6.1Traverse an ESTree-compliant AST | INDIRECT | 0 | |
fastparse • 1.1.2A very simple and stupid parser, based on a statemachine and regular expressions. | INDIRECT | 0 | |
figures • 1.7.0Unicode symbols with Windows CMD fallbacks | INDIRECT | 2 | |
flatten • 1.0.3Flatten arbitrarily nested arrays into a non-nested list of non-array items. Maintained for legacy compatibility. | INDIRECT | 0 | |
fs-extra • 5.0.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf. | INDIRECT | 3 | |
function-bind • 1.1.2Implementation of Function.prototype.bind | INDIRECT | 0 | |
generic-names • 2.0.1Helper for building generic names, similar to webpack | INDIRECT | 5 | |
gzip-size • 3.0.0Get the gzipped size of a string or buffer | INDIRECT | 1 | |
gzip-size • 4.1.0Get the gzipped size of a string or buffer | INDIRECT | 2 | |
has-ansi • 2.0.0Check if a string has ANSI escape codes | INDIRECT | 1 | |
has-flag • 1.0.0Check if argv has a specific flag | INDIRECT | 0 | |
has-flag • 3.0.0Check if argv has a specific flag | INDIRECT | 0 | |
has • 1.0.4Object.prototype.hasOwnProperty.call shortcut | INDIRECT | 0 | |
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate. | INDIRECT | 1 | |
html-comment-regex • 1.1.2Regular expression for matching HTML comments | INDIRECT | 0 | |
import-cwd • 2.1.0Import a module like with `require()` but from the current working directory | INDIRECT | 2 | |
import-from • 2.1.0Import a module like with `require()` but from a given path | INDIRECT | 1 | |
indexes-of • 1.0.1line String/Array#indexOf but return all the indexes in an array | INDIRECT | 0 | |
is-absolute-url • 2.1.0Check if an URL is absolute | INDIRECT | 0 | |
is-arrayish • 0.2.1Determines if an object can be used as an array | INDIRECT | 0 | |
is-core-module • 2.16.1Is this specifier a node.js core module? | INDIRECT | 2 | |
is-directory • 0.3.1Returns true if a filepath exists on the file system and it's directory. | INDIRECT | 0 | |
is-module • 1.0.0check if a source string is an es6 module | INDIRECT | 0 | |
is-plain-obj • 1.1.0Check if a value is a plain object | INDIRECT | 0 | |
is-svg • 2.1.0Check if a string or buffer is SVG | INDIRECT | 1 | |
js-yaml • 3.7.0YAML 1.2 parser and serializer | INDIRECT | 3 | |
json5 • 1.0.2JSON for humans. | INDIRECT | 1 | |
jsonfile • 4.0.0Easily read/write JSON files. | INDIRECT | 1 | |
loader-utils • 1.4.2utils for webpack loaders | INDIRECT | 4 | |
lodash.camelcase • 4.3.0The lodash method `_.camelCase` exported as a module. | INDIRECT | 0 | |
lodash.foreach • 4.5.0The lodash method `_.forEach` exported as a module. | INDIRECT | 0 | |
lodash.memoize • 4.1.2The lodash method `_.memoize` exported as a module. | INDIRECT | 0 | |
lodash.sumby • 4.6.0The lodash method `_.sumBy` exported as a module. | INDIRECT | 0 | |
lodash.uniq • 4.5.0The lodash method `_.uniq` exported as a module. | INDIRECT | 0 | |
magic-string • 0.22.5Modify strings, generate sourcemaps | INDIRECT | 1 | |
math-expression-evaluator • 1.4.0A flexible math expression evaluator | INDIRECT | 0 | |
maxmin • 2.1.0Get a pretty output of the original, minified, gzipped size of a string or buffer: 130 B → 91 B → 53 B (gzip) | INDIRECT | 13 | |
merge-options • 1.0.1Merge Option Objects | DIRECT | 1 | |
microbundle • 0.4.4Zero-configuration bundler for tiny JS libs, powered by Rollup. | DIRECT | 225 | |
minimist • 1.2.8parse argument options | INDIRECT | 0 | |
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p` | INDIRECT | 1 | |
module-details-from-path • 1.0.4Resolve npm package details, like name and base path, given an absolute path to a file inside a package | INDIRECT | 0 | |
mri • 1.2.0Quickly scan for CLI flags and arguments | INDIRECT | 0 | |
nodent-transform • 3.2.9AST transform and basic tools for nodent and nodent-compiler | INDIRECT | 0 | |
normalize-range • 0.1.2Utility for normalizing a numeric range, with a wrapping function useful for polar coordinates | INDIRECT | 0 | |
normalize-url • 1.9.1Normalize a URL | INDIRECT | 6 | |
num2fraction • 1.2.2Convert number to fraction | INDIRECT | 0 | |
number-is-nan • 1.0.1ES2015 Number.isNaN() ponyfill | INDIRECT | 0 | |
object-assign • 4.1.1ES2015 `Object.assign()` ponyfill | INDIRECT | 0 | |
os-homedir • 1.0.2Node.js 4 `os.homedir()` ponyfill | INDIRECT | 0 | |
p-queue • 2.4.2Promise queue with concurrency control | INDIRECT | 0 | |
parse-json • 2.2.0Parse JSON with more helpful errors | INDIRECT | 2 | |
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfill | INDIRECT | 0 | |
path-parse • 1.0.7Node.js path.parse() ponyfill | INDIRECT | 0 | |
pify • 3.0.0Promisify a callback-style function | INDIRECT | 0 | |
postcss-calc • 5.3.1PostCSS plugin to reduce calc() | INDIRECT | 18 | |
postcss-colormin • 2.2.2Minify colors in your CSS files with PostCSS. | INDIRECT | 21 | |
postcss-convert-values • 2.6.1Convert values with PostCSS (e.g. ms -> s) | INDIRECT | 13 | |
postcss-discard-comments • 2.0.4Discard comments in your CSS files with PostCSS. | INDIRECT | 12 | |
postcss-discard-duplicates • 2.1.0Discard duplicate rules in your CSS files with PostCSS. | INDIRECT | 12 | |
postcss-discard-empty • 2.1.0Discard empty rules and values with PostCSS. | INDIRECT | 12 | |
postcss-discard-overridden • 0.1.1PostCSS plugin to discard overridden @keyframes or @counter-style. | INDIRECT | 12 | |
postcss-discard-unused • 2.2.3Discard unused counter styles, keyframes and fonts. | INDIRECT | 13 | |
postcss-filter-plugins • 2.0.3Exclude/warn on duplicated PostCSS plugins. | INDIRECT | 12 | |
postcss-load-config • 1.2.0Autoload Config for PostCSS | INDIRECT | 15 | |
postcss-load-options • 1.2.0Autoload Options for PostCSS | INDIRECT | 13 | |
postcss-load-plugins • 2.3.0Autoload Plugins for PostCSS | INDIRECT | 13 | |
postcss-merge-idents • 2.1.7Merge keyframe and counter style identifiers. | INDIRECT | 14 | |
postcss-merge-longhand • 2.0.2Merge longhand properties into shorthand with PostCSS. | INDIRECT | 12 | |
postcss-merge-rules • 2.1.2Merge CSS rules with PostCSS. | INDIRECT | 23 | |
postcss-message-helpers • 2.0.0PostCSS helpers to throw or output GNU style messages | INDIRECT | 0 | |
postcss-minify-font-values • 1.0.5Minify font declarations with PostCSS | INDIRECT | 14 | |
postcss-minify-gradients • 1.0.5Minify gradient parameters with PostCSS. | INDIRECT | 13 | |
postcss-minify-params • 1.2.2Minify at-rule params with PostCSS | INDIRECT | 15 | |
postcss-minify-selectors • 2.1.1Minify selectors with PostCSS. | INDIRECT | 18 | |
postcss-modules-local-by-default • 1.2.0A CSS Modules transform to make local scope the default | INDIRECT | 12 | |
postcss-modules • 1.5.0PostCSS plugin to use CSS Modules everywhere | INDIRECT | 38 | |
postcss-normalize-charset • 1.1.1Add necessary or remove extra charset with PostCSS | INDIRECT | 12 | |
postcss-normalize-url • 3.0.8Normalize URLs with PostCSS | INDIRECT | 21 | |
postcss-ordered-values • 2.2.3Ensure values are ordered consistently in your CSS. | INDIRECT | 13 | |
postcss-reduce-idents • 2.4.0Reduce custom identifiers with PostCSS. | INDIRECT | 13 | |
postcss-reduce-initial • 1.0.1Reduce initial definitions to the actual initial value, where possible. | INDIRECT | 12 | |
postcss-reduce-transforms • 1.0.4Reduce transform functions with PostCSS. | INDIRECT | 14 | |
postcss-selector-parser • 2.2.3> Selector parser with built in methods for working with selector strings. | INDIRECT | 3 | |
postcss-svgo • 2.1.6Optimise inline SVG with PostCSS. | INDIRECT | 29 | |
postcss-unique-selectors • 2.0.2Ensure CSS selectors are unique. | INDIRECT | 14 | |
postcss-value-parser • 3.3.1Transforms css values and at-rule params into the tree | INDIRECT | 0 | |
postcss-zindex • 2.2.0Reduce z-index values with PostCSS. | INDIRECT | 14 | |
postcss • 5.2.18Tool for transforming styles with JS plugins | INDIRECT | 11 | |
postcss • 6.0.1Tool for transforming styles with JS plugins | INDIRECT | 10 | |
postcss • 6.0.23Tool for transforming styles with JS plugins | INDIRECT | 8 | |
postcss • 7.0.39Tool for transforming styles with JS plugins | INDIRECT | 2 | |
prepend-http • 1.0.4Prepend `http://` to humanized URLs like todomvc.com and localhost | INDIRECT | 0 | |
pretty-bytes • 3.0.1Convert bytes to a human readable string: 1337 → 1.34 kB | INDIRECT | 1 | |
pretty-bytes • 4.0.2Convert bytes to a human readable string: 1337 → 1.34 kB | INDIRECT | 0 | |
promise.series • 0.2.0Run Promise in series. | INDIRECT | 0 | |
q • 1.5.1A library for promises (CommonJS/Promises/A,B,D) | INDIRECT | 0 | |
query-string • 4.3.4Parse and stringify URL query strings | INDIRECT | 2 | |
reduce-css-calc • 1.3.0Reduce CSS calc() function to the maximum | INDIRECT | 4 | |
reduce-function-call • 1.0.3Reduce function calls in a string, using a callback | INDIRECT | 1 | |
regenerator-runtime • 0.10.5Runtime for Regenerator-compiled generator and async functions. | INDIRECT | 0 | |
regenerator-runtime • 0.11.1Runtime for Regenerator-compiled generator and async functions. | INDIRECT | 0 | |
require-from-string • 1.2.1Require module from string | INDIRECT | 0 | |
reserved-words • 0.1.2ECMAScript reserved words checker | INDIRECT | 0 | |
resolve-from • 3.0.0Resolve the path of a module like `require.resolve()` but from a given path | INDIRECT | 0 | |
resolve • 1.22.10resolve like require.resolve() on behalf of files asynchronously and synchronously | INDIRECT | 5 | |
rollup-plugin-buble • 0.18.0Compile ES2015 with buble | INDIRECT | 18 | |
rollup-plugin-bundle-size • 1.0.3Output the size of your bundle | INDIRECT | 14 | |
rollup-plugin-commonjs • 8.4.1Convert CommonJS modules to ES2015 | INDIRECT | 12 | |
rollup-plugin-es3 • 1.1.0Make rollup compatible with ES3, remove Object.defineProperty of __esModule part | INDIRECT | 2 | |
rollup-plugin-node-resolve • 3.4.0Bundle third-party dependencies in node_modules | INDIRECT | 8 | |
rollup-plugin-nodent • 0.2.2Rollup plugin for ES2017 async/await keywords | INDIRECT | 8 | |
rollup-plugin-postcss • 1.6.3Seamless integration between Rollup and PostCSS | INDIRECT | 152 | |
rollup-plugin-preserve-shebang • 0.1.6Automatically preserve a shebang in your entry file. | INDIRECT | 2 | |
rollup-plugin-sizes • 0.4.2Show info about files/packages included with your rollup bundle | INDIRECT | 4 | |
rollup-plugin-strict-alias • 1.0.0Resolves aliases with Rollup | INDIRECT | 0 | |
rollup-plugin-typescript2 • 0.11.1Seamless integration between Rollup and TypeScript. Now with errors. | INDIRECT | 13 | |
rollup-plugin-uglify • 3.0.0Rollup plugin to minify generated bundle | INDIRECT | 3 | |
rollup-pluginutils • 1.5.2Functionality commonly needed by Rollup plugins | INDIRECT | 5 | |
rollup-pluginutils • 2.8.2Functionality commonly needed by Rollup plugins | INDIRECT | 1 | |
rollup • 0.55.5Next-generation ES6 module bundler | INDIRECT | 0 | |
sade • 1.8.1Smooth (CLI) operator 🎶 | INDIRECT | 1 | |
sort-keys • 1.1.2Sort the keys of an object | INDIRECT | 1 | |
strict-uri-encode • 1.1.0A stricter URI encode adhering to RFC 3986 | INDIRECT | 0 | |
strip-ansi • 3.0.1Strip ANSI escape codes | INDIRECT | 1 | |
style-inject • 0.3.0Inject style tag to document head. | INDIRECT | 0 | |
supports-color • 2.0.0Detect whether a terminal supports color | INDIRECT | 0 | |
supports-color • 3.2.3Detect whether a terminal supports color | INDIRECT | 1 | |
supports-color • 5.5.0Detect whether a terminal supports color | INDIRECT | 1 | |
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag. | INDIRECT | 0 | |
svgo • 0.7.2Nodejs-based tool for optimizing SVG vector graphics files | INDIRECT | 21 | |
uniq • 1.0.1Removes duplicates from a sorted array in place | INDIRECT | 0 | |
uniqs • 2.0.0Tiny utility to create unions and de-duplicated lists | INDIRECT | 0 | |
universalify • 0.1.2Make a callback- or promise-based function support both promises and callbacks. | INDIRECT | 0 | |
vendors • 1.0.4List of vendor prefixes known to the web platform | INDIRECT | 0 | |
vlq • 0.2.3Generate, and decode, base64 VLQ mappings for source maps and other uses | INDIRECT | 0 | |
whet.extend • 0.9.9A sharped version of port of jQuery.extend that actually works on node.js | INDIRECT | 0 | |