20 lines
558 B
JSON
20 lines
558 B
JSON
{
|
|
"name": "babel-plugin-transform-es2015-sticky-regex",
|
|
"version": "6.1.18",
|
|
"description": "Compile ES2015 sticky regex to an ES5 RegExp constructor",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-sticky-regex",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"dependencies": {
|
|
"babel-helper-regex": "^6.1.18",
|
|
"babel-types": "^6.1.18",
|
|
"babel-runtime": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-helper-plugin-test-runner": "^6.1.18"
|
|
}
|
|
}
|