22 lines
577 B
JSON
22 lines
577 B
JSON
{
|
|
"name": "babel-traverse",
|
|
"version": "6.1.2",
|
|
"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.0.14",
|
|
"babel-messages": "^6.0.14",
|
|
"babel-runtime": "^5.0.0",
|
|
"babel-types": "^6.1.2",
|
|
"babylon": "^6.1.2",
|
|
"globals": "^8.3.0",
|
|
"invariant": "^2.1.0",
|
|
"lodash": "^3.10.1",
|
|
"repeating": "^1.1.3"
|
|
}
|
|
}
|