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 | |
babel-code-frame • 6.26.0Generate errors that contain a code frame that point to source locations. | INDIRECT | 9 | |
babel-helper-builder-binary-assignment-operator-visitor • 6.24.1Helper function to build binary assignment operator visitors | INDIRECT | 25 | |
babel-helper-call-delegate • 6.24.1Helper function to call delegate | INDIRECT | 25 | |
babel-helper-define-map • 6.26.0Helper function to define a map | INDIRECT | 27 | |
babel-helper-explode-assignable-expression • 6.24.1Helper function to explode an assignable expression | INDIRECT | 24 | |
babel-helper-function-name • 6.24.1Helper function to change the property 'name' of every function | INDIRECT | 26 | |
babel-helper-get-function-arity • 6.24.1Helper function to get function arity | INDIRECT | 7 | |
babel-helper-hoist-variables • 6.24.1Helper function to hoist variables | INDIRECT | 7 | |
babel-helper-optimise-call-expression • 6.24.1Helper function to optimise call expression | INDIRECT | 7 | |
babel-helper-regex • 6.26.0Helper function to check for literal RegEx | INDIRECT | 7 | |
babel-helper-remap-async-to-generator • 6.24.1Helper function to remap async functions to generators | INDIRECT | 27 | |
babel-helper-replace-supers • 6.24.1Helper function to replace supers | INDIRECT | 26 | |
babel-messages • 6.23.0Collection of debug messages used by Babel. | INDIRECT | 3 | |
babel-plugin-check-es2015-constants • 6.22.0Compile ES2015 constants to ES5 | DIRECT | 3 | |
babel-plugin-syntax-async-functions • 6.13.0Allow parsing of async functions | INDIRECT | 0 | |
babel-plugin-syntax-exponentiation-operator • 6.13.0Allow parsing of the exponentiation operator | INDIRECT | 0 | |
babel-plugin-syntax-trailing-function-commas • 6.22.0Compile trailing function commas to ES5 | DIRECT | 0 | |
babel-plugin-transform-async-to-generator • 6.24.1Turn async functions into ES2015 generators | DIRECT | 29 | |
babel-plugin-transform-es2015-arrow-functions • 6.22.0Compile ES2015 arrow functions to ES5 | DIRECT | 3 | |
babel-plugin-transform-es2015-block-scoped-functions • 6.22.0Babel plugin to ensure function declarations at the block level are block scoped | DIRECT | 3 | |
babel-plugin-transform-es2015-block-scoping • 6.26.0Compile ES2015 block scoping (const and let) to ES5 | DIRECT | 25 | |
babel-plugin-transform-es2015-classes • 6.24.1Compile ES2015 classes to ES5 | DIRECT | 30 | |
babel-plugin-transform-es2015-computed-properties • 6.24.1Compile ES2015 computed properties to ES5 | DIRECT | 25 | |
babel-plugin-transform-es2015-destructuring • 6.23.0Compile ES2015 destructuring to ES5 | DIRECT | 3 | |
babel-plugin-transform-es2015-duplicate-keys • 6.24.1Compile objects with duplicate keys to valid strict ES5 | DIRECT | 7 | |
babel-plugin-transform-es2015-for-of • 6.23.0Compile ES2015 for...of to ES5 | DIRECT | 3 | |
babel-plugin-transform-es2015-function-name • 6.24.1Apply ES2015 function.name semantics to all functions | DIRECT | 27 | |
babel-plugin-transform-es2015-literals • 6.22.0Compile ES2015 unicode string and number literals to ES5 | DIRECT | 3 | |
babel-plugin-transform-es2015-modules-amd • 6.24.1This plugin transforms ES2015 modules to AMD | DIRECT | 27 | |
babel-plugin-transform-es2015-modules-commonjs • 6.26.2This plugin transforms ES2015 modules to CommonJS | DIRECT | 26 | |
babel-plugin-transform-es2015-modules-systemjs • 6.24.1This plugin transforms ES2015 modules to SystemJS | DIRECT | 26 | |
babel-plugin-transform-es2015-modules-umd • 6.24.1This plugin transforms ES2015 modules to UMD | DIRECT | 28 | |
babel-plugin-transform-es2015-object-super • 6.24.1Compile ES2015 object super to ES5 | DIRECT | 27 | |
babel-plugin-transform-es2015-parameters • 6.24.1Compile ES2015 default and rest parameters to ES5 | DIRECT | 28 | |
babel-plugin-transform-es2015-shorthand-properties • 6.24.1Compile ES2015 shorthand properties to ES5 | DIRECT | 7 | |
babel-plugin-transform-es2015-spread • 6.22.0Compile ES2015 spread to ES5 | DIRECT | 3 | |
babel-plugin-transform-es2015-sticky-regex • 6.24.1Compile ES2015 sticky regex to an ES5 RegExp constructor | DIRECT | 8 | |
babel-plugin-transform-es2015-template-literals • 6.22.0Compile ES2015 template literals to ES5 | DIRECT | 3 | |
babel-plugin-transform-es2015-typeof-symbol • 6.23.0This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols) | DIRECT | 3 | |
babel-plugin-transform-es2015-unicode-regex • 6.24.1Compile ES2015 Unicode regex to ES5 | DIRECT | 13 | |
babel-plugin-transform-exponentiation-operator • 6.24.1Compile exponentiation operator to ES5 | DIRECT | 27 | |
babel-plugin-transform-regenerator • 6.26.0Explode async and generator functions into a state machine. | DIRECT | 9 | |
babel-plugin-transform-strict-mode • 6.24.1This plugin places a 'use strict'; directive at the top of all files to enable strict mode | INDIRECT | 7 | |
babel-runtime • 6.26.0babel selfContained runtime | INDIRECT | 2 | |
babel-template • 6.26.0Generate an AST from a string template. | INDIRECT | 24 | |
babel-traverse • 6.26.0The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes | INDIRECT | 23 | |
babel-types • 6.26.0Babel Types is a Lodash-esque utility library for AST nodes | INDIRECT | 6 | |
babylon • 6.18.0A JavaScript parser | INDIRECT | 0 | |
browserslist • 3.2.8Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset | DIRECT | 2 | |
chalk • 1.1.3Terminal string styling done right. Much color. | INDIRECT | 6 | |
core-js • 2.6.12Standard library | INDIRECT | 0 | |
debug • 2.6.9small debugging utility | INDIRECT | 1 | |
escape-string-regexp • 1.0.5Escape RegExp special characters | INDIRECT | 0 | |
globals • 9.18.0Global identifiers from different JavaScript environments | INDIRECT | 0 | |
has-ansi • 2.0.0Check if a string has ANSI escape codes | INDIRECT | 1 | |
invariant • 2.2.4invariant | DIRECT | 2 | |
js-tokens • 3.0.2A regex that tokenizes JavaScript. | INDIRECT | 0 | |
jsesc • 0.5.0A JavaScript library for escaping JavaScript strings while generating the shortest possible valid output. | INDIRECT | 0 | |
lodash • 4.17.21Lodash modular utilities. | INDIRECT | 0 | |
loose-envify • 1.4.0Fast (and loose) selective `process.env` replacer using js-tokens instead of an AST | INDIRECT | 1 | |
ms • 2.0.0Tiny milisecond conversion utility | INDIRECT | 0 | |
private • 0.1.8Utility for associating truly private state with any JavaScript object | INDIRECT | 0 | |
regenerate • 1.4.2Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points. | INDIRECT | 0 | |
regenerator-runtime • 0.11.1Runtime for Regenerator-compiled generator and async functions. | INDIRECT | 0 | |
regexpu-core • 2.0.0regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5. | INDIRECT | 4 | |
regjsgen • 0.2.0Generate `RegExp`s from RegJSParser’s AST | INDIRECT | 0 | |
strip-ansi • 3.0.1Strip ANSI escape codes | INDIRECT | 1 | |
supports-color • 2.0.0Detect whether a terminal supports color | INDIRECT | 0 | |
to-fast-properties • 1.0.3Force V8 to use fast properties for an object | INDIRECT | 0 | |