aboutsummaryrefslogtreecommitdiff
path: root/node_modules/babel-helper-regex/package.json
blob: 894abcea05086b7fcaee9b0fd7a23a24445320e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "babel-helper-regex",
  "version": "6.24.1",
  "description": "Helper function to check for literal RegEx",
  "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-regex",
  "license": "MIT",
  "main": "lib/index.js",
  "dependencies": {
    "babel-runtime": "^6.22.0",
    "lodash": "^4.2.0",
    "babel-types": "^6.24.1"
  }
}