orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
22 lines (21 loc) • 694 B
JSON
{
"name": "babel-traverse",
"version": "6.18.0",
"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": "^6.16.0",
"babel-messages": "^6.8.0",
"babel-runtime": "^6.9.0",
"babel-types": "^6.18.0",
"babylon": "^6.11.0",
"debug": "^2.2.0",
"globals": "^9.0.0",
"invariant": "^2.2.0",
"lodash": "^4.2.0"
}
}