package.json 368 B

12345678910111213
  1. {
  2. "name": "babel-helper-regex",
  3. "version": "6.26.0",
  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. "babel-runtime": "^6.26.0",
  10. "babel-types": "^6.26.0",
  11. "lodash": "^4.17.4"
  12. }
  13. }