* Bumped lodash version * Fixed typo * Fixed typos * Revert "Fixed typo" This reverts commit 06cfe9d4edba0b99257cbffc6dc08ae2f3460d78. * Revert "Fixed typos" This reverts commit ec3975c7392df9a0a42682ee4f32eadd2615c69c. * Fixed json typos
14 lines
402 B
JSON
14 lines
402 B
JSON
{
|
|
"name": "@babel/helper-define-map",
|
|
"version": "7.0.0-beta.46",
|
|
"description": "Helper function to define a map",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-define-map",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"@babel/helper-function-name": "7.0.0-beta.46",
|
|
"@babel/types": "7.0.0-beta.46",
|
|
"lodash": "^4.17.5"
|
|
}
|
|
}
|