2017-08-16 10:21:19 -04:00

14 lines
368 B
JSON

{
"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",
"babel-types": "^6.24.1",
"lodash": "^4.17.4"
}
}