Sebastian McKenzie 34665bdfda v6.0.14
2015-10-30 23:30:40 +00:00

16 lines
539 B
JSON

{
"name": "babel-plugin-transform-exponentiation-operator",
"version": "6.0.14",
"description": "Compile exponentiation operator to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-exponentiation-operator",
"license": "MIT",
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {
"babel-plugin-syntax-exponentiation-operator": "^6.0.14",
"babel-helper-builder-binary-assignment-operator-visitor": "^6.0.14",
"babel-runtime": "^5.0.0"
}
}