* Flow opaque type backport * Add tests for strip types, comments, and babel-generator * Fix failing tests, run scripts * Bump babylon to 6.18.0
21 lines
578 B
JSON
21 lines
578 B
JSON
{
|
|
"name": "babel-types",
|
|
"version": "6.25.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.22.0",
|
|
"esutils": "^2.0.2",
|
|
"lodash": "^4.2.0",
|
|
"to-fast-properties": "^1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"babel-generator": "^6.22.0",
|
|
"babylon": "^6.18.0"
|
|
}
|
|
}
|