16 lines
370 B
JSON
16 lines
370 B
JSON
{
|
|
"name": "babel-plugin-transform-es2015-unicode-regex",
|
|
"version": "6.0.2",
|
|
"description": "Compile ES2015 unicode regex to ES5",
|
|
"repository": "babel/babel",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"dependencies": {
|
|
"babel-helper-regex": "^6.0.2",
|
|
"regexpu": "^1.1.2",
|
|
"babel-runtime": "^6.0.2"
|
|
}
|
|
} |