20 lines
540 B
JSON
20 lines
540 B
JSON
{
|
|
"name": "babel-plugin-transform-es2015-unicode-regex",
|
|
"version": "6.24.1",
|
|
"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.24.1",
|
|
"babel-runtime": "^6.22.0",
|
|
"regexpu-core": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-helper-plugin-test-runner": "^6.24.1"
|
|
}
|
|
}
|