2020-01-09 21:40:15 -05:00

16 lines
378 B
JSON

{
"name": "@babel/helper-regex",
"version": "7.5.5",
"description": "Helper function to check for literal RegEx",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-regex",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"dependencies": {
"lodash": "^4.17.13"
}
}