licenses.dev

babel-core v5.8.38

A compiler for writing next generation JavaScript

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT105
PackageRelationDependenciesPublished
acorn • 5.7.4ECMAScript parserINDIRECT0
align-text • 0.1.4Align the text in a string.INDIRECT4
alter • 0.2.0alters a string by replacing multiple range fragments in one fast passINDIRECT1
ansi-regex • 2.1.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 2.2.1ANSI escape codes for styling strings in the terminalINDIRECT0
ast-traverse • 0.1.1simple but flexible AST traversal with pre and post visitorsINDIRECT0
ast-types • 0.8.12Esprima-compatible implementation of the Mozilla JS Parser APIINDIRECT0
ast-types • 0.9.6Esprima-compatible implementation of the Mozilla JS Parser APIINDIRECT0
babel-plugin-constant-folding • 1.0.1Compile static constants (ie. code that we can statically determine to be constant at runtime)DIRECT0
babel-plugin-dead-code-elimination • 1.0.2Eliminate dead codeDIRECT0
babel-plugin-eval • 1.0.1Compile eval calls with string literalsDIRECT0
babel-plugin-inline-environment-variables • 1.0.1Inline environment variablesDIRECT0
babel-plugin-jscript • 1.0.4Babel plugin to fix buggy JScript named function expressionsDIRECT0
babel-plugin-member-expression-literals • 1.0.1Turn valid member expression property literals into plain identifiersDIRECT0
babel-plugin-property-literals • 1.0.1Turn valid property key literals to plain identifiersDIRECT0
babel-plugin-proto-to-assign • 1.0.4Babel plugin for turning __proto__ into a shallow property cloneDIRECT1
babel-plugin-react-constant-elements • 1.0.3Treat React JSX elements as value types and hoist them to the highest scopeDIRECT0
babel-plugin-react-display-name • 1.0.3Add displayName to React.createClass callsDIRECT0
babel-plugin-remove-console • 1.0.1Remove console.* callsDIRECT0
babel-plugin-remove-debugger • 1.0.1Remove debugger statementsDIRECT0
babel-plugin-runtime • 1.0.7Externalise references to helpers and builtins, automatically polyfilling your code without polluting globalsDIRECT0
babel-plugin-undeclared-variables-check • 1.0.2Throw a compile-time error on references to undeclared variablesDIRECT1
babel-plugin-undefined-to-void • 1.1.6Replace references to `undefined` with `void 0`DIRECT0
babylon • 5.8.38<p align="center"> <img alt="babylon" src="https://raw.githubusercontent.com/babel/logo/master/babylon.png" width="700"> </p>DIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
bluebird • 2.11.0Full featured Promises/A+ implementation with exceptionally good performanceDIRECT0
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
breakable • 1.0.0Break out of functions, recursive or not, in a more composable way than by using exceptions explicitly. Non-local return.INDIRECT0
camelcase • 1.2.1Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBarINDIRECT0
center-align • 0.1.3Center-align the text in a string.INDIRECT6
chalk • 1.1.3Terminal string styling done right. Much color.DIRECT6
commander • 2.20.3the complete solution for node.js command-line programsINDIRECT0
commoner • 0.10.8Flexible tool for translating any dialect of JavaScript into Node-readable CommonJS modulesINDIRECT25
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
convert-source-map • 1.9.0Converts a source-map from/to different formats and allows adding/changing properties.DIRECT0
core-js • 1.2.7Standard libraryDIRECT0
debug • 2.6.9small debugging utilityDIRECT1
decamelize • 1.2.0Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbowINDIRECT0
defined • 1.0.1return the first argument that is `!== undefined`INDIRECT0
defs • 1.1.1Static scope analysis and transpilation of ES6 block scoped const and let variables, to ES3.INDIRECT28
detect-indent • 3.0.1Detect the indentation of codeDIRECT4
detective • 4.7.1find all require() calls by walking the ASTINDIRECT2
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
fs-readdir-recursive • 0.1.2Recursively read a directoryDIRECT0
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
get-stdin • 4.0.1Easier stdinINDIRECT0
globals • 6.4.1Global identifiers from different JavaScript environmentsDIRECT0
has-ansi • 2.0.0Check if a string has ANSI escape codesINDIRECT1
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
home-or-tmp • 1.0.0Get the user home directory with fallback to the system temp directoryDIRECT2
iconv-lite • 0.4.24Convert character encodings in pure javascript.INDIRECT1
invert-kv • 1.0.0Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}INDIRECT0
is-buffer • 1.1.6Determine if an object is a BufferINDIRECT0
is-core-module • 2.16.1Is this specifier a node.js core module?INDIRECT2
is-finite • 1.1.0ES2015 Number.isFinite() ponyfillINDIRECT0
js-tokens • 1.0.1A regex that tokenizes JavaScript.DIRECT0
jsesc • 0.5.0A JavaScript library for escaping JavaScript strings while generating the shortest possible valid output.INDIRECT0
json5 • 0.4.0JSON for the ES5 era.DIRECT0
kind-of • 3.2.2Get the native type of a value.INDIRECT1
lazy-cache • 1.0.4Cache requires to be lazy-loaded when needed.INDIRECT0
lcid • 1.0.0Mapping between standard locale identifiers and Windows locale identifiers (LCID)INDIRECT1
leven • 1.0.2Measure the difference between two strings using the fastest JS implementation of the Levenshtein distance algorithmINDIRECT0
lodash • 3.10.1The modern build of lodash modular utilities.DIRECT0
longest • 1.0.1Get the longest item in an array.INDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
os-locale • 1.4.0Get the system localeINDIRECT2
os-tmpdir • 1.0.2Node.js os.tmpdir() ponyfillINDIRECT0
output-file-sync • 1.1.2Synchronously write a file and create its ancestor directories if neededDIRECT4
path-exists • 1.0.0Check if a path existsDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
private • 0.1.8Utility for associating truly private state with any JavaScript objectDIRECT0
q • 1.5.1A library for promises (CommonJS/Promises/A,B,D)INDIRECT0
recast • 0.10.33JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generatorINDIRECT4
recast • 0.11.23JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generatorINDIRECT4
regenerate • 1.4.2Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.INDIRECT0
regexpu • 1.3.0A source code transpiler that enables the use of ES6 Unicode regular expressions in ES5.DIRECT10
regjsgen • 0.2.0Generate `RegExp`s from RegJSParser’s ASTINDIRECT0
repeat-string • 1.6.1Repeat the given string n times. Fastest implementation for repeating a string.INDIRECT0
repeating • 1.1.3Repeat a string - fastDIRECT1
resolve • 1.22.10resolve like require.resolve() on behalf of files asynchronously and synchronouslyDIRECT5
right-align • 0.1.3Right-align the text in a string.INDIRECT5
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
shebang-regex • 1.0.0Regular expression for matching a shebangDIRECT0
simple-fmt • 0.1.0maximally minimal string formatting libraryINDIRECT0
simple-is • 0.2.0maximally minimal type-testing libraryINDIRECT0
slash • 1.0.0Convert Windows backslash paths to slash pathsDIRECT0
source-map-support • 0.2.10Fixes stack traces for files with source mapsDIRECT2
stable • 0.1.8A stable array sort for JavaScriptINDIRECT0
stringmap • 0.2.2fast and robust stringmapINDIRECT0
stringset • 0.2.1fast and robust stringsetINDIRECT0
strip-ansi • 3.0.1Strip ANSI escape codesINDIRECT1
supports-color • 2.0.0Detect whether a terminal supports colorINDIRECT0
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
through • 2.3.8simplified stream constructionINDIRECT0
to-fast-properties • 1.0.3Force V8 to use fast properties for an objectDIRECT0
trim-right • 1.0.1Similar to String#trim() but removes only whitespace on the rightDIRECT0
try-resolve • 1.0.1Try and resolve a filenameDIRECT0
tryor • 0.1.2return fn() or default value (in case of exception)INDIRECT0
user-home • 1.1.1Get the path to the user home directoryINDIRECT0
window-size • 0.1.4Reliable way to to get the height and width of the terminal/console in a node.js environment.INDIRECT0
yargs • 3.27.0Light-weight option parsing with an argv hash. No optstrings attached.INDIRECT17
ISC9
PackageRelationDependenciesPublished
cliui • 2.1.0easily create complex multi-column command-line-interfacesINDIRECT9
glob • 5.0.15a little globberINDIRECT9
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
inflight • 1.0.6Add callbacks to requests in flight to avoid async duplicationINDIRECT2
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
minimatch • 2.0.10a glob matcher in javascriptDIRECT3
once • 1.4.0Run a function exactly one timeINDIRECT1
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
y18n • 3.2.2the bare-bones internationalization library used by yargsINDIRECT0
BSD-2-Clause3
PackageRelationDependenciesPublished
esprima • 2.7.3ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
esprima • 3.1.3ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
esutils • 2.0.3utility box for ECMAScript language toolsDIRECT0
non-standard2
PackageRelationDependenciesPublished
regenerator • 0.8.40Source transformer enabling ECMAScript 6 generator functions (yield) in JavaScript-of-today (ES5)DIRECT58
regjsparser • 0.1.5Parsing the JavaScript's RegExp in JavaScript.INDIRECT1
BSD-3-Clause2
PackageRelationDependenciesPublished
source-map • 0.1.32Generates and consumes source mapsINDIRECT1
source-map • 0.5.7Generates and consumes source mapsDIRECT0
ISC OR WTFPL1
PackageRelationDependenciesPublished
is-integer • 1.0.7ES2015 (ES6) Number.isInteger polyfillDIRECT1
unknown1
PackageRelationDependenciesPublished
esprima-fb • 15001.1001.0-dev-harmony-fbFacebook-specific fork of the esprima projectINDIRECT0
BSD-3-Clause OR MIT1
PackageRelationDependenciesPublished
amdefine • 1.0.1Provide AMD's define() API for declaring modules in the AMD formatINDIRECT0
MIT OR X111
PackageRelationDependenciesPublished
wordwrap • 0.0.2Wrap those words. Show them at what columns to start and stop.INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/babel-core)](https://licenses.dev/npm/babel-core)
<a href="https://licenses.dev/npm/babel-core">
  <img src="https://licenses.dev/b/npm/babel-core" alt="licenses" />
</a>

Or the licenses badge code for the 5.8.38 version:

[![licenses](https://licenses.dev/b/npm/babel-core/5.8.38)](https://licenses.dev/npm/babel-core/5.8.38)
<a href="https://licenses.dev/npm/babel-core/5.8.38">
  <img src="https://licenses.dev/b/npm/babel-core/5.8.38" alt="licenses" />
</a>
GitHub