21 lines
519 B
JSON
21 lines
519 B
JSON
{
|
|
"name": "babel-traverse",
|
|
"version": "6.0.2",
|
|
"description": "",
|
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
|
"homepage": "https://babeljs.io/",
|
|
"license": "MIT",
|
|
"repository": "babel/babel",
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"babel-code-frame": "^6.0.2",
|
|
"babel-messages": "^6.0.2",
|
|
"babel-runtime": "^6.0.2",
|
|
"babel-types": "^6.0.2",
|
|
"babylon": "^6.0.2",
|
|
"globals": "^8.3.0",
|
|
"invariant": "^2.1.0",
|
|
"lodash": "^3.10.1",
|
|
"repeating": "^1.1.3"
|
|
}
|
|
} |