* 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]
26 lines
874 B
JSON
26 lines
874 B
JSON
{
|
|
"name": "babel-traverse",
|
|
"version": "7.0.0-alpha.10",
|
|
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
|
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
|
"homepage": "https://babeljs.io/",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-traverse",
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"babel-code-frame": "7.0.0-alpha.9",
|
|
"babel-helper-function-name": "7.0.0-alpha.7",
|
|
"babel-messages": "7.0.0-alpha.10",
|
|
"babel-types": "7.0.0-alpha.10",
|
|
"babylon": "7.0.0-beta.12",
|
|
"debug": "^2.2.0",
|
|
"globals": "^9.0.0",
|
|
"invariant": "^2.2.0",
|
|
"lodash": "^4.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-generator": "7.0.0-alpha.10",
|
|
"babel-helper-plugin-test-runner": "7.0.0-alpha.10"
|
|
}
|
|
}
|