Carlos Villavicencio 95fc38cecf Bumped lodash version (#7895)
* Bumped lodash version

* Fixed typo

* Fixed typos

* Revert "Fixed typo"

This reverts commit 06cfe9d4edba0b99257cbffc6dc08ae2f3460d78.

* Revert "Fixed typos"

This reverts commit ec3975c7392df9a0a42682ee4f32eadd2615c69c.

* Fixed json typos
2018-05-09 15:47:52 -07:00

26 lines
901 B
JSON

{
"name": "@babel/traverse",
"version": "7.0.0-beta.46",
"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-beta.46",
"@babel/generator": "7.0.0-beta.46",
"@babel/helper-function-name": "7.0.0-beta.46",
"@babel/helper-split-export-declaration": "7.0.0-beta.46",
"@babel/types": "7.0.0-beta.46",
"babylon": "7.0.0-beta.46",
"debug": "^3.1.0",
"globals": "^11.1.0",
"invariant": "^2.2.0",
"lodash": "^4.17.5"
},
"devDependencies": {
"@babel/helper-plugin-test-runner": "7.0.0-beta.46"
}
}