26 lines
907 B
JSON
26 lines
907 B
JSON
{
|
|
"name": "@babel/traverse",
|
|
"version": "7.0.0-beta.49",
|
|
"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.49",
|
|
"@babel/generator": "7.0.0-beta.49",
|
|
"@babel/helper-function-name": "7.0.0-beta.49",
|
|
"@babel/helper-split-export-declaration": "7.0.0-beta.49",
|
|
"@babel/parser": "7.0.0-beta.49",
|
|
"@babel/types": "7.0.0-beta.49",
|
|
"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.49"
|
|
}
|
|
}
|