Sebastian McKenzie 8fb4d55687 v6.1.11
2015-11-11 23:58:22 -08:00

20 lines
617 B
JSON

{
"name": "babel-plugin-transform-exponentiation-operator",
"version": "6.1.11",
"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.1.11",
"babel-helper-builder-binary-assignment-operator-visitor": "^6.1.11",
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.11"
}
}