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