packages/babel-helper-regex/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@babel/helper-regex",
  "version": "7.10.1",
  "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"
  }
}