16 lines
456 B
JSON
16 lines
456 B
JSON
{
|
|
"name": "babel-plugin-transform-es2015-unicode-regex",
|
|
"version": "6.0.14",
|
|
"description": "Compile ES2015 unicode regex to ES5",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-unicode-regex",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"dependencies": {
|
|
"babel-helper-regex": "^6.0.14",
|
|
"regexpu": "^1.1.2",
|
|
"babel-runtime": "^5.0.0"
|
|
}
|
|
} |