27 lines
733 B
JSON
27 lines
733 B
JSON
{
|
|
"name": "@babel/plugin-transform-named-capturing-groups-regex",
|
|
"version": "7.4.4",
|
|
"description": "Compile regular expressions using named groups to ES5.",
|
|
"homepage": "https://babeljs.io/",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"keywords": [
|
|
"babel-plugin",
|
|
"regex",
|
|
"regexp",
|
|
"regular expressions"
|
|
],
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-named-capturing-groups-regex",
|
|
"bugs": "https://github.com/babel/babel/issues",
|
|
"dependencies": {
|
|
"regexp-tree": "^0.1.6"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.4.4",
|
|
"@babel/helper-plugin-test-runner": "^7.0.0"
|
|
}
|
|
}
|