23 lines
656 B
JSON
23 lines
656 B
JSON
{
|
|
"name": "@babel/plugin-transform-sticky-regex",
|
|
"version": "7.0.0-beta.48",
|
|
"description": "Compile ES2015 sticky regex to an ES5 RegExp constructor",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-sticky-regex",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "7.0.0-beta.48",
|
|
"@babel/helper-regex": "7.0.0-beta.48"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "7.0.0-beta.48"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.0.0-beta.48",
|
|
"@babel/helper-plugin-test-runner": "7.0.0-beta.48"
|
|
}
|
|
}
|