* Bumped lodash version * Fixed typo * Fixed typos * Revert "Fixed typo" This reverts commit 06cfe9d4edba0b99257cbffc6dc08ae2f3460d78. * Revert "Fixed typos" This reverts commit ec3975c7392df9a0a42682ee4f32eadd2615c69c. * Fixed json typos
21 lines
597 B
JSON
21 lines
597 B
JSON
{
|
|
"name": "@babel/types",
|
|
"version": "7.0.0-beta.46",
|
|
"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",
|
|
"types": "lib/index.d.ts",
|
|
"dependencies": {
|
|
"esutils": "^2.0.2",
|
|
"lodash": "^4.17.5",
|
|
"to-fast-properties": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/generator": "7.0.0-beta.46",
|
|
"babylon": "7.0.0-beta.46"
|
|
}
|
|
}
|