22 lines
572 B
JSON
22 lines
572 B
JSON
{
|
|
"name": "babel-traverse",
|
|
"version": "6.13.0",
|
|
"description": "",
|
|
"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": "^6.8.0",
|
|
"babel-messages": "^6.8.0",
|
|
"babel-runtime": "^6.9.0",
|
|
"babel-types": "^6.13.0",
|
|
"babylon": "^6.7.0",
|
|
"debug": "^2.2.0",
|
|
"globals": "^8.3.0",
|
|
"invariant": "^2.2.0",
|
|
"lodash": "^4.2.0"
|
|
}
|
|
}
|