2017-07-11 23:35:22 -04:00

13 lines
350 B
JSON

{
"name": "babel-helper-regex",
"version": "7.0.0-alpha.15",
"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-types": "7.0.0-alpha.15",
"lodash": "^4.2.0"
}
}