UNPKG

762 BJSONView Raw
1{
2 "name": "@babel/plugin-transform-exponentiation-operator",
3 "version": "7.7.4",
4 "description": "Compile exponentiation operator to ES5",
5 "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-exponentiation-operator",
6 "license": "MIT",
7 "publishConfig": {
8 "access": "public"
9 },
10 "main": "lib/index.js",
11 "keywords": [
12 "babel-plugin"
13 ],
14 "dependencies": {
15 "@babel/helper-builder-binary-assignment-operator-visitor": "^7.7.4",
16 "@babel/helper-plugin-utils": "^7.0.0"
17 },
18 "peerDependencies": {
19 "@babel/core": "^7.0.0-0"
20 },
21 "devDependencies": {
22 "@babel/core": "^7.7.4",
23 "@babel/helper-plugin-test-runner": "^7.7.4"
24 },
25 "gitHead": "75767d87cb147709b9bd9b99bf44daa6688874a9"
26}