* Support for NumericLiteralSeparator, Stage 1 feature
commit cd8f6e062876261a334d968f875e477a48927b6d
Author: Sven SAULEAU <xtuc@users.noreply.github.com>
Date: Wed May 31 16:14:15 2017 +0200
docs: update README [skip ci]
commit cf013e3382bf73cdf9224026c1ec0b1a368cfef2
Author: Rick Waldron <waldron.rick@gmail.com>
Date: Tue May 30 14:51:20 2017 -0400
Support for NumericLiteralSeparator, Stage 1 feature
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* add note about presets [skip ci]
53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"name": "babel-core",
|
|
"version": "7.0.0-alpha.10",
|
|
"description": "Babel compiler core.",
|
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
|
"homepage": "https://babeljs.io/",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-core",
|
|
"keywords": [
|
|
"6to5",
|
|
"babel",
|
|
"classes",
|
|
"const",
|
|
"es6",
|
|
"harmony",
|
|
"let",
|
|
"modules",
|
|
"transpile",
|
|
"transpiler",
|
|
"var",
|
|
"babel-core",
|
|
"compiler"
|
|
],
|
|
"browser": {
|
|
"./lib/config/loading/files/index.js": "./lib/config/loading/files/index-browser.js"
|
|
},
|
|
"dependencies": {
|
|
"babel-code-frame": "7.0.0-alpha.9",
|
|
"babel-generator": "7.0.0-alpha.10",
|
|
"babel-helpers": "7.0.0-alpha.10",
|
|
"babel-messages": "7.0.0-alpha.10",
|
|
"babel-template": "7.0.0-alpha.10",
|
|
"babel-traverse": "7.0.0-alpha.10",
|
|
"babel-types": "7.0.0-alpha.10",
|
|
"babylon": "7.0.0-beta.12",
|
|
"convert-source-map": "^1.1.0",
|
|
"debug": "^2.1.1",
|
|
"json5": "^0.5.0",
|
|
"lodash": "^4.2.0",
|
|
"micromatch": "^2.3.11",
|
|
"private": "^0.1.6",
|
|
"resolve": "^1.3.2",
|
|
"slash": "^1.0.0",
|
|
"source-map": "^0.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-helper-fixtures": "7.0.0-alpha.10",
|
|
"babel-helper-transform-fixture-test-runner": "7.0.0-alpha.10",
|
|
"babel-polyfill": "7.0.0-alpha.9",
|
|
"babel-register": "7.0.0-alpha.10"
|
|
}
|
|
}
|