2015-10-30 11:37:16 -07:00

17 lines
537 B
JSON

{
"name": "babel-plugin-transform-exponentiation-operator",
"version": "6.0.2",
"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.2",
"babel-helper-builder-binary-assignment-operator-visitor": "^6.0.2",
"babel-runtime": "^6.0.2"
}
}