aboutsummaryrefslogtreecommitdiff
path: root/node_modules/@babel/plugin-transform-exponentiation-operator/package.json
blob: c7eb943b69c0f7b75955d268ab77d4c7115f0f55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "@babel/plugin-transform-exponentiation-operator",
  "version": "7.0.0-beta.47",
  "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/helper-builder-binary-assignment-operator-visitor": "7.0.0-beta.47",
    "@babel/helper-plugin-utils": "7.0.0-beta.47"
  },
  "peerDependencies": {
    "@babel/core": "7.0.0-beta.47"
  },
  "devDependencies": {
    "@babel/core": "7.0.0-beta.47",
    "@babel/helper-plugin-test-runner": "7.0.0-beta.47"
  }
}