NPM

NPM

Node Package Manager

44,509 tracked projects
Public Registry
Public registry metadata is sourced from known upstream package ecosystems.
www.npmjs.com

Find Project in NPM

ProjectDescription
Helper function to replace supers
Babel helper for ensuring that access to a given value is performed through simple accesses
>
Transform test runner for @gerhobbelt/babel-helper-fixtures module
Helper to wrap functions inside a function call.
Collection of helper functions used by Babel transforms.
Syntax highlight JavaScript strings for output in terminals.
Babel command line
A JavaScript parser
Fix babel/babel#2212
Replaces `arr.includes(val)' with `arr.indexOf(val) >= 0`.
Babel plugin to convert assert to power-assert at compile time
Babel plugin for power-assert
Turn async generator functions into ES2015 generators
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Compile class and object decorators to ES5
Compile export namespace to ES2015
Compile the function.sent meta propety to valid ES2015 code
Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Compile object rest and spread to ES5
Compile optional catch bindings
Wraps Throw Expressions in an IIFE
Compile Unicode property escapes in Unicode regular expressions to ES5.
Allow parsing of async generator functions
Allow parsing of class properties
Allow parsing of decorators
Allow parsing of import()
Allow parsing of export namespace from
Allow parsing of the function.sent meta property
Allow parsing of import.meta
Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Allow parsing of jsx
Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator
Allow parsing of object rest/spread
Allow parsing of optional catch bindings
Allow parsing of Throw Expressions
Compile ES2015 arrow functions to ES5
Turn async functions into ES2015 generators
Babel plugin to ensure function declarations at the block level are block scoped
Compile ES2015 block scoping (const and let) to ES5
Compile ES2015 classes to ES5
Compile ES2015 computed properties to ES5
Compile ES2015 destructuring to ES5
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Compile objects with duplicate keys to valid strict ES5
Compile exponentiation operator to ES5
Compile ES2015 for...of to ES5
Apply ES2015 function.name semantics to all functions
This plugin transforms all the ES2015 'instanceof' methods