nanomatch(latest: 1.2.13) Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces)
babel-template(latest: 6.26.0) Generate an AST from a string template.
babel-traverse(latest: 6.26.0) The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes
babel-types(latest: 6.26.0) Babel Types is a Lodash-esque utility library for AST nodes
babel-plugin-transform-runtime(latest: 6.23.0) Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
babel-plugin-transform-es2015-typeof-symbol(latest: 6.23.0) This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
babel-plugin-transform-class-properties(latest: 6.24.1) This plugin transforms static class properties as well as properties declared with the property initializer syntax
extglob(latest: 3.0.0) Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.
snapdragon(latest: 0.12.0) Easy-to-use plugin system for creating powerful, fast and versatile parsers and compilers, with built-in source-map support.
@babel/plugin-syntax-numeric-separator(latest: 7.10.4) Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator
@babel/helper-regex(latest: 7.10.5) Helper function to check for literal RegEx
eslint-plugin-babel(latest: 5.3.1) an eslint rule plugin companion to babel-eslint
@babel/polyfill(latest: 7.12.1) Provides polyfills necessary for a full ES2015+ environment
picomatch(latest: 2.3.1) Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.
@babel/preset-modules(latest: 0.1.5) A Babel preset that targets modern browsers by fixing engine bugs.
@babel/plugin-proposal-class-properties(latest: 7.18.6) This plugin transforms static class properties as well as properties declared with the property initializer syntax
@babel/plugin-transform-typeof-symbol(latest: 7.22.5) This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
@babel/standalone(latest: 7.22.8) Standalone build of Babel for use in non-Node.js environments.
@babel/traverse(latest: 7.22.8) The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes
@babel/plugin-transform-runtime(latest: 7.22.7) Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals