package.json 314 B

123456789101112
  1. {
  2. "name": "@babel/helper-regex",
  3. "version": "7.0.0-beta.49",
  4. "description": "Helper function to check for literal RegEx",
  5. "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-regex",
  6. "license": "MIT",
  7. "main": "lib/index.js",
  8. "dependencies": {
  9. "lodash": "^4.17.5"
  10. }
  11. }