blob: 140fe5ef8bafc399f78d66d68b05c156865be78d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"name": "babel-helper-regex",
"version": "6.26.0",
"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.26.0",
"babel-types": "^6.26.0",
"lodash": "^4.17.4"
}
}
|