20 lines
462 B
JSON
20 lines
462 B
JSON
{
|
|
"name": "@babel/helper-regex",
|
|
"version": "7.10.4",
|
|
"description": "Helper function to check for literal RegEx",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/babel/babel.git",
|
|
"directory": "packages/babel-helper-regex"
|
|
},
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"lodash": "^4.17.13"
|
|
},
|
|
"gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df"
|
|
}
|