orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
17 lines (16 loc) • 490 B
JSON
{
"name": "babel-types",
"version": "6.18.0",
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-types",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^6.9.1",
"esutils": "^2.0.2",
"lodash": "^4.2.0",
"to-fast-properties": "^1.0.1"
}
}